03-26-2008 04:10 PM
03-26-2008 04:16 PM - edited 03-26-2008 04:25 PM
03-26-2008 08:41 PM
03-26-2008 09:26 PM
scoccer wrote:
Thanks very much. Then how can I make the case selector a drop-down selectable manu, instead of an arbitrary integer number?
You could use a Ring control, or better yet an Enum control.
This is pretty basic LabVIEW. I would highly recommend looking at the online LabVIEW tutorials.
LabVIEW Introduction Course - Three Hours
LabVIEW Introduction Course - Six Hours
03-27-2008 04:03 AM
scoccer wrote:
Thanks very much. Then how can I make the case selector a drop-down selectable manu, instead of an arbitrary integer number?
You CANNOT make a case selector as a drop-down menu instead of an integer.
But, you can always wire a drop-down control's value [ Ring/Enum control] directly to the case selector terminal.
For an enum, the case structure will direcly adapt to the data string. Similarly for a Tab control also...