Hello all,
I have an application that I have written which runs one of two sequences based on a manufacturer part number. I currently have it set up so that the user can select a part number from a drop down box on the front panel, and based on the selected number a local variable is set that chooses which sequence to run. So its basically a drop downmenu attached to a case sequence which sets a variable.
What I would like to do is be able to have a pop up window or .vi that allows the end user to add part numbers to the application, and choose which sequence to associate with that part number. Let me give this example.
Part 123456 uses serial communication and needs sequence 1
Part 123457 uses CAN communication and needs sequence 2
User would be given a textbox where they would enter the new part number, and a drop down box that gives them the option of CAN/Serial. They would then hit a "save" button and the serial number and corresponding communication option would be saved as a new case.
Is this possible?? I am fairly proficient, so a basic example should help me a lot.
Thanks in advance.
Speedbump