The $LPCMS macro is used to define a command skeleton element. One command skeleton is composed of a number of skeleton elements. An invocation of $LPCMS with END=YES must be done after the last skeleton element. A command skeleton can be made up of fixed text alone, or fixed text mixed with variable data (to be inserted by the Laser interface).
An example of a fixed text only skeleton is the RESET command in the XDEVTYPE module. An example of a mixed skeleton is the ABSOLUTE POSITIONING command in the XDEVTYPS module. It has the two coordinates as variables.
$LPCMS BREAK=<YES | NO>,
CMDTYPE=<TEXT>,
<NUM >
<X >
<Y >
DATA1='data1',
DATA2='data2',
DATA3='data3',
DATA4='data4',
DATA5='data5',
DIV=<99 | 1>,
END=<YES | NO>,
DIV=<99 | 1>,
TYPE1=<C | X>,
TYPE2=<C | X>,
TYPE3=<C | X>,
TYPE4=<C | X>,
TYPE5=<C | X>
This section describes the &LPCMS parameters.
The parameter effects are:
This parameter is the data part of the DC statement. Together with TYPEn, this parameter results in a DC statement, which is part of a TEXT type skeleton element. Quotes must be included. The default value is NONE.
If the units used for the numeric in this skeleton element are different from the units used for this device in general (sizes, offsets, spacing, and so on), the number inserted as a result of this skeleton element is multiplied by the value specified in the MULT parameter, and the result is divided by the value specified in this parameter.
This parameter is used only if CMDTYPE was specified as NUM, X, or Y.
The default value is 1.
The parameter effects are:
The parameter effects are:
If the units used for the numeric in this skeleton element are different from the units used for this device in general (sizes, offsets, spacing, and so on), the number inserted as a result of this skeleton element is multiplied by the value specified in this parameter, and the result is divided by the value specified in the DIV parameter.
This parameter is used only if CMDTYPE is specified as NUM, X, or Y.
Together with DATAn this parameter results in a DC statement, which is part of a TEXT type skeleton element. This parameter is the type used in the DC statement.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|