I have been searching through articles on this problem and its clear as mud. My specific problem is that I have an "HEX" reading from an A2D converter on one of our products, when I read it back it is displayed as ascii values so I convert it to HEX by right clicking the indicators on screen. This is great for some of the readings, but other readings I need to convert into a decimal number to do some calculations on. When I try to use the "convert HEX string to number" function it does nt work, because the value although displayed as HEX is still an ascii character. I tried to write to a local variable as HEX and then read from it, but it is still an ascii character when I read it. I can t find any ascii conversion anywhere in labview, does anyone have any ideas?
Thanks,
Andrew L