|
Re: watchdog
Watchdog is automatically implemented in the drive motors, and I'm pretty sure it's in the normal motors also. There's no reason to have another watchdog.
If you want to enable/disable it (it comes enabled) or change the timeout (it starts at .1 seconds), open up the drive motor open vi (in begin) and change the enum from enable to disable, or .1 to .2 or something.
If you want to make sure the watchdog is watching, get a freespinning motor or put the robot up on blocks, run it full power, and pull out the Ethernet cord. It should stop nearly immediately.
|