|
Re: cRIO upgrade v20 relay problems
Our code looks like this -
relay7.set(Relay.Value.kOn);
// delay half second
try { Thread.sleep(500);
} catch( InterruptedException e ){}
relay7.set(Relay.Value.kOff);
I think this should yield to the rest of the system and allow whatever needs to happen with the watchdog to happen, no?
Is there some code concerning the watchdog that we may not have changed like we should have?
__________________
Firmware is the most expensive thing in the universe. - Jack G. Ganssle
|