Alphanumerical fields, 2 alphanumerical, Fields – Compuprint 6314 CDL User Manual
Page 37: L shown in fig. 29: the, 2 alphanumerical fields
CDL – Programmer Manual
37
PRINT #1, "1"; "X"; "11"; "000"; "0000"; "0010"; "B"; "390"; "230"; "002"; "004"
' 1 = compulsory for geometric figures
' X = define an object as a geometric figure
' 11 = horizontal and vertical expansion
' 000 = compulsory for geometric figures
' 0000 = line co-ordinate
' 0010 = column co-ordinate
' B = define the box
' 390 = box width
' 230 = box height
' 002 = width of upper and lower outlines
' 004 = width of left and right outlines
'line
PRINT #1, "1"; "X"; "11"; "000"; "0040"; "0014"; "L"; "382"; "004"
' 1 = compulsory for geometric figures
' X = define an object as a geometric figure
' 11 = horizontal and vertical expansion
' 000 = compulsory for geometric figures
' 0040 = line co-ordinate
' 0024 = column co-ordinate
' L = define the line
' 382 = line width (length)
' 004 = line height (thickness)
PRINT #1, "E" 'exit label definition mode and prints
CLOSE #1 'close the serial port
fig. 29 – Example with geometric figures
2.3.2
Alphanumerical fields
For alphanumerical fields you need to define the type of font to be used. There are 9 fixed space
fonts plus 10 proportional space fonts: for the first group b=0-8 and eee=000 (for the syntax, see
sect. 2.1.2.1.3 on page 19), for the second group b=9 and eee=001-010. For the characteristics of
each font, see sect. 2.2.1 on page 21.