LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What is method to make counters in sequence structure

Hi, new to labview. I need to make simple
counters in various sequence frames of called subvi's.
How do I display the value on the calling vi's front panel instead of the subvi front panel? code examples?
thanks
0 Kudos
Message 1 of 2
(2,437 Views)
Leave the sequence frames in the palette and use sequence by wire to do what you want.
e.g. let each subvi have also the error-in/error out cluster at its connector and wire the subvi in the correct order.
In this way you don't need sequence frames and you keep your program readable.

After each subvi wire a local var of your frontpanel control to write the value of the counter to.
greetings from the Netherlands
0 Kudos
Message 2 of 2
(2,437 Views)