LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem nesting combo boxes between them LabVIEW

Solved!
Go to solution

it's file name, the file is like NAM1_ATP5_Environnement2_FT3_Signal7_Reptopo. We'll have a drop-down menu when I click on NAM, there will be all the files with the registered NAM, as soon as we select this NAM, there will be several ATPs and so on

0 Kudos
Message 21 of 30
(571 Views)

Hi Problem,

 


@Problem LabVIEW wrote:

Message 7 solution doesn't meet my expectations because NAMs are pre-filled and I want it to be dynamic


Please re-read message #7!

Then implement step 1 and 2…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 22 of 30
(556 Views)

Should be LV2018 now.

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 23 of 30
(501 Views)

Hello, via a friend I managed to have it in version 2018, thank you, I am working on your code. I wanted to know how you were doing so that your combo box 2 depends on your combo box because the problem is that the values of the drop-down menu that offers this code are frozen data.

Thank for your help.

0 Kudos
Message 24 of 30
(491 Views)

Hi Problem,

 

the example VI uses an INI file to define the content of "Combo box" and "combo box 2": did you provide such an INI file with some (correct) settings?

 

Otherwise see message #7 and mplement steps 1 and 2 to replace those INI file functions…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 25 of 30
(477 Views)
Hello everyone,
compared to all the indications that there has been on the topic, I put to you the VI unfortunately there are errors. I wanted to know if I'm finished soon or not, if yes is there someone to start me so we can have a finished VI. Thank you to the people who are contributing.
0 Kudos
Message 26 of 30
(344 Views)
Solution
Accepted by Problem LabVIEW

Here is something that works. I cleaned it up a little, but not much. You will still need to remove duplicates from the arrays of strings and turn off Allow Undefined Strings on each of the combo boxes.

Redhawk

Saying "Thanks that fixed it" or "Thanks that answers my question" and not giving a Kudo or Marked Solution, is like telling your waiter they did a great job and not leaving a tip. Please, tip your waiters.

0 Kudos
Message 27 of 30
(334 Views)

Thank you for correcting my VI, but I wanted to know if I could have the SubVI that you use to make the code functional. Thank you for your help I'm moving forward with my project, thank you.

0 Kudos
Message 28 of 30
(286 Views)

It is called Delimited String to 1D String Array and it should come installed with LabVIEW. This is all it is:

FireFistRedhawk_0-1784550017226.png

 

Redhawk

Saying "Thanks that fixed it" or "Thanks that answers my question" and not giving a Kudo or Marked Solution, is like telling your waiter they did a great job and not leaving a tip. Please, tip your waiters.

0 Kudos
Message 29 of 30
(281 Views)

thanks you for the help i finished my code

0 Kudos
Message 30 of 30
(246 Views)