LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to clear string control


@DerickMathew wrote:

Hope this helps 🙂

 

 

clearString.jpg


A local variable is highly preferred here over a value property node. You can enforce execution order by placing the empty string diagram constant inside the inner sequence frame.

 

We need to see the rest of the code to decide if we even need an event structure. If the code is a proper state machine, the string should be cleared once it is processed in the respective state.

Message 11 of 13
(1,472 Views)

This was my starting with LabVIEW

 

0 Kudos
Message 12 of 13
(494 Views)

@himasha86 wrote:

This was my starting with LabVIEW


Welcome back after so many years 😄

0 Kudos
Message 13 of 13
(463 Views)