Skip to Navigation

U3 Base Class for the Exodriver

Comments

New version of u3Base supporting the labjackusb driver

The u3Base class provides for:

  • Boolean equations to determine the logic functionality of the LabJack U3.

  • Analog input have lower and upper limits to trigger logic events.

  • All logic, both input and output, has intelligent delay timers.

  • Software switches for manual stimulation of boolean equations.

  • Incorporation of counters into the boolean logic for automatic operations.

  • And a lot more...

 

For users upgrading to this new version will have to change the instantiation call as the path to the LabJack device has changed into a numeric number.

So the call should be something like:
u3Base u3b( 1 ); // Construct the class to interface to U3 number 1

Individual and youngest files are available at:
https://fiskeryd.com/svn/u3base/