LJM Processing
09/26/2016
support@labjack.com


This is the Processing example library for the LabJack cross-platform LJM library.

There are currently two examples:
1. Serial_number_4_AINs_and_DAC0
 - A quick and fairly crude example based off the Processing "Button" GUI example:
   https://processing.org/examples/button.html
   and the "Serial_number_and_4_AINs" example.
2. Serial_number_and_4_AINs
 - Based off a user-submitted example through the forum topic:
   https://labjack.com/forums/other-software-languagestools/processing-language 

Installation Requirements:

* Windows, Mac OS X, or Linux
* LJM library: https://labjack.com/support/software/installers/ljm
* LJM Compatible device
* Processing version 3.2.1 and higher.  (Likely works, but un-verified on previous versions).
* https://processing.org/download/
  

Opening and Executing:
1. Open the Processing program.
2. Open the example's .pde file
3. Connect a LabJack T7 via USB
4. Press the "Play" button.


LJM library documentation can be found here:

    https://labjack.com/support/software/api/ljm

T7 documentation can be found here:

    https://labjack.com/support/datasheets/t7


License:

All LJM Processing modules and examples are licensed under MIT X11. The license can
be found in the LICENSE.TXT file.
