Search
Shopping Cart
Testimonials
-
Thank you for the quick reply and the info. [...] We like the unit very much.
—Jim, U.S. Navy
Thank you for the quick reply and the info. [...] We like the unit very much.
The team at LabJack is driven to make measurement and automation simple and affordable. Located in Lakewood, Colorado, LabJack Corporation builds great hardware and software for industry, government, and education.
LabJack writes drivers for Windows, Linux, and Mac OS X, plus example code in dozens of languages.
Have a question or problem? LabJack engages in active customer support. You can find answers in the support area and FAQ, or contact us so we can help.
#1
With multiple devices you open a handle to each one, and then the particular handle you pass to subsequent sub-vis determines which device is talked to. See "Multiple U3 EFunction Loop Example.vi". Note that this example has 2 parallel dataflow paths in the loop (one for each U3), so you don't know the order in which the U3s are talked to. If you want to control the order of execution more, use the error cluster wired in series to control dataflow.