coding example for T7 reading AIN#_EF | LabJack
 

coding example for T7 reading AIN#_EF

2 posts / 0 new
Last post
ts
ts's picture
coding example for T7 reading AIN#_EF

Hi,

I'm looking for a java coding example that reads AIN#_EF values.

Thanks for any help.

LabJack Support
labjack support's picture
The Java interface and

The Java interface and examples for the LJM library and T7 can be found here:

https://labjack.com/support/software/examples/ljm/java

Currently there are no AIN#_EF examples in Java, but the Java examples do demonstrate library usage and how to write and read registers. The analog extended features sections in the T7 datasheet describes the Modbus registers to write to for configuration and registers to read:

https://labjack.com/support/datasheets/t7/ain/extended-features

If you run into issues after trying to write your code, what AIN extended feature are you trying to use?