Skip to Navigation

U3 Base Class for the Exodriver

Carl Friis-Hansen provides a C++ class with a high-level interface to the Exodriver.

Notes from Carl:

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:
http://svn.fiskeryd.com/websvn/listing.php?repname=u3base

tags:

Comments

#1

Hello, what is the password for the svn repository?

#2

I removed the link that required logging in.  The recommended link to the Subversion repository is http://svn.fiskeryd.com/websvn/listing.php?repname=u3base .