07-02-2026 04:31 AM
To be honest with you, I'm new to LabVIEW and I didn't understand your explanation very well, can you give me a protocol please to help me solve my problem? I haven't been able to solve my problems for 2 or 3 weeks
Thank you
07-02-2026 05:47 AM - edited 07-02-2026 05:48 AM
Hi Problem,
@Problem LabVIEW wrote:
I haven't been able to solve my problems for 2 or 3 weeks
Have you done any of the training resources offered in the header of the LabVIEW board in this time?
Did you examine the state machine example coming with LabVIEW?
(State machines are very basic software constructs and you should be able to implement them.)
As described in message #2 your problem could be reduced to a state machine, with states of "get user input" and "parse/provide the next piece of information"…
07-02-2026 07:58 AM
The problem is I want it to fill up dynamically and not have it pre-filled
07-02-2026 08:46 AM
Hi Problem,
@Problem LabVIEW wrote:
The problem is I want it to fill up dynamically and not have it pre-filled
Yes, we know.
That's why I suggest to implement a state machine that will fill the controls/data structure dynamically…