Send ZPL command to Zebra 170PAX4 via TCP/IP Socket

Thanks for the HTTP tip. I did not know this was possible this easily.

Here is an Ignition snippet for reference that prints ZPL to a printer

system.net.httpPost('http://192.168.1.10/pstprnt', postData="^XA^WD^XZ")
5 Likes