LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

sbRIO-9628 temperature reading & watchdog

Hi,

I need your help , I want to make a RT VI that measure the tempearture of the sbRIO 9628 and if the value is greater than 38° the vi reset the board using watchdog.

 

Could you please give me your suggestion to meke this VI.

 

Best Regard.

0 Kudos
Message 1 of 2
(761 Views)

What have you tried?  Where are you stuck?

 

I'll assume you already figured out how to read the temperature.

 

For the watchdog part, you need to configure the watchdog, and Whack the dog every so often.  So if the temperature is less than or equal to 38°, whack the dog.  Otherwise you don't.  The reset will kick in however many seconds you configured after the last time you whacked the dog.

 

But is there a reason you want to use the watchdog?  If you just want to reboot if the temperature is greater than 38°, just read the temperature, compare, and run the Reset System.vi if it is True.

Message 2 of 2
(723 Views)