LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

changing text in a string indicator

Solved!
Go to solution

I'm using a slide switch to set either AM or PM on my front panel.  How can I use one string indicator and have the text within the indicator change from AM to PM depending on which position my slide switch is set to?

0 Kudos
Message 1 of 2
(2,446 Views)
Solution
Accepted by topic author mitchkreifels

Hi Mitch,

 

why not use the boolean text of the switch instead of a separate string indicator?

Why not use a simple Select function to select between AM and PM and wire the result to the string?

Why not use a case structure depending on your switch?

Why not use AppendTrueFalseString?

Best regards,
GerdW


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