LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

sbrio 9638

Solved!
Go to solution

Hi, im using the watch dog timer in sbRIO 9638 ,when the watchdog timer is expires 

then the my RT application should be restart. is it possible ,how? can you given any examples (or) process to do this

any changes should i change in NI max (or) labVIEW

 

0 Kudos
Message 1 of 6
(176 Views)
Solution
Accepted by AJAYY06

Hi everyone,

I’m using an sbRIO-9638 with LabVIEW Real-Time, and I’ve configured a watchdog timer.
When the watchdog expires, I want the system to automatically restart my startup application.

I set my RT VI as the startup application in LabVIEW and deployed it successfully.
In the watchdog configuration, I selected “Restart LabVIEW Runtime”, but after the watchdog expires, the VI doesn’t start again.

I also tried rebooting the sbRIO manually — it reboots, but the application still doesn’t launch automatically.

Could someone please tell me what the correct watchdog expiration action should be, or what settings I might be missing?

0 Kudos
Message 2 of 6
(174 Views)
Solution
Accepted by AJAYY06

Hi Ajay,

 

what's the point in creating multiple threads on the very same problem? (I merged them.)

 


@AJAYY06 wrote:

I set my RT VI as the startup application in LabVIEW and deployed it successfully.
In the watchdog configuration, I selected “Restart LabVIEW Runtime”, but after the watchdog expires, the VI doesn’t start again.

I also tried rebooting the sbRIO manually — it reboots, but the application still doesn’t launch automatically.


The watchdog can be used to reboot the RIO automatically.

But when your application doesn't run on startup then the watchdog can't help with this problem!

You need to make sure your app is correctly set as startup exe, and you enabled the auto-start of that exe, and your exe is actually able to run…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 3 of 6
(146 Views)

okay thanks

0 Kudos
Message 4 of 6
(135 Views)

hey, when the power is off and on then the sbrio 9638 automatically restart the application. is it possible how can i setup

 

0 Kudos
Message 5 of 6
(22 Views)

Hi Ajay,

 


@AJAYY06 wrote:

hey, when the power is off and on then the sbrio 9638 automatically restart the application. is it possible 


Yes.

 


@AJAYY06 wrote:

how can i setup


This is explained in the sbRIO manual… (Or in some youtube videos.)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 6
(11 Views)