7167 Owner’s Manual Chapter 6: Commands
November 2003
125
Set Horizontal and Vertical Minimum Motion Units
ASCII:
GS P x y
Hexadecimal:
1D 50 x y
Decimal:
29 80 x y
Value of x:
Horizontal
Value of y: Vertical
Range of x:
0 - 255
Range of y:
0 - 255
Default: of x:
203
Default: of y:
203
Sets the horizontal and vertical motion units to 1/x inch and 1/y inch respectively.
When x or y is set to 0, the default setting for that motion unit is used.
The default horizontal motion is x = 203.
Example:
MSComm1.Output = Chr$(&H1D) & Chr$(&H50) & Chr$(x) & Chr$(y)
Exceptions:
This command is ignored if slip station is selected.