09-13-2006 07:01 AM
The data I am reading back is in the format of a binary string, starting with the Most Significant Bit (MSB) of the first word, then the corresponding Least Significant Bit (LSB), where a word is two bytes long. A carriage return indicates message termination. The return message starts with ‘bin,’ followed by the number of bytes requested. No delimiters are used to separate the data, but a carriage return is appended onto the end of the data.
bin,<first word msb><first word lsb>...<last word lsb><CR>
e.g. bin,$ro¬z1;@*...etc
Does anybody know of any examaple vi that can help me convert this data from binary to decimal numbers?
Many Thanks
Ash
09-13-2006 07:11 AM
Ash
Can you post your VI with example data?
thanks
David
09-13-2006 07:46 AM - edited 09-13-2006 07:46 AM

Message Edited by GerdW on 09-13-2006 02:46 PM
09-13-2006 08:37 AM
04-26-2007 02:47 PM - edited 04-26-2007 02:47 PM
Gerd, what is the name of the first function that you used to remove the first 4 characters... I am searching high and cannot find it 😞
edit:
10 mins of searching.. I post this question and find the string subset function 30 seconds later.......
Message Edited by labstew on 04-26-2007 02:49 PM