![Dynapro Technologies Dynapro ET TCS Application Developer'S Manual Download Page 125](http://html1.mh-extra.com/html/dynapro-technologies/dynapro-et-tcs/dynapro-et-tcs_application-developers-manual_2548611125.webp)
5-38
)LJXUH'LYLGLQJWKH&KDUDFWHULQWR6L[HOV
Convert the binary values of each column to ASCII characters. Column codes are restricted to the
range of 63 through 126 decimal (? to ~), so add an offset of decimal 63 (binary 111111) to each
column value. Thus, the lowest binary value (000000) becomes decimal 63 (0 + 63); the highest
binary value (111111) converts to decimal 126 (63 + 63).
Convert the value resulting from adding the decimal 63 offset to the code representing its
equivalent character in the table in Appendix C. For example, the first column is binary 110000.
Adding the offset yields:
110000
+11111
1101111
= 6F hexadecimal
or row 6, column 15 of the table. The character at that location is the ASCII character "o".
Figure 5-8 shows the complete conversion of the example character "A".
After the desired characters have been designed and converted as described, they can then be sent
from the host to the TCS using the Down-Line Load Character Font command.
Summary of Contents for Dynapro ET TCS
Page 1: ......
Page 127: ...5 40 LJXUH QFRGLQJ WKH 6L HOV...
Page 194: ...6 4 LJXUH 7RXFKNH 9LVXDO WHQW...
Page 310: ......
Page 311: ......
Page 312: ......
Page 313: ......
Page 314: ...ASCII Code Custom Character Pattern Chart ASCII Code ASCII Code ASCII Code...