LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Unwanted blinking

Solved!
Go to solution

I can not understand why I have an indicator on the front panel that JUST do "run" begins to blink.
The only setting to blink I have given is that if the data acquired is off limits max and min, the indicator starts blinking. Even though removing the entire line of blink, it continues to do so. I do not think the two things are connetted.

 

Thank you very much!

0 Kudos
Message 1 of 6
(2,921 Views)

Maybe you need to initialise it to blinking->FALSE at the start of your program.

0 Kudos
Message 2 of 6
(2,917 Views)

Hi lallilu,

 

when you have set the "blinking" property of a FP element using a property node: that property stays set until you reset it to FALSE!

 

Deleting some wires in the BD doesn't change properties of FP elements…

Best regards,
GerdW


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

thanks!!

I'm new in labview world... so... How and what have i to inizialize to FALSE?


ToeCutter ha scritto:

Maybe you need to initialise it to blinking->FALSE at the start of your program.


 

0 Kudos
Message 4 of 6
(2,909 Views)
Solution
Accepted by topic author lallilu87

Hi lillalu,

 

you need to write a FALSE to a "blinking" property of the FP element…

Best regards,
GerdW


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

Done!!! Thank you GerdW!!!!  🙂


GerdW ha scritto:

Hi lillalu,

 

you need to write a FALSE to a "blinking" property of the FP element…


 

0 Kudos
Message 6 of 6
(2,905 Views)