09-08-2008 09:50 PM
I have a ASCII Hex file with data formated as shown. (The real file has hundres of lines)
$00FCBA005C00003F363A352D386E
$00FCB7005900003F393938FE3B7A
$00FCBD005A00003F3B793A853E8A
$00FCBA005A00003F3F383F194195
$00FCC3005B00003F42F74227450A
$00FCF6005D00003F46B644714815
$00FD04005900003F483648424B1C
I need to seperate each line into groups of bytes like this:
$ 00 FD04 0059 00003F 4836 4842 4B1C
Then convert each group into decimal and display in charts, gauges, etc.
Any help and/or examples would be appreciated. Also where can I find more info (and examples) on this process in the Help section of Labview?
Thanks,
Chris
09-08-2008 10:25 PM
09-15-2008 10:07 AM
11-13-2008 07:39 AM - edited 11-13-2008 07:40 AM
11-13-2008 09:06 AM
11-14-2008 07:27 AM