News:

Welcome on our forum!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - cahuk

#1
Data loggers and plug-ins / Re: Hex Data
July 03, 2014, 07:00:00 AM
I can set a fixed Position of 4 with a length of 2 and I get 65492 (FFD4) which seems right but if I increase fixed position to 5 or above (length remains 2) I get no data.

thanks for the help with a newbie!!

Found the issue I had to uncheck Trim spaces from left & right in Data format.

#2
Data loggers and plug-ins / Hex Data
July 17, 2011, 01:05:57 PM
I have the following string showing in the Data logger window.

<20110717060145.515>
#08#0F#F1#D4#FF#03#B1#00#09#98

I need to parse this data and grab the #09 section. But in the DDE I keep getting nothing or junk. I'm using the Ascii Parser and trying to parse as a string. Then I have an expression Value = WORDTOSTR(Value). I thought  saw that in another thread but any help would be appreciated.

Thanks