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.
What voltage do you want to set it to? It's probably easiest to reset the LJTick-DAC voltage. If you have a LJTick-DAC associated with DIO11, you can set the voltage to 0 using TDAC11, as per this T-series (T4/T7) & LJM Communication section:
What voltage do you want to set it to? It's probably easiest to reset the LJTick-DAC voltage. If you have a LJTick-DAC associated with DIO11, you can set the voltage to 0 using TDAC11, as per this T-series (T4/T7) & LJM Communication section:
err = LJM_eWriteName(handle, "TDAC11", 0)
For those looking for how to reboot the T7, I used this (Python):
ljm.eWriteName(handle, "SYSTEM_REBOOT", 0x4C4A0000)See here: https://labjack.com/support/datasheets/t-series/hardware-overview