09-15-2008 11:13 AM
09-15-2008 11:26 AM
Unfortunately, I had trouble understanding what you're referring to in terms of what the bytes mean. Are you saying that FCCE is supposed to be 0.001261? But in your second statement you said that you're looking to get signed integers. 0.001261 is not an integer.
Errr... where?
The vi and a longer sample data file are uploaded to the ni ftp site
09-15-2008 12:36 PM
09-15-2008 12:59 PM
Files uploaded to the "incoming" directory cannot be downloaded. That folder is intended to be used for submitting code to NI to investigate bugs and such things, not for forum posts.
What are you expecting FCCE to be? If the string is made of the characters "F", followed by the character "C", etc. (as opposed to the hex value of F, followed by the hex value of C, etc), then you can simply use Hexadecimal String to Number. Otherwise you need to use Type Cast.