Chapter 8 Complete Command List

set var variablename variablestring

set var LANDSCAPE 0x1b 0x26 0x6c 0x31 0x4f

set var FINISH $FF $PCL-RST

Define a new variable to be used in header, trailer, or switch strings on the PrintNet and call it variablename. variablestring can be a space-separated list of words, hexadecimal numbers (e.g., 0x04), or references to other pre-defined variables. It is easiest to make up the variablestring with hexadecimal values as shown in the example.

NOTE: One variable counts as one element within header and trailer strings.

NOTE: Defined variables are referenced in strings by placing a “$” before the variable name (e.g., “set model m1 trailer $FF”).

set var from default

Set all variable settings back to factory defaults.

set var from stored

Set all current variable settings to the values stored in flash memory.

List Commands

These commands list the current or working settings for a particular section within the command shell. To view stored settings in flash memory, you will need to add in “stored” within the beginning of any of the following commands. For example, “list prn” shows you the current prn settings but “list stored prn” shows you the settings sitting in flash memory. Normally these should match.

list arp

List the current ARP table that the PrintNet adheres to in a TCP/IP network.

list date

List the current date on the PrintNet.

list dest

List the current destination settings (e.g. names and mapped I/O ports, models, and logpaths).

140

Page 140
Image 140
Fujitsu 9045 user manual List Commands, Set var variablename variablestring