17
edits
(→Header) |
(Some new findings) |
||
Line 98: | Line 98: | ||
* 00000000: 0x00001000 Size of file in bytes | * 00000000: 0x00001000 Size of file in bytes | ||
Unknown, | Unknown, this seems to be close to the number of motion blocks plus 30. | ||
* 00000004: 0x00000022 | * 00000004: 0x00000022 | ||
File Version Number: file was written with dll 4.1.2.2 | File Version Number: file was written with dll 4.1.2.2 | ||
Line 124: | Line 122: | ||
* 0000001c: 0x00000000 | * 0000001c: 0x00000000 | ||
Size of the artwork in steps (divide by 208.33 to get millimeters (depending on the machine configuration)) | |||
* 00000020: -20833 steps | * 00000020: -20833 artwork width in steps | ||
* 00000024: -20833 steps | * 00000024: -20833 artwork height in steps | ||
Unknown, fixed value | Unknown, fixed value | ||
Line 140: | Line 138: | ||
* 00000070: 0x00000001 ? | * 00000070: 0x00000001 ? | ||
Unknown, | Unknown, changes! | ||
* 00000074: 0x00000002 ? | * 00000074: 0x00000002 ? | ||
Unknown, | Unknown, changes! | ||
* 00000078: 0x00000003 ? | * 00000078: 0x00000003 ? | ||
Unknown, | Unknown, changes! | ||
* 0000007c: 0x00000005 ? | * 0000007c: 0x00000005 ? | ||
Line 298: | Line 296: | ||
This is the end of subroutine 1 | This is the end of subroutine 1 | ||
* 000005f0: : end subroutine 1 | * 000005f0: : end subroutine 1 | ||
== Data Block at 0x00000600 == | |||
This block cuts the bounding box of the artwork plus 2mm on each side. This block is optional. Fill with 0 if not used. | |||
== Data Block at 0x00000a00 == | == Data Block at 0x00000a00 == | ||
Line 334: | Line 336: | ||
* 00000a50: : laser power corner:40.00%, straight:40.00%, p3:30.00%, p4:50.00%, startspeed:1041(5.00%), speed:20833(100.00%), ??:0 | * 00000a50: : laser power corner:40.00%, straight:40.00%, p3:30.00%, p4:50.00%, startspeed:1041(5.00%), speed:20833(100.00%), ??:0 | ||
Command | Motion Command Block. These blocks seem to divide the file into 2kByte chunks at | ||
command boundaries. Command blocks never contain more than 510 (512?) words | |||
(<=2kBytes). This subroutine can ahve many command blocks. Motion Commands | |||
are switching periphery (laser, blower), setting acceleration and deceleration, and | |||
moving the head. | |||
* 00000a70: : command block follows, 290 words (form 00000a78 to 00000f00) | * 00000a70: : command block follows, 290 words (form 00000a78 to 00000f00) | ||
edits