10-31-2005 11:05 AM
10-31-2005 11:15 AM
10-31-2005 05:13 PM
11-01-2005
08:11 AM
- last edited on
02-17-2025
11:16 AM
by
Content Cleaner
So you want to put VISA in the middle and use USB raw? I think your only hope is the DDK but that's an awful lot of work for zero gain, imho.
11-01-2005 11:34 AM
We do not currently have a DDK for the USB-6501. The complicated part is documenting the internal communications protocol. It does not conform to the USBTMC standard or use SCPI (IEEE-488.2) style commands. It instead uses VISA Raw to communicate at a very low level. The best option would most likely be to use NI-DAQmx (as Dennis mentioned).
I'm curious why NI-DAQmx does not fit your control application. What is it that you are trying to accomplish? How many of these devices are you using? Are you just trying tom use a simpler programming interface? Is the rest of your system using GPIB-style commands?
11-23-2006 08:50 AM
11-25-2006 10:08 AM
11-27-2006
04:05 PM
- last edited on
02-17-2025
11:11 AM
by
Content Cleaner
Hi J^T,
Malcolm's post is still valid; USB currently is not supported under MHDDK (Measurement Hardware Driver Development Kit). I invite you to submit a product suggestion here, which will help to show the demand for USB DDK support.
For information and support on DDK, visit the DDK discussion forum.
Regards,
Jennifer O.
Applications Engineer
National Instruments
11-27-2006 04:23 PM
11-29-2006
08:44 AM
- last edited on
02-17-2025
11:15 AM
by
Content Cleaner
Hi MarcVB,
With DAQmx 8.0, the ability to use OPC to communicate with DAQ on a remote machine was introduced. See Using the LabVIEW Shared Variable and OPC With NI-DAQmx for instructions on how to set up communication. In LabVIEW 8.0 (or later) the shared variable can simply be read to retrieve the data from the remote computer, however LabVIEW is not required. You can also use a third party OPC client to connect to the variable engine server. Developing an OPC Client Application Using Visual Basic is a good resource to reference for creating an OPC client in a text based language.
Hope this helps,
Jennifer O.