02-03-2023 08:52 AM
Hi everyone,
I have a NI DAQ USB-6343. I use the internal watchdog to reset some digital output ports when something happens with my software or PC.
Question:
Is it also possible to reset an analog output port with the watchdog ?? (Task.Watchdog.ResetTimer)
02-03-2023 12:02 PM
Not supported on X Series devices, only on certain cDAQ.
See Table 1 in How to Use and Implement the Watchdog Timer With NI-DAQmx
02-07-2023 08:41 AM
Thank you, pitty. I think i have to use a relay controlled by the watchdog then.