LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Conversion of tabular inputs into numerics/constants

I want to have a table where the first column has labels corresponding to the second column where the user can input numeric values. One of the numeric values needs to be used as the constant value for the "Elasped TIme Function" (as the "Target Time" value) and the other number needs to be used as a numeric value for the "Wait (ms) Funtion".
Basically how to I convert the user inputted values into the necessary constant/numeric values to be used by the other functions?
Thank you!
0 Kudos
Message 1 of 2
(2,283 Views)
The image should help you do the trick!

Just be careful with what types you're using.  If you need to wire it to the "Wait (ms)" function, be sure to wire an "U32" (unsigned long) constant to the "default" input, so that the proper conversion is made. 

Unless you're unconcerned with coersion - then just wire away!


Message Edited by Novatron on 06-23-2006 10:48 AM

0 Kudos
Message 2 of 2
(2,282 Views)