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.
You sent an email also and told us the max frequency of these signals is only 10 Hz. That means the "Interrupt Frequency In" feature, of which there are 6 available, is a likely solution for you. See Table 13.2-2 at the end of this page:
The T7 has 6 interrupt counters plus 4 hardware counters, and in fact we have a Lua script example that implements 107 counters using the 23 DIO and 84 AIN (with Mux80):
You sent an email also and told us the max frequency of these signals is only 10 Hz. That means the "Interrupt Frequency In" feature, of which there are 6 available, is a likely solution for you. See Table 13.2-2 at the end of this page:
https://labjack.com/support/datasheets/t-series/digital-io/extended-feat...
You could also consider counting pulses rather than timing pulses:
https://forums.labjack.com/index.php?showtopic=1105
The T7 has 6 interrupt counters plus 4 hardware counters, and in fact we have a Lua script example that implements 107 counters using the 23 DIO and 84 AIN (with Mux80):
https://labjack.com/support/software/examples/lua-scripting/counter-exam...