Binary Resource dialog box

Use this dialog box to configure a binary resource. You can access this dialog box when you configure a binary resource in the Process Designer Utility or the Resource Manager dialog box.

For more information, see Output processes.

Name

Specifies the name of the binary resource.

Description

Provides a description of the binary resource.

Comments

Displays any comments about the resource.

Printer Family

Use the check boxes to determine if the resource will be used for all printer families or only for certain printer families.

Data Type

Use the check boxes to determine if the resource will be used for all data types or only for certain data types.

Import Resource Data

Browse button — Allows for importing resource data. Imported files can be of any type and will be interpreted as byte data.

Resource Editor

The Resource Editor box is a special edit area that accepts only hexadecimal digits (0 – 9 and A – F). Enter the binary data without regard to spacing. The spacing is taken care of automatically by the editor.

To go to a specific line in the resource, right-click in the box and click Go To (or press Ctrl+G). In the box that displays, enter the line number and click OK. The line will be highlighted in the Resource Editor.

To find specific text, right-click in the box and click Find and Replace (or press Ctrl+F) to display a find and replace dialog box.

Create Hex Size

The Create Hex Size area can be used to set the data capacity. Entering a number in the text box and clicking the Create Hex Size button has the following effect:

  • If there is already data in the edit area, any data at or below the new size will remain intact. Any data beyond the new specified size will be erased from the editor.
  • If existing data is smaller than the new size, the space after existing data is padded with empty bytes (00) up to the requested size.
  • If no data currently exists in the editor when setting the size, the editor is filled with empty bytes (00) up to the requested size.

Export button

Allows for exporting the resource data. Unlike the Export button on the Resource Manager dialog box, this exports only the text data from the Resource Editor area to a text file.