12-03-2010 01:57 PM
Thanks.
Your guess was almost right.
I have a SUB VI that have an Enum Selector to case structure of Hex Values.
I have a main vi that (generates messages in ASCII CODES).
Since the Sub was already made, I had to send a hex parameter from String Field of Calling main vi, '33' hex to the Sub vi Enum and to case structure of Sub vi.
PS. I did right click on the Structure, I don't have a radix option. Labview 2009.
12-03-2010 02:08 PM
@Metachnet wrote:
PS. I did right click on the Structure, I don't have a radix option. Labview 2009.
If you right click on a case structure it does have a radix option like Omar shows, even in LV 2009.
If you are talking about the numeric control, or a numeric constant, you need to right click Visible Items >> Radix
12-03-2010 02:30 PM
@Metachnet wrote:
PS. I did right click on the Structure, I don't have a radix option. Labview 2009.
I am guessing again, but are you still using the enum with the case structure?
If you use a normal numeric input to your case structure, you will then see the radix optioin.
You might want to post you key select vi so we will not have to guess.