05-07-2008 07:11 PM
05-08-2008 12:41 PM
05-08-2008 03:27 PM - edited 05-08-2008 03:36 PM
Thanks for the help Karunya,
I was looking more for help with the hardware watchdog timer.
My ultimate goal for using the watchdog was for was for debugging purposes, because for some reason (still working on finding out why...) the controller completely stops responding. Rather than just hitting the reset button, I was using the watchdog timer to reset the controller. Because the controllers will be deployed about 2 hours away from where I work, I think it would probably be a good idea to keep them in the code.
I was trying to set the timeout values to a longer number, because I am communicating with a device over the serial connection, and parsing long stings which takes a while to get all the back and forth messaging done. I found that if I set the reset timer to 5 seconds it seemed to work, but longer values would not work. So was wondering if there is any actual documentation on the hardware watchdog timer aside from the VI include in the Real-Time programming examples.
The only information I could find in the help menu was about setting the network watchdog settings. I am mostly using my controllers to read data and pass it back to a server, so I don't have any outputs that I set back to a safe mode in the event of a network failure.
-Kyle
05-11-2008 05:34 PM
05-12-2008 09:05 AM
05-13-2008 06:46 PM