01-06-2010 04:35 PM
Hi,
I am using DAQmx VIs create channel.vi and sample clock.vi, they have inputs (input terminal configuration) and (active edge) both are I32 and have enum looking drop down options. i want to use those text values to put into my excel file, but they give out numeric codes related to respective option. is it possible to get the text as it is.
it is not an enum but I32 which looks like enum..
plz help..
Thanks
Solved! Go to Solution.
01-06-2010 04:54 PM
Actually the active edge is a ring control. Right click it and create a property node for it ring text.text. This will give you the string selected when the property node runs.
Hope this helps.
01-06-2010 04:59 PM
thank you
it didnt strike me although i worked with ring controls.
01-06-2010 05:00 PM
01-06-2010 05:04 PM
thank you,
interesting, what is the vion top right which uses indices and text constant?
01-06-2010 05:07 PM
ok got it, pick line
i did the case structure , but i wanted something simpler..
thanks