Reading T4 modbus via DaqFactory | LabJack
 

Reading T4 modbus via DaqFactory

2 posts / 0 new
Last post
Charlie
CharlieMason's picture
Reading T4 modbus via DaqFactory

Should I be able to configure a TCP channel in DaqFactory to read my T4 channels or lua script output?

 

LabJack Support
labjack support's picture
You can connect to a T4

You can connect to a T4 device over Ethernet in DAQFactory by passing the T4 IP address as the D# parameter in a channel list. See this section:

https://labjack.com/support/software/examples/ljm/daqfactory#Opening

With this connection you will be able to read your channels including any USER_RAM registers you may be writing to in the lua script. You will not be able to read the lua script debugger output since DAQFactory does not currently support the functions necessary to read the character byte array returned from LUA_DEBUG_DATA.