I have a plc s7-1500 and a zebra zt410 printer. I've made them communicate by TCP/IP and everything is working. But the problem is that, the ZPL code of my label is too long and has more than 254 characters (which is the limit for a String).
So, I've made a small ladder program, who changes the data of the TSEND_C block after a delay, but nothing.
I think there is a ZPL character or command I have to add at the end of the first string I'm sending and at the beginning of the second, to tell the printer that those two strings should be considered like just one.
I've tried ^
, \r\n
, '
, but nothing.