01-09-2006 11:52 AM
01-09-2006 12:20 PM
01-09-2006 12:28 PM
01-09-2006 12:51 PM
01-10-2006 03:17 AM
Thanks for your quick reply!
Let me explain in details.
In fact I want to do automatic measurement of many components, I need to measure Voltage, Temperature,and code.So I gonna I have to write to a file the results and those file got a name base on the type of the measurement,can be 1) V var, Code const, Temp const , 2)code var, V const, temp const 3)Temp var, V const and code const.
that is why I want to select the name describing the measurement mode and then start the appropiate measure,so I need the combo box and maybe Enum so select the mesurement type.How can I interface combo box-enume-case structure for the selection?
P.S: I am using Labview 7.1 so I cannot open the file written in niewer version.
Benio
01-10-2006 06:59 AM
Thanks for your quick reply!
Let me explain in details.
In fact I want to do automatic measurement of many components, I need to measure Voltage, Temperature,and code.So I gonna I have to write to a file the results and those file got a name base on the type of the measurement,can be 1) V var, Code const, Temp const , 2)code var, V const, temp const 3)Temp var, V const and code const.
that is why I want to select the name describing the measurement mode and then start the appropiate measure,so I need the combo box and maybe Enum so select the mesurement type.How can I interface combo box-enume-case structure for the selection?
P.S: I am using Labview 7.1 so I cannot open the file written in niewer version.
Benio
01-11-2006 09:12 AM