Dennis, I deleted the printer from the Windows Printers and no error messages are displayed. As you can see in the Acquire & Print vi I have attached I am using some string controls as data inputs to test the printer interface. The 'Serial Number' is an alpha-numeric (BEGF12345), the 'Operator' and the 'Flow Rate' are text. The 'Printer Start Control String' and the 'Printer End Control String' controls are used to add the ZPL (see below) commands to the text string. I started with only frame one of the sequence, but added frame 0 to verify the text being sent. I added frame two to see why the printer was not responding because frame 1 does not generate an error. The GetCommError was from frame 2.
The printer did respond to a printer test from W
indows (Win 2000) within the printers properties.
A brief course on ZPL:
^XA indicates start of label format
^LH sets label home position dots right and dots down from top edge of label
^FO sets the field origin dots right and dots down from top edge of label
^AD selects font 'D' (preset font in firmware)
^FD start of field data
^FS end of field data
^XZ indicates end of label