Restart Labjack T7 with ljm | LabJack
 

Restart Labjack T7 with ljm

3 posts / 0 new
Last post
hazem
hazem's picture
Restart Labjack T7 with ljm

Hi there,

Please I didn't find how to restart (reset) my Labjack T7 device with the ljm library.

The purpose is to reset/clear the voltage on a LJTICK-DAC.

Any help ?

Regrads

LabJack Support
labjack support's picture
What voltage do you want to

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)

Ben
ben_graf's picture
For those looking for how to

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