Fanuc C-Executer Operating Manual
B-62443EN-3/03E
- 740 -
* Binary notation
Horizontally aligned 8 bits(dots) are represented by one byte data.
Single byte character 2-byte character
bit order-> #7 #0 #7 #0 #7 #0
+----------+ +-------------------+
| byte 1 | | byte 1 | byte 17 |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| v | | v | v |
| byte 16 | | byte 16 | byte 32 |
+----------+ +-------------------+
* Example
- Single byte character 'A'
pattern ........
........
........
..###...
.#...#..
#.....#.
#.....#.
#.....#.
#######.
#.....#.
#.....#.
#.....#.
........
........
........
........
Binary 0x00,0x00,0x00,0x38,0x44,0x82,0x82,0x82,
notation 0xFE,0x82,0x82,0x82,0x00,0x00,0x00,0x00