8.64.4 Examples
Example 1:
Display the current FCB for the printer with device address 000E.
HHC00013I Herc command: 'fcb 000e'
HHC02210I 0:000E lpi=6 index=0 lpp=66 fcb=1:1,7:2,13:3,19:4,...,43:8,49:10,55:11,61:12,63:9
Figure 129: FCB command (display current FCB)
Example 2:
Stop the printer with device address 000E. Set lines per inch to 6, lines per page to 66 and load a new
FCB image for the printer. Then start the printer again.
HHC00013I Herc command: 'stop 000e'
HHC02214I 0:000E device stopped
HHC00013I Herc command: 'fcb 000e lpi=6 lpp=66 fcb=1:1,6:2,12:3,18:4,...,48:9,54:10,60:11,66:12'
HHC02210I 0:000E lpi=6 index=0 lpp=66 fcb=1:1,6:2,12:3,18:4,...,48:9,54:10,60:11,66:12
HHC00013I Herc command: 'start 000e'
HHC02214I 0:000E device started
Figure 130: FCB command (load new FCB image)