Set Horizontal and Vertical Minimum Motion Units
This command 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.
ASCII |
GS P x y |
Hexadecimal |
1D 50 x y |
Decimal |
29 80 x y |
Values |
•x—Horizontal •y—Vertical |
Range |
•x—0–255 •y—0–255 |
Default |
•x—203 •y—203 |
Example:
MSComm1.Output = Chr$(&H1D) & Chr$(&H50) & Chr$(x) & Chr$(y)
Exception
This command is ignored if slip station is selected.