KEY | +Description | +
---|---|
00 - ff | +Two hexadecimal digits, unquoted, are sent as is. | +
'…' | +Text inside quotes is a character string sent verbatim. | +
xxx | +X coordinate.1 | +
yyy | +Y coordinate.1 | +
n | +Pen number | +
d | +Auto Blade Depth | +
s | +Speed | +
o | +Blade Offset | +
z | +unknown | +
f | +Force (0-33) | +
nnn | +First unknown purpose number.1 | +
mmm | +Second unknown purpose number.1 | +
+ | + |
Category | +Command Format | +Response Format | +Description | +
---|---|---|---|
Action | +'BE1' … 03 | +n/a | +New drawing command.2 | +
Action | +'BE2' … 03 | +n/a | +New drawing command. | +
Action | +'M' xxx ',' yyy 03 | +n/a | +Move selected pen to coordinates. | +
Auto Blade | +'FY' n 03 | +n/a | +Reset Auto Blade3 | +
Auto Blade | +'TF' d ',' n 03 | +n/a | +Set Auto Blade4 | +
Get Info | +'FA' 03 | +nnnnn ',' mmmmm 035 | +Unknown: 2 five digit numbers. | +
Get Info | +'FG' 03 | +'CAMEO 3 V1.50 ' 03 | +Get Version: 17 Chars | +
Get Info | +'FQ0' 03 | +nnnnn 03 | +Unknown: 1 five digit number. Maybe last speed set? | +
Get Info | +'FQ2' 03 | +nnnnn 03 | +Unknown: 1 five digit number. Maybe last blade offset? | +
Get Info | +'TB71' 03 | +nnnnn ',' mmmmm 035 | +Unknown: 2 five digit numbers. | +
Get Info | +'U' 03 | +xxxxxx ',' yyyyyy 03 | +Get Lower Right Coordinates: 2 six digit numbers. | +
Get Info | +'[' 03 | +xxxxxx ',' yyyyyy 03 | +Get Upper Left Coords: 2 six digit numbers. | +
Set Config | +'!' s ',' n 03 | +n/a | +Set Speed to 5 for Pen #1 | +
Set Config | +'FC' o ',' z ',' n 03 | +n/a | +Set Cutting Offset to 18 for Pen #1 | +
Set Config | +'FX' f ',' n 03 | +n/a | +Set Force to 33 for Pen #1 | +
Set Config | +'Z,4288' 03 | +n/a | +Set Lower Right Boundary | +
Set Config | +'\\30,30' 03 | +n/a | +Set Upper Left Boundary | +
Set Pen | +'J' n 03 | +n/a | +Select Pen #N6 | +
Status | +1b 05 | +30 03 | +Status? Ready | +
Status | +1b 05 | +31 03 | +Status? Moving | +
Status | +1b 05 | +32 03 | +Status? ??? | +
Status | +1b 05 | +33 03 | +Status? Paused | +
Unknown | +'FN0' 03 | +n/a | +Unknown | +
Unknown | +'L0' 03 | +n/a | +Line type?7 | +
Unknown | +'TB50,0' 03 | +n/a | +Unknown | +
Unknown | +'TG1' 03 | +n/a | +Unknown | +
um | +micrometer | ++ |
SU | +Silhouette Unit | +All command coordinates are in Silhouette Units | +
in | +Inches | ++ |
Occurance | +Meaning | +
---|---|
Not First | +This command does not appear on the first such sequence, but does appear on all subsequent sequences of the same type. | +
All | +This command appears on all squences of this type. | +
First | +This command appears only on the first such sequence, and is absent from all subsequent sequences of the same type. | +
TG1 | +Unknown | +
FN0 | +Unknown | +
TB50,0 | +Unknown | +
\\30,30 | +Write Upper Left - Sets the upper left to 1.5 mm from the true upper left corner. | +
Z5558,4288 | +Write Lower Right - Sets the lowr right 1.5mm from the true lower right. | +
Command | +Occurance | +Meaning/Notes | +
---|---|---|
L0 | +Not First | +Unknown8 | +
J1 | +All | +Pen Select | +
FX33,1 | +All | +Set pen one force to 33. | +
!5,1 | +All | +Set pen one speed to 5. | +
FC0,1,1 | +First | +Set pen one cutter offset to 0,1. | +
FC18,1,1 | +Not First | +Set pen one cutter offset to 18,1. | +
FE0,1 | +All | +Unknown | +
FF1,0,1 | +First | +Only on first autoblade initalization: Unknown | +
FF1,1,1 | +All | +On all autoblade initialization: Unknown | +
FC18,1,1 | +All | +Set pen one cutter offset to 0.9mm x 50 um. | +
FY1 | +All | +Reset Blade to depth 109. | +
TF1,1 | +All | +Set pen one to depth 110. | +
L0 | +Unknown8 | +
J2 | +Pen Select. | +
!4,2 | +Set pen two speed to 4.11 | +
FX20,2 | +Set pen two force to 20. | +
FE0,2 | +Unknown | +
FF1,0,2 | +Unknown | +
FF1,1,2 | +Unknown | +
FC0,1,2 | +Set pen two cutter offset to 0.0mm x 50 um. | +
FC18,1,2 | +Set pen two cutter offset to 0.9mm x 50 um. | +
L0 | +Unknown8 | +
\\0,0 | +Write Upper Left : reset the upper left to zero,zero so that you can move to it. | +
M0,0 | +Move to zero zero. | +
J0 | +Select no pen. | +
FN0 | +Unknown | +
TB50,0 | +Unknown | +
0x1b 0x05 | ++ | Query Status | +
+ | 0x30 0x03 | +Ready | +
0x1b 0x05 | ++ | Query Status | +
+ | 0x31 0x03 | +Moving | +
0x1b 0x05 | ++ | Query Status | +
+ | 0x33 0x03 | +Paused | +
0x1b 0x05 | ++ | Query Status | +
+ | 0x34 0x03 | +Cancel | +