LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

sbRIO reboot

Solved!
Go to solution

Is it possible to programmatically reset sbRIO 9606?

I have tried to use  Restart.vi but result is error. Code for error is -2147220364.

I also tried to use Reset.vi but again error. Code is -2147467263.

In FPGA there is System Reset I/O and that should reboot system but when I set input TRUE then communication is lost and never comes back. Also when I use I/O leds in ethernet connector are switch off. So something is happening but I don't know what.

Actual reset switch in sbRIO is working just right.

Labview version is 12.0f3.

0 Kudos
Message 1 of 3
(3,684 Views)
Solution
Accepted by topic author JuhoR

Hi Juho,

 

I use a Watchdog to reset my cRIO systems.

Create a watchdog, set it to reset the cRIO after 0.5s, "forget" to wake the watchdog within 0.5s: RESET…

Best regards,
GerdW


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

Thank you!! 

With watchdog reboot works. Just have to install watchdog feature to sbRIO.

0 Kudos
Message 3 of 3
(3,655 Views)