07-17-2014 11:23 AM
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?
Solved! Go to Solution.
07-17-2014 11:28 AM - edited 07-17-2014 11:28 AM
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?