Problem with zero 0 in string
VladaPUB
Posts: 139
In am trying to SEND_STRING to device from buffer, in facet when I receive sometfing from one device, i remove few bytes, and want to send it to another device.
Problem is that
SEND_STRING 0:1:0,somevariable
is sending UP TO ZERO !!!!!
Is there solution to solve this ?
Problem is that
SEND_STRING 0:1:0,somevariable
is sending UP TO ZERO !!!!!
Is there solution to solve this ?
0
Comments
I don't know if this is your problebem but
when doing IP that ports 1 & 2 are reserved.
Joe
is this zero a Hex number or an ascii code?
as far as i know, when you look in netlinx diagnostics with a Hex numbers coming in or going out, it will cut the string at $00 and won't show you the rest of the string altough there might be some other strings in the buffer coming in / going out.
Ronen
This will print out the ASCII representation of the incoming decimal values. Do the same for outgoing if you choose.