[DAQ-LV-WIN] is a VI library for using our company's devices in NI's
LabVIEW.
Our goal is [Make the customers who use LabVIEW feel less discomfort] and
[Easy to use].
In general, our company's devices are used by calling our standard driver API function from the application created in Visual Studio development environment.
The way of calling driver API function can be fine control devices.
But, when you create an application, you should understand the system
and specification of driver API function at first. So, for the first time
users it's a bit high hurdle.
And, each type of device has its driver API function. If the user uses
analog devices and digital devices at the same time, it's required to
call 2 sets of driver API function.
DAQ-LV-WIN improved the above points. By it you can more simple and convenient to use our company's device.
- Polymorphic VI of DAQ-LV-WIN support analog
device and digital device
- It is designed to be used without needing to
know the system and specification of our company's driver API function
In order to use our company's device in LabVIEW, our company provides the VI library named [VI-DAQ]. Compare with VI-DAQ, DAQ-LV-WIN has the following characteristics. DAQ-LV-WIN is simpler and easy to use. - Multiple functions are combined
into polymorphic VI, so there is no difficulty to select VI
|
Polymorphic VI is a collection of VI with the same connector pane pattern. Instance to use is determined by the wired data type. And instance can be selected by controlling the selector of polymorphic VI. For DAQ-LV-WIN, you can select and use instances.
|