LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to avoid the numeric indicator to be set to zero when case structure is false?

Solved!
Go to solution

The numeric indicator will be set to zero when case structure is false. I chose "Use Default If Unwired" for the blue hollow dot on the edge of case structure, otherwise error will come out if I didn't do anything thing with the little blue hollow dot. How to avoid the numeric indicator to be set to zero when case structure is false?

forum1.jpgforum2.jpg

0 Kudos
Message 1 of 4
(2,835 Views)

Hi Jason,

 

use some shift registers to hold the values for those indicators...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 4
(2,822 Views)
Solution
Accepted by topic author Jason2018

Put terminal of the indicator inside the case structure, so the indicator will be updated only in one case

_____________________________________
www.azinterface.net - Interface-based multiple inheritance for LabVIEW OOP
Message 3 of 4
(2,802 Views)

Problem solved. Thanks a lot.

0 Kudos
Message 4 of 4
(2,775 Views)