LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

the conversion of 100 to one byte

We have a translation stage which takes the command as one byte. So the first command we have to send for checking the connection status is 100 and the reply from the stage for it should be 200 if it is connected mode. But presently it shows nothing if I put 100, it continues in run mode without giving response even if it is in connected mode. so i expect wise replies from you on this regard and I'am sending the code to you for your kind help

0 Kudos
Message 1 of 2
(2,050 Views)

Hi,

 

100 translates to hex64. So you probably must send the hexadecimal string constant 64 and the response should be hexC8.

 

Good luck

Edgar

0 Kudos
Message 2 of 2
(2,039 Views)