Risposto
create MDD file for Rigol DS 4000 series scope
I suspect you've not installed the hp34401 driver and you are trying to call MAKEMID on that driver. The error message, "The spe...

oltre 10 anni fa | 0

| accettato

Risposto
Can you suggest a way to minimise USB latency using data acquisition tool box with NI6211.
Try using <http://www.mathworks.com/help/daq/ref/inputsinglescan.html inputsinglescan> and <http://www.mathworks.com/help/daq/re...

oltre 10 anni fa | 0

| accettato

Risposto
Instrfindall gives an error in a Matlab executable (and not in Matlab)
Please <http://www.mathworks.com/support/contact_us contact technical support> with the reproduction code.

oltre 10 anni fa | 0

Risposto
Read the outgoing serial data to an IR camera
The serial port functionality in MATLAB is "exclusive" in that only one process can communicate with the serial port - MATLAB or...

oltre 10 anni fa | 0

| accettato

Risposto
What is the difference between using fopen and connect for instrument control? Is there an advantage to using one over the other?
Not all interfaces support FOPEN and CONNECT. You should choose the function to use depending on the kind of object you are crea...

oltre 10 anni fa | 0

Risposto
Can Matlab R2014a, or any other version for 64 bits, on a macbook pro with OS X 10.9.4 use NI-VISA or any other VISA?
Please try the R2015b pre-release or newer versions.

oltre 10 anni fa | 0

Risposto
Instrument Control Toolbox won't recognize NI-VISA drivers on OS X Lion
Have you tried the R2015b pre-release with the latest version of NI VISA for the Mac?

oltre 10 anni fa | 0

Risposto
Input buffer overflow error on HP/Agilent 33120A Arbitrary Waveform Generator
InputBufferSize pertains to the object in MATLAB. It does not control the buffer size of the instrument. I think you want to ch...

oltre 10 anni fa | 0

| accettato

Risposto
How to keep a bluetooth object open in between multiple runs of the same program?
The first two lines of your script: clear all delete(instrfindall); are what is clearing all variables, objects and r...

quasi 11 anni fa | 0

Risposto
Using Simulink to Collect Data from a Network Analyzer
If you already have your MATLAB function that acquires the data from the instrument and formats it for use later, you could cons...

quasi 11 anni fa | 0

Risposto
How to continue GPIB reading with fscanf after EOI?
Have you tried changing the configuration of the <http://www.mathworks.com/help/instrument/eoimode.html EOIMode property> .

quasi 11 anni fa | 0

Risposto
How can I establish communication between Matlab and B&R control system?
Please take a look at the OPC toolbox: http://www.mathworks.com/products/opc/

circa 11 anni fa | 0

Risposto
bluetooth problem witn instrhwinfo('Bluetooth'); command
Please contact technical support at http://www.mathworks.com/support/contact_us. Remember to provide the full output of executin...

circa 11 anni fa | 0

Risposto
Instrumental toolbox driver tcpip network analyzer issue
Please contact technical support at http://www.mathworks.com/support/contact_us

circa 11 anni fa | 0

Risposto
Can Matlab R2014a, or any other version for 64 bits, on a macbook pro with OS X 10.9.4 use NI-VISA or any other VISA?
There are ways to connect to LAN-based instruments without needing to use VISA. Are you mostly connecting to TCPIP instrument...

oltre 11 anni fa | 0

Risposto
IC toolbox, improve speed reading data from spectrum analyzer through the LAN
I strongly suspect that the bottleneck here is not your code, but how fast your instrument is making the measurement and putting...

oltre 11 anni fa | 0

Risposto
Using Thorlabs DPC5500 with Matlab
I think you need to look at the manual for the thorlabs device and see if the commands you are sending to get the instrument to ...

oltre 11 anni fa | 1

Risposto
How to connect an IVI Driver to Instrument Control Toolbox (Test &Measurent Tool) once downloaded on computer?
It looks like the driver is not registered for your configuration in the IVI configuration store. Are you using a 32-bit driver ...

oltre 11 anni fa | 0

Risposto
I²C Restbus Simulation with Instrument Control Toolbox
The I2C functionality in Instrument Control Toolbox is developer to allow your PC to be a I2C master. Contact technical support ...

oltre 11 anni fa | 0

Risposto
How can I communicate between PC and Robot with Bluetooth?
What version of MATLAB are you using? Could you post the output of running 'ver'?

oltre 11 anni fa | 0

| accettato

Risposto
Using Thorlabs DPC5500 with Matlab
Can you point me to the driver you are using? Also if you haven't already, take a look at the documentation on <http://www.math...

oltre 11 anni fa | 0

Risposto
How to transmit data real-time from spectrum analyzer to matlab using the instrument control tool?
Have you looked at <http://www.mathworks.com/help/instrument/examples/reading-inphase-and-quadrature-iq-data-from-a-signal-analy...

oltre 11 anni fa | 0

Risposto
'fclose()' causes matlab to hang, am I missing a toolbox?
Have you tried this with a different instrument (other than your DPO4104)? Also, what version of NI VISA are you using?

quasi 12 anni fa | 0

Risposto
How to save the measurement result(or tracedata) while matlab instrument control tool connecting the Agilent N9020A with IVI drivers
If you're after the IQ data from the spectrum analyzer, take a look at <http://www.mathworks.com/help/instrument/examples/readin...

quasi 12 anni fa | 0

Risposto
How do I send data between two computers using the UDP function from the Instrument Control Toolbox?
The UDP protocol does not guarantee transmission or order of the packets. For most applications, you probably want to use TCPIP...

quasi 12 anni fa | 0

Risposto
MCR 8.2 deployment of UI using instrument control toolbox "Unable to load ni GPIB interface"
Have you checked the <http://www.mathworks.com/support/bugreports/search_results?utf8=%25E2%259C%2593&search_executed=1&keyword=...

quasi 12 anni fa | 0

Risposto
Getting an error "Unable to create VISA object. The required drivers may not be installed properly." in MATLAB using TekVISA version 2.03 to get the data from the RSA 3048B spectrum Analyzer?
Tek VISA 4.0.0 is the current version of Tek VISA. Any reason you are using Tek VISA 2.0? Please upgrade to the latest Tek V...

circa 12 anni fa | 0

Risposto
How can I get higher throughput using fread with tcpip?
Good to know you've eliminated other potential bottlenecks. We've done performance tests that achieve in excess of 45 *Megaby...

circa 12 anni fa | 0

Risposto
Instrument Control Toolbox: terminator arriving on input stream but not being detected?
Have you contacted <www.mathworks.com/support technical support> on this issue?

circa 12 anni fa | 0

Risposto
Can the Total Phase cheetah.dll be used in place of the aardvark.dll for SPI communications?
The DLL with the API to the cheetah adapter does not provide the same entry points, or function signatures. Replacing the DLL wi...

circa 12 anni fa | 0

Carica altro