Embroidery format U??

The educational technology and digital learning wiki
Revision as of 12:11, 23 July 2018 by Tatarize (talk | contribs) (Created page with "U?? is called FDR internally in some documentations. Barudan stitch information. Usually these are .u01 files. * .U01 contains command, stitch triplet data. * .U01 contains c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

U?? is called FDR internally in some documentations. Barudan stitch information. Usually these are .u01 files.

  • .U01 contains command, stitch triplet data.
  • .U01 contains commands for SLOW, FAST (in both stitched and unstitched forms)

Each file consists of two parts: a header, and a body.

Header

The header comes in two parts.

  • Bunch of 0x30 "0" characters for 128 characters in all for an unknown reason.

Some basic extends information

Body

The body consists of encoded stitches. The stitches are in:

Control, X, Y form.

DST Encoding
BYTE 7 6 5 4 3 2 1 0
1 1 -x -y c c c c c
2 x x x x x x x x
3 y y y y y y y y

The control byte contains an always set value, followed by 2 bits of directional information for the X, Y values (whether they are + or -), then five bytes of control.