Character 00 in Premiun rs232 port configured as character mode

R

Thread Starter

Rufino

In a PLC Premium with a PCMCIA port rs232 configured as character mode, can be sent character 00?

What solution I can adopt?
 
Hi,

You can use the print_char function
for example:

PRINT_CHAR(ADR#0.1.SYS,%MB3100:13,%MW640:4);

in the second parameter (%MB3100:13) you can put any binary data you want to send.

Regards
Andrzej
www.modbus.pl
 
Top