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.
We have a function to get the FIO states in our LabJackPython library. You will need the Exodriver (Linux/Mac) or UD library(Windows) installed as well:
Currently we do not have many website pages about all of the LabJackPython functions, but the u3.py source file included in the download has a bunch of useful function definitions, many of which include a short example for how to use the function. The two functions you would want to check out are getFIOState and getDIOState.
Hello Thomas,
We have a function to get the FIO states in our LabJackPython library. You will need the Exodriver (Linux/Mac) or UD library(Windows) installed as well:
https://labjack.com/support/software/examples/ud/labjackpython
https://labjack.com/support/software/installers/ud
Currently we do not have many website pages about all of the LabJackPython functions, but the u3.py source file included in the download has a bunch of useful function definitions, many of which include a short example for how to use the function. The two functions you would want to check out are getFIOState and getDIOState.