|
|
|
| RS i | <Function 2> |
|
|
| VERSAJET |
| [Name] | Draw circle |
|
|
|
|
|
| ||
| 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 = 2 ; 0 ≤ x1L, x1H, y1L, y1H, x2L, x2H, y2L, y2H ≤ 255 | |
|
|
|
|
| 0 ≤ w ≤ 255; 0 ≤ pL, pH ≤ 255 |
[Default] None
[Description] Draw circle
x1L: Center of circle, x1(Low byte)
x1H: Center of circle, x1(High byte)
y1L: Center of circle, y1(Low byte)
y1H: Center of circle, y1(High byte)
x2L: Radius(Low byte)
x2H: Radius(High byte)
y2L: Reserved
y2H: Reserved
w: Thickness(dots) of a circle.
pL: Circle Pattern(Low byte)
pH: Circle Pattern(High byte)
[Notes]
If the diameter of a circle exceeds the printable area, this command is ignored.
187