|
|
|
| RS i | <Function 0> |
|
|
| VERSAJET |
| [Name] | Draw line |
|
|
|
|
|
| ||
| Programming Reference |
| ||||
|
|
|
| [Format] | ASCII | RS i n1 x1L x1H y1L y1H x2L x2H y2L y2H w pL pH |
|
|
|
| |||
|
|
|
|
| Hex | 1E 69 n1 x1L x1H y1L y1H x2L x2H y2L y2H w pL pH |
|
|
|
|
| Decimal | 30 105 n1 x1L x1H y1L y1H x2L x2H y2L y2H w pL pH |
|
|
|
| [Range] | n1 = 0 ; 0 ≤ x1L, x1H, y1L, y1H, x2L, x2H, y2L, y2H ≤ 255 | |
|
|
|
|
| 0 ≤ w ≤ 255; 0 ≤ pL, pH ≤ 255 |
[Default] None
[Description] Draw line
x1L: Position x1(Low byte)
x1H: Position x1(High byte)
y1L: Position y1(Low byte)
y1H: Position y1(High byte)
x2L: Position x2(Low byte)
x2H: Position x2(High byte)
y2L: Position y2(Low byte)
y2H: Position y2(High byte)
w: Width(dots) of a line
pL: Line Pattern(Low byte)
pH: Line Pattern(High byte)
183