-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
Instrument Control Module by Original Code Consulting - Toolkit for LabVIEW Download
Version | 1.0.0.1 |
Released | Jun 17, 2021 |
Publisher | Original Code Consulting |
License | GPL-3.0 |
LabVIEW Version | LabVIEW>=18.0 |
Operating System | Windows, Mac, and Linux |
Dependencies | occ_lib_instrument_control_module_system |
Project links | Homepage Repository |
Description
Instrument Communication Module for LabVIEW ICM is an open-source LabVIEW toolkit, written in LabVIEW 2015, for acquiring and writing to "slow" data. The main structure is that a Bus class defines where data is acquired from and returns a string of data, a Parser class converts the string of data into an array of double precision reals, and an optional Scaling class scales the data values. ICM is extended beyond just instruments that return a string of data by using a No-op Parser child to unflatten a string that contains an array of doubles. This allows the Bus class to include data acquisition models such as NI Daq A/D devices, Modbus devices, and more. An Output class has been planned but not yet implemented, allowing ICM to write to instruments as well as read. It is intended that the ICM project be installed in the directory C:\OCC\ICM If it is installed elsewhere, one can edit the ICM Main Path.vi to accommodate another location.