Previous Topic: XCHRxxxxNext Topic: $LPCHAR


XUSERxxx Module

XUSERxxx modules can be used to store overlays or fonts permanently in the printer's memory. These modules contain user commands, which can be sent by calling the Laser interface from ESFU006X. For example, see member XXLSUSER in CBQ4OPTN.

XUSERxxx Macros

The following macros are used in the XUSERxxxx module:

$LPDVP

Names the device type for all macro calls until the next $LPDVP macro.

$LPCMS

Defines command skeletons for the commands which are sent.

XUSER000 $LPDVP DEVICE=XX-XEROX                              
         $LPCMS CMDTYPE=TEXT,TYPE1=C,DATA1='DATA FOR HP-IDA' 
         $LPCMS END=YES                                      
*                                                            
         $LPDVP DEVICE=XX-HPIDX                              
         $LPCMS CMDTYPE=TEXT,TYPE1=C,DATA1='DATA FOR XX-HPIDX'
         $LPCMS END=YES                                      
*                                                            
         $LPCDVP END=YES