Respondida
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.

más de 10 años hace | 0

Respondida
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...

más de 10 años hace | 0

| aceptada

Respondida
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...

más de 10 años hace | 0

Respondida
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.

casi 11 años hace | 0

Respondida
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?

casi 11 años hace | 0

Respondida
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...

casi 11 años hace | 0

| aceptada

Respondida
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...

casi 11 años hace | 0

Respondida
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...

alrededor de 11 años hace | 0

Respondida
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> .

alrededor de 11 años hace | 0

Respondida
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/

alrededor de 11 años hace | 0

Respondida
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...

alrededor de 11 años hace | 0

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

alrededor de 11 años hace | 0

Respondida
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...

más de 11 años hace | 0

Respondida
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...

más de 11 años hace | 0

Respondida
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 ...

casi 12 años hace | 1

Respondida
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 ...

casi 12 años hace | 0

Respondida
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 ...

casi 12 años hace | 0

Respondida
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'?

casi 12 años hace | 0

| aceptada

Respondida
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...

casi 12 años hace | 0

Respondida
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...

casi 12 años hace | 0

Respondida
'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?

casi 12 años hace | 0

Respondida
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...

casi 12 años hace | 0

Respondida
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...

casi 12 años hace | 0

Respondida
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=...

alrededor de 12 años hace | 0

Respondida
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...

alrededor de 12 años hace | 0

Respondida
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...

alrededor de 12 años hace | 0

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

alrededor de 12 años hace | 0

Respondida
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...

alrededor de 12 años hace | 0

Respondida
How should I interface Agilent 8164A with Instrument Control Tool box? I need mdd driver for 8164A please tell me where should I download it.
You can create the MDD using the MAKEMID command if there exists an IVI driver for your instrument. Have you checked the IVI...

alrededor de 12 años hace | 1

Respondida
how to set tek scope record length?
Have you tried using the capabilities of the oscilloscope object? http://www.mathworks.com/help/instrument/oscilloscope.html ...

alrededor de 12 años hace | 0

Cargar más