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…
07-03-2026 06:49 AM
You say "nested", but do you really mean they are dependant on each other? If you select 'A' on the 1st one, then 2nd one has 1,2,3 as choices, but if you select 'B' , then 2nd has 4,5,6?
07-03-2026 07:13 AM
See if this gives you any ideas.
07-06-2026 02:07 AM
Hi, thanks for your answer, unfortunately I can't see your code because I have the LabVIEW 2018. If you could send it to me in an earlier version it would be nice. To explain a little more what I want to do, I have another code that records datas of a signal and I want to be able to find that signal(s) (recorded in a .lvm file and visualized on a scope) that I will record in a directory to find them via the combo box that records according to the NAM then according to that NAM in question it will depend on an ATP, then on Environn.. To be more clear, if I can NAM1, there will be the ATP3 and ATP4 options, but for example if I record a signal of NAM45, it follows that there will be for example ATP6, ATP5 and so on. Thank you very much for your help because I'm really stuck.
07-06-2026 03:03 AM
Hi Problem,
@Problem LabVIEW wrote:
I want to be able to find that signal(s) (recorded in a .lvm file and visualized on a scope) that I will record in a directory to find them via the combo box that records according to the NAM then according to that NAM in question it will depend on an ATP, then on Environn.. To be more clear, if I can NAM1, there will be the ATP3 and ATP4 options, but for example if I record a signal of NAM45, it follows that there will be for example ATP6, ATP5 and so on.
Did you read message #7 yet?
07-06-2026 03:56 AM
Message 7 solution doesn't meet my expectations because NAMs are pre-filled and I want it to be dynamic
07-06-2026 04:08 AM
So how to you get the NAM items ?
From folder names?
File names ?
File data ?