Respondida
get and set duty cycle in function geneator
I'm assuming you are using SCPI commands to control the device. If so, refer to the instrument's programmer's manual for the app...

alrededor de 10 años hace | 0

Respondida
How do I use Instrument Control to read an instrument's status byte?
Out of curiosity, what additional data do you need that SPOLL is not sufficient? Also, in many instruments the SCPI parser is sm...

alrededor de 10 años hace | 0

Respondida
Instrument Control Toolbox won't recognize NI-VISA drivers on OS X Lion
You should be able to use <http://www.mathworks.com/matlabcentral/fileexchange/49659-instrument-control-toolbox-support-package-...

alrededor de 10 años hace | 0

Respondida
Matlab Student 2014a Instrument Control App exits on scan for devices
MATLAB R2016a should support your Bluetooth SPP workflows if you are running the newer versions of Mac OS X (such as Yosemite or...

alrededor de 10 años hace | 0

Respondida
The Hardware Support Package for NI-845x USB SPI/I2C does not provide full access to the drivers. How to improve that ?
Create a new request with <http://www.mathworks.com/support/contact_us MathWorks technical support> to add the functionality you...

alrededor de 10 años hace | 0

Respondida
How to get correct data from OSC Agilent?
Have you seen this example: http://www.mathworks.com/matlabcentral/fileexchange/28887 Notes: * You will likely have to ...

alrededor de 10 años hace | 0

| aceptada

Respondida
Can I use DAQ Toolbox Adaptor kit to connect my device with Session-based DAQ Toolbox ?
The DAQ adaptor kit is only usable by vendors to add support for their hardware to the legacy interface to DAQ devices. The lega...

alrededor de 10 años hace | 0

| aceptada

Respondida
How To define a sine wave of different amplitude and frequency over a specific period of time
Have a look here: https://www.mathworks.com/company/newsletters/articles/downloading-a-custom-waveform-to-an-arbitrary-wavefo...

alrededor de 10 años hace | 0

Respondida
How to set the frequency of a square waveform on a non-clocked digital output channel
What is the samplerate of the session, s?

alrededor de 10 años hace | 0

Respondida
Trouble linking my national instruments USB-6009 to matlab.
What version of the NI-DAQmx drivers do you have installed? Can you try again after installing the Data Acquisition Toolbox Supp...

alrededor de 10 años hace | 0

Respondida
Could I use Instrument Control toolbox with Ni-Scope and PXIe-5105 in Matlab 2015a ?
At the very least you will need to install the <https://www.mathworks.com/hardware-support/ni-scope.html Hardware support pack...

más de 10 años hace | 1

Respondida
How to trigger analog inputs on a threshold levels using session based interface?
Take a look at this example. I believe it does what you're after: <http://www.mathworks.com/help/daq/examples/software-analog...

más de 10 años hace | 1

Respondida
hi ,,,i want a code for working matlab with digilent device
Install this support package: http://www.mathworks.com/hardware-support/digilent-analog-discovery.html See the examples wh...

más de 10 años hace | 0

Respondida
How to solve ADALM1000 not seen by Matlab?
You need the latest firmware of the device as the old firmware has very serious bugs and is unsupported in MATLAB. Could you ...

más de 10 años hace | 0

| aceptada

Respondida
differential data channels with data/instrumentation toolbox not matching NI MAX
This could be because of rewiring. During the rewiring process, one of the wires may be inducing a signal in an adjacent wire or...

más de 10 años hace | 0

Respondida
hardware discovery using instrhwinfo
Your standalone application will require the user of the application to install any 3rd party drivers such as Agilent VISA. With...

más de 10 años hace | 1

| aceptada

Respondida
Problem receving countinously data with a UDP socket connection
Based on your description I wonder if this is just that your device is continually sending the same value that is filling up you...

más de 10 años hace | 0

Respondida
No data acquisition devices available for ADALM1000
You need the latest firmware of the device as the old firmware has very serious bugs and is unsupported in MATLAB. Could you ...

más de 10 años hace | 0

Respondida
return empty when I enter “”instrhwinfo('Bluetooth','Hphone')“”
In this case this was because the phone did not support Bluetooth Serial Port Profile. Note that this may also have to do wit...

más de 10 años hace | 0

Respondida
Unsuccesful binblockread with Tektronix DPO 2014
The CURVE? command can take some time to execute. This is likely why the BINBLOCK data is not available to read. Rather than ...

más de 10 años hace | 0

| aceptada

Respondida
How can I automatically enumerate all instruments connected within a LAN to a host PC?
Try the instrhwinfo function. If all your devices are registered in your VISA vendor, you can do this: >> a = instrhwinfo...

más de 10 años hace | 0

Respondida
Matlab Student 2014a Instrument Control App exits on scan for devices
This was related to changes Apple made in OS X and is specific to the Mac. This has since been resolved and the app no longer cr...

más de 10 años hace | 0

Respondida
time lag in plotting and acquiring data with Instrumentation toolbox
Take a look at this example http://www.mathworks.com/help/daq/examples/software-analog-triggered-data-capture.html You can...

más de 10 años hace | 0

Respondida
How to send an array from client to server ?
Check out this blog. http://blogs.mathworks.com/loren/2011/05/27/transferring-data-between-two-computers-using-matlab/

más de 10 años hace | 0

Respondida
Read Interval Timeouts for Serial Communication
I suspect you are better off by using a BytesAvailableFcn callback to read back the specified number of bytes from the device wh...

más de 10 años hace | 0

Respondida
Matlab serial port opening arduino
Any reason you aren't using the Arduino IO Support Package?

más de 10 años hace | 0

Respondida
error with compiled program using Instrument Control Toolbox and NI-SCOPE
You should probably contact <www.mathworks.com/support/contact_us Technical Support> with a new service request.

más de 10 años hace | 0

Respondida
MATLAB data recording from bluetooth device malfunctions after about 10 minutes. How do I fix this?
I suspect this is because your Bluetooth object's buffer is overflowing. What is the InputBufferSize of your Bluetooth object? C...

más de 10 años hace | 0

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

más de 10 años hace | 0

| aceptada

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

más de 10 años hace | 0

| aceptada

Cargar más