Page 1 of 1

help

PostPosted: Tue Aug 31, 2010 6:43 am
by wood
I found that the hexadecimal values can only demonstrate by ASCII Symbol. How to directly demostrate the hexavdecimal values in WD?

Re: help

PostPosted: Wed Sep 01, 2010 12:53 pm
by Linton9
Do u mean you want, for example, 15 to display as F ?

Please tell us more about what you're trying to achieve.

Re: help

PostPosted: Thu Sep 02, 2010 3:26 am
by wood
i mean that if i send a HEX value "4D" into WD,then display as "4D" or "h4D" in WD.Not display "M" as ASCII.

Re: help

PostPosted: Thu Sep 02, 2010 8:00 am
by Patrick Verhey
Hi,

if you use a TCP input node and set it to ASCII you can set the start and stop bits. I usually set it to ( and ). If you now send a vlaue from the timeline to the WD you can send (Hello). You can straight link the TCP input node to a Label output node and once you set the the ID of your Label.
On a change on the TCP input the label will now change to the new message. So if the timeline sends (Hello) the Label will display Hello.

Is that what you need?

best regards

Patrick