From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Easybox for LVDT data acquisition

Does anyone used Easybox from Marposs in Labview.
Is there any VI or driver to read the information from this device?
If the answer is no, How do I communicate to a USB device? Read or send information using RS232 is simple, to read information using the USB protocol is the same idea?
0 Kudos
Message 1 of 2
(2,964 Views)

National Instruments does not provide an instrument driver for the Marposs Easy Box. You might try consulting with Marposs to see if they wrote an instrument driver for communicating with their data acquisition system in LabVIEW.

Communicating with an arbitrary USB device can be accomplished using the NI-VISA driver, the same driver used for serial communication, but you must have access to the communication protocols for your specific device. You can only obtain that information from Marposs, and often this is proprietary information. If you do have this information, you can create a custom driver using the VISA Driver Development Wizard in MAX. After you have installed your device with this custom driver selected, you will be able to communicate with the device using VISA calls in LabVIEW, but you must know specifically what commands to send to the device.

More information on communicating with USB devices using NI-VISA can be found at:

http://zone.ni.com/devzone/conceptd.nsf/webmain/6792bab18242082786256dd7006b6416

Jarrod S.
National Instruments
0 Kudos
Message 2 of 2
(2,943 Views)