58
References on the Communication mode program
The above examples can be expressed as 16 digits(Hexadecimal) as follows.
1. 1B 40 3B //Initialization
2. 1B 47 31 3B // Select LINEAR marking
3. 1B 48 30 3B // Select STD1 Font
4. 1B 49 33 30 30 3B // Input X-Axis value
5. 1B 4A 33 30 30 3B // Input Y-Axis value
6. 1B 4C 30 30 30 3B // Select the angle marking
7. 1B 4D 33 30 3B //
Pitch value between the letters
8. 1B 4F 33 30 3B //
Chracter size value
9. 1B 55 4A 45 49 4C 20 4D 54 45 43 48 3B //
Input the marking data
10. 1B 21 3B //
input the start signal
Caution : All above value is removed when new command word comes because
“
Memory clear
”
command word is in the first of communication command.
You can use NULL (16digits
“
00
”
) value to meet the number of digits in order to set
the statement of communication. But value of NULL should not come in the middle
of the communication statements.. The value of NULL much ne completed after the statement.
Ex ) 1B 4D 33 30 3B 00
à
(O) 1B 4D 33 30 00 3B -> (X)
After transferring the statement of ex.1 to ex.12, if you only transfer special data(Marking data)
You can overwrite it.
Ex ) In case of you transfer after transfer back to examples 1B 49 36 30 30 3B
examples of the data is kept and X axis value will be changed 300 to 600.
Command word will be transferred twice, marking machine will mark two times.
(The statement is stored in the buffer)
Therefore if the marking machine marks the data repeatedly, please check the transferring the number of
statements.
Can use automatic marking variable to the marking data.
Ex) In case of mark with a number of the date which is set to the marking machine
( Refer to Automatic marking variable @YYMMDD@ )
-> You may input 1B 55 40 59 59 4D 4D 44 44 40 3B. In this case,
if the value of U are missing, all marking data will be deleted automatically.
Please note it.
Once you create the PLC operation program. if the WORD data 1B 40, real transferring data
will be 40 1B.Therefore you should key in 40 1B in order you to mark 1B 40
Содержание MCU-100N
Страница 8: ...8 F1 MANUAL MARK MODE...
Страница 10: ...10 F2 AUTO MARK MODE...
Страница 35: ...35 F4 DATA MODE...
Страница 39: ...39 F5 SETUP MODE...
Страница 47: ...47 F6 TEST MODE...
Страница 49: ...49 F7 FILE LODE MODE...
Страница 52: ...52 F8 COMMUNICATION MODE...
Страница 59: ...59 How to Create PLT file by standard AUTO CAD 2006...
Страница 73: ...73...
Страница 79: ...79...
Страница 80: ...80...
Страница 81: ...81 etc Sheet material O MODEL DWG NO Description item Quantity JEIL MTECH CO LTD 2003 2 13 Edition MCU 100D...
Страница 94: ...94 How to Modify the data of block and modify the time of the controller...