DevicesCustom Commands for NeuraLabel Devices

If the Family selected is NeuraLabel and a model is selected, then the Custom Commands tab displays the following options. For more information about drivers and Loftware Enterprise™ SP, see Managing Devices.

Note: You can enter lower ASCII control codes by using mnemonic text representation. The mnemonic text must be upper case. For example, you can use <ESC> for an escape character or <HT> for a tab character. To enter upper case text that includes < or > but should not be converted to a control code, enclose the text with << and >>. For example, <<US>> is converted to <US>. Lower case or mixed case text enclosed in < and > will remain as is and will not be converted into a control code. For a list of common control codes, see Lower ASCII Control Codes.

Command Location

You can configure custom commands to occur in specific locations within the job.

Option Description

PJL Header Command

Printer Job Language (PJL) command to occur at the beginning of the print stream prior to switching to PCL 3GUI language.

Example

@PJL JOB NAME = "Sample Job 1"

Job Level Command

Command to be appended to existing job commands once per print job. This command may be used to support enhancements due to firmware upgrades.

Example

If Paper Source is set to Tray 1 Continuous, the following command inserts four leading blank pages.

<ESC>*o5W<SO><GS><NUL><NUL><EOT>

Page Level Command

Command to be appended to existing page commands once per page or label. This command may be used to support enhancements due to firmware upgrades.

Example

If Color Mode is set to Color, the following command prints output in black and white:

<ESC>*o5W<VT><SOH><NUL><NUL><STX>