Reserved Keys for Detailed Status for PCL Devices
The following reserved keys can be used to refer to detailed device data retrieved from a PCL Printer Command Language, a printer control language from Hewlett-Packard. device by using a detailedDeviceStatus or detailedDeviceInfo business rule component.
Important! The detailedDeviceStatus and detailedDeviceInfo business rule components are supported for use only with Avery Dennison, cab, Datamax-O'Neil, Epson, Intermec IPL, Loftware, NOVEXX Solutions, PCL, Printronix, QuickLabel, SATO, Toshiba, and Zebra devices.
Important! Content in a business rule is case sensitive. This includes business rule component names, attributes, and values.
Device Status Data
The following reserved keys can be used to refer to detailed device data retrieved from a PCL device by using a detailedDeviceStatus business rule component.
Reserved Key | Description |
---|---|
DDS_ONLINE |
Whether the device is online or offline. true: Online false: Offline |
Common Reserved Keys for Device Status
These keys are available for most devices supported by Loftware Enterprise SP.
Reserved Key | Description |
---|---|
DDS_CONNECTIONERROR |
Whether any connection errors have occurred. true: Connection errors occurred false: No connection errors occurred |
DDS_ENABLED |
Whether Detailed Device Status reporting is enabled for this device in Loftware Enterprise SP. true: Enabled false: Disabled |
DDS_FATALERRORS |
Whether any errors that would prevent printing occurred. true: Errors that prevent printing occurred false: No errors that prevent printing occurred Note: Not supported on Avery Dennison, NOVEXX Solutions, PCL, QuickLabel, or Toshiba devices. |
DDS_PAPERERROR |
Whether the device is out of label stock. true: Out of stock false: Not out of stock Note: Not supported on Avery Dennison, NOVEXX Solutions, PCL, QuickLabel, or Toshiba devices. |
DDS_PRINTHEADERROR |
Whether the print head is up and not ready for printing. true: Print head is up, not ready to print false: Print head is down, ready to print Note: Not supported on Avery Dennison, NOVEXX Solutions, PCL, QuickLabel, or Toshiba devices. |
DDS_RAWDATA |
The raw data (base 64 encoded) returned from a call to retrieve detailed device status from this device by using a business rule. |
DDS_RIBBONERROR |
Whether the device is out of ribbon. true: Out of ribbon false: Ribbon available Note: Not supported on Avery Dennison, NOVEXX Solutions, PCL, QuickLabel, or Toshiba devices. |
DDS_SUPPORTED |
Whether Detailed Device Status reporting is supported and enabled for this device in Loftware Enterprise SP. true: Supported and enabled false: Not supported, disabled, or both |
Device Information Data
The following reserved keys can be used to refer to detailed device data retrieved from a PCL device by using a detailedDeviceInfo business rule component.
Reserved Key | Description |
---|---|
DDI_DEVICEID |
The user-defined Device ID of the device. |
DDI_FIRMWAREVERSION |
The version number of the firmware installed for the device. |
DDI_ORIENTATION |
Whether the device is configured for Portrait or Landscape orientation. |
DDI_PERSONALITY |
The type of printing protocol of the device. For example, PCL or PostScript. |
DDI_RESOLUTION |
The resolution configured for the device in Dots Per Inch (dpi). Tip: You can configure the Device Resolution in the Options tab. |
DDI_SERIALNUMBER |
The serial number of the device. |
DDI_TOTALMEMORY |
The amount of memory existing on the device. This includes both available memory and memory that is in use or otherwise unavailable. |
DDI_TRAY1SIZE |
The size of the paper loaded into tray 1, 2, 3, or 4. |
DDI_TRAY2SIZE |
|
DDI_TRAY3SIZE |
|
DDI_TRAY4SIZE |
Common Reserved Keys for Device Information
These keys are available for most devices supported by Loftware Enterprise SP.
Reserved Key | Description |
---|---|
DDI_CONNECTIONERROR |
Whether any connection errors have occurred. true: Connection errors have occurred false: No connection errors have occurred |
DDI_DEVICEFAMILY |
The name of the device family in Loftware Enterprise SP. |
DDI_DEVICEMODEL |
The model of the device in Loftware Enterprise SP. |
DDI_ENABLED |
Whether Detailed Device Info reporting is enabled for this device in Loftware Enterprise SP. true: Enabled for this device. false: Disabled for this device. |
DDI_RAWDATA |
The raw data (base 64 encoded) returned from a call to retrieve detailed device information from this device by using a business rule. |
DDI_SUPPORTED |
Whether Detailed Device Info reporting is supported and enabled for this device in Loftware Enterprise SP. true: Supported and enabled for this device. false: Not supported, disabled, or both for this device. |