02-07-2008 10:51 AM
02-07-2008 11:13 AM
Did not look at your code, but here is a shot at what you might be needing...
There is a String to Byte Array VI that should convert your returned string into an array of three bytes. You can then Index the Array and convert each those three bytes into seperate integers. These will likely be the values you are loking for. You may need to try unsigned integer conversion as well.
See attached pic
02-07-2008 11:16 AM