As of May 2, 2022 the LabJack forums have been set to read-only.
If you are in need of support, please contact us via one of the methods described on our contact page.
The easiest way to update a DIO is to use the eWriteNames example and change the register name to EIO0 (same as DIO8). If you want to update multiple DIO at once you can use the port registers like EIO_STATE.
The easiest way to update a DIO is to use the eWriteNames example and change the register name to EIO0 (same as DIO8). If you want to update multiple DIO at once you can use the port registers like EIO_STATE.
Additional information about digital IO and the associated registers can be found here: https://labjack.com/support/datasheets/t7/digital-io
Information about how to use the LJM driver: https://labjack.com/support/software/api/ljm/overview
Example archives: https://labjack.com/support/software/examples
Quick register reference: https://labjack.com/support/software/api/modbus/modbus-map