Rank: 2972 based on 13 downloads (last 30 days) and 2 files submitted
photo

Data Acquisition Team

E-mail
Company/University
MathWorks

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Data View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
08 Jan 2010 Screenshot MATLAB Code Example- 24 bit Digital Output using NI USB-6501 Controlling Digital Output from MATLAB Author: Data Acquisition Team ni usb6501, code example, digital ouput, ni usb6255, usb6255 10 1
  • 5.0
5.0 | 1 rating
22 Jul 2009 Data Acquisition Toolbox Adaptor for VXI Technology devices Data Acquisition Toolbox adaptor for VXI Technology devices Author: Data Acquisition Team hardware driver, vxi, hardware adaptor, hp e1432a, hp e1433a, hp e1434a 3 2
Comments and Ratings on Data's Files View all
Updated File Comment by Comments Rating
27 Jul 2010 MATLAB Code Example- 24 bit Digital Output using NI USB-6501 Controlling Digital Output from MATLAB Author: Data Acquisition Team zeta, aplha

I Am Using NI-USB6501.

I am trying to get an output pulse of 100Hz and 5V form USB-6501.
The maximum I am getting is 10Hz.

I changed the output of a pin in a continuous for loop from 0 to 5v (without any delays) and the maximum freq I get is 10Hz.

I tried precise timming by using the timer function and I toggeled the output pin after every 0.001 sec and still the output was 10Hz. Even if I decrease the time period for the timer fcn still I dont get above 10.5Hz.

the code is:

dio=digitalio('nidaq', 'Dev1');
addline(dio, 0:23, 'out');

for i=0:500
putvalue(dio.Line(9:16), [1 1 1 1 1 1 1 0])
putvalue(dio.Line(9:16), [1 1 1 1 1 1 1 1])
end

and by using other method i.e timers

t = timer('TimerFcn',{@abctimer, dio}, 'Period', 0.001,'TasksToExecute', 500,'ExecutionMode', 'fixedRate');

and I toggle the pin in abctimer fcn.
its the same...doesn't go above 10Hz..
I tried both fixedrate and fixeddelay...but no change

17 Jun 2010 Data Acquisition Toolbox Adaptor for VXI Technology devices Data Acquisition Toolbox adaptor for VXI Technology devices Author: Data Acquisition Team Vallabha, Gautam

In case you have problems with the above adapter: The VTI driver (which happens to be a VXI Plug&Play driver) comes with a COM interface, a MEX file interface, and MATLAB examples for both kinds of interfaces.

The driver for the VTI 1432 (which used to be the HP 1432) can be downloaded from here:
   http://www.vtiinstruments.com/DownloadDetails.aspx?ProductId=325

When you install it,
- The COM interface (and MATLAB COM examples) are under C:\Program Files\VXI Technology\ME
- The mex file and MATLAB mex examples are under C:\Program Files\VISA\winnt\vt1432
- The VXIPnP driver is in C:\Program Files\VXI Technology\ME\bin\vt1432_32.dll

Note that you need to install VISA software to use the VXI PnP driver (either Agilent VISA, NI VISA, or Tektronix VISA). For example, here is the Agilent VISA library
  http://www.home.agilent.com/agilent/product.jspx?nid=-34466.907863.00&lc=eng&cc=US

09 Dec 2008 Data Acquisition Toolbox Adaptor for VXI Technology devices Data Acquisition Toolbox adaptor for VXI Technology devices Author: Data Acquisition Team Bucher, Izhak

It does not work, both for 2006b and 2008a

Top Tags Applied by Data
instrument driver, tabor, keithley, instrument drivers, agilent
Files Tagged by Data View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
04 Jan 2011 Published MATLAB Files KPIB: Kenny-Purpose Interface Bus A common interface for control of multiple scientific instruments with GPIB and serial connections. Author: M. A. Hopcroft serial port, instrument drivers, gpib, instrument control, instrument driver, instruments 34 10
  • 5.0
5.0 | 4 ratings
02 Mar 2010 Tektronix AFG3000 Series - MATLAB Driver and Example Create a frequency sweep and source the signal to a Tek AFG3000 series - all from within MATLABĀ®. Author: The Instrument Control Team tektronix, instrument driver, afg3252, function generator, afg3101, afg3102 14 0
08 Jan 2010 Screenshot MATLAB Code Example- 24 bit Digital Output using NI USB-6501 Controlling Digital Output from MATLAB Author: Data Acquisition Team ni usb6501, code example, digital ouput, ni usb6255, usb6255 10 1
  • 5.0
5.0 | 1 rating
22 Sep 2009 Data Translation Measurement Instruments Driver Using Data Translation Measurement Instruments with MATLAB through IVI-COM Author: Data Translation instrument drivers, data translation, temp, test and measurement, drivers, instrument driver 2 0
  • 5.0
5.0 | 1 rating
22 Jul 2009 Data Acquisition Toolbox Adaptor for VXI Technology devices Data Acquisition Toolbox adaptor for VXI Technology devices Author: Data Acquisition Team hardware driver, vxi, hardware adaptor, hp e1432a, hp e1433a, hp e1434a 3 2

Contact us at files@mathworks.com