FRAM x1 y1 x2 y2 ; outline frame
HOLE x y dia ; mounting or other hole
TEXT x y text ; constant text

PORG x y ; ogigin of pointer
PANG a1 a2 ; begin and end of the pointer's way (degrees)
SORG x y ; origin of scale-arc

TMAJ length width ; properties of major scale-ticks
TMIN length width ; properties of minor scale-ticks
TNUM length width ; properties of numeric signed scale-ticks

GMAJ firstmaj distmaj ; major scale-ticks for generated scales
GMIN firstmin distmin ; minor scale-ticks for generated scales
GNUM firstnum distnum ; numeric signed ticks for generated scales

GLIN distance direction leftval rightval ; generated linear scale (full angle)

SARC distance frompct topct ; draw a simple scale-arc
SMAJ distance up pct1 pct2 ... pctn ; draw major ticks
SMIN distance up pct1 pct2 ... pctn ; draw minor ticks
SNUM distance up pct1 title1 pct2 title2 ... pctn titlen ; draw numerical ticks

