07-15-2010 03:47 AM
Hi there,
I've used the sbRIO-9612 for year on the project, recently it sometimes reboots into safe mode. In MAX I may find the status of the sbRIO is "Safe Mode with software error". Can anyone tell me, how can I find out where is the problem. I have the error log as attachment.
Regards,
Wilbur
Solved! Go to Solution.
07-15-2010 03:52 AM
07-15-2010 04:23 AM
Hi,
I read again the log file. There're something that should help:
Exception code: 0x00000700 ...Thread ID: 0x02E270B8 Thread name: niserial Thread stack base: 0x02E270B8 stack size: 32768 Call Stack: 0x1de9170+0xe93cc: _dtors () in module niserial.out 0x1ddd83c+0xdda98: _dtors () in module niserial.out 0x1dc840c+0xc8668: _dtors () in module niserial.out 0x1df3a34+0xf3c90: _dtors () in module niserial.out 0x1db2154+0xb23b0: _dtors () in module niserial.out 0x1dc6a2c+0xc6c88: _dtors () in module niserial.out 0x1dc68a0+0xc6afc: _dtors () in module niserial.out 0x1dc67b0+0xc6a0c: _dtors () in module niserial.out 0x3dbc80+0x8: Virtual function table for __cxxabiv1::__si_class_type_info () in module 0x0
07-15-2010 04:34 AM - edited 07-15-2010 04:37 AM
Here is the program for controlling the serial port on sbRIO.
(The missing subVI is used to build up the frame for communication. The wait until 3ms was added according to specification of the component, which the serial controls.)
07-19-2010 06:01 AM
Can it be a software mistake for the controlling of the RS232 serial interface?
07-19-2010 09:32 AM
Hello,
please follow the instructions in the manual “Getting Started with CompactRIO and LabVIEW” to reinstall the software on your NI sbRIO-9612.
It’s explained in detail in the chapter “Installing Software on and Configuring the Controller” on page 6
Getting Started with CompactRIO and LabVIEW
http://digital.ni.com/manuals.nsf/websearch/C9721DD0A5F989CE8625760A007D4D1B
Regards
Ulrich
AE NI-CER
08-13-2010 07:50 AM
Hi,
here is how I did to solve the problem:
I replaced all the timed loops in sbRIO with the while loops (time interval inclusive)
And that's it! It looks like the timed loop cause the problem in some unknown way. The same thing I've also seen on the FPGA.
My LabVIEW is 8.6 and NI RIO is 3.1.
04-15-2014 07:17 PM
Hi, Wilburwn
I have a PXI RT target, and I also use timed loop for determining application. I recieved the same error as you.Do you have any other method for repairing this problem except removing all timed loop? Because I really need the timed-loop.
Best regards,
04-26-2018 09:09 AM
I had this issue. I found out my problem was I installed lots of software on the cRio and was running out of memory. Once I installed only what I needed, everything worked just fine.