Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

CRIO 9076 break command from console

Hi, My labview application on a CRIO 9076 stopped functioning and a "break" was issued out the console from the CRIO. What does this "break" ouput mean? I have attached a snapshot of the console
0 Kudos
Message 1 of 4
(5,118 Views)

Hi allch,

 

The BREAK is a message that comes from the lvalarms (timed loops) portion of the code. This message is reported when the timed loops hit a serious issue. Try switching your timed loops to regular while loops in your application and let us know if that fixes the issue. 

 


Aldo A
Applications Engineer
National Instruments
Message 2 of 4
(5,107 Views)

I had the same problem once. Following the advice from Aldo A will solve the problem. The most secure option is to replace ALL timed loops from your application. If this is not possible than there should be not more than one timed loop. If you use more than 1 timed loop the BREAK will potentially occur and lead to unpredictable behavior of your application. My application was still running after a BREAK, mostly.

Message 3 of 4
(5,016 Views)

Thanks guys for your help, this solved this issue, along with some code improvements to reduce CPU load.

Smiley Happy

0 Kudos
Message 4 of 4
(4,885 Views)