6 / 60
STX
‘A’
ETX SUM
11.3.2 a : Soldering Controller Information Request Reply
【Code】 61H(‘a’)
【Function】
Soldering controller information request return
【Direction】
Soldering controller → External controller
【Data】 State (0:Normal, 1:Solder shortage, 2:Solder clogged, 3:Solder
shortage & Solder clogged
【Explanation】
It is a reply to A command from the external controller.
STX
‘a’
state ETX SUM
11.3.3 B : Temperature Control State Request
【Code】 42H(‘B’)
【Function】
Temperature control state request
【Direction】
External controller → Soldering controller
【Data】
None
【Explanation】
It checks the operation state of the temperature controller of the soldering
controller.
When the soldering controller receive this command, it returns “b”.
STX
‘B’
ETX SUM
11.3.4 b : Temperature Control State Request Reply
【Code】 62H(‘b’)
【Function】
Temperature control state request return
【Direction】
Soldering controller → External controller
【Data】 0:Ready or Normal, 1: in Preparation / Error
*Ready or Normal: Condition of READY Signal High)
【Explanation】
It is a reply to B command from the external controller.
STX
‘b’
State
ETX SUM
11.3.5 C : Solder Condition Transfer Request
【Code】 43H(‘C’)
【Function】
Solder condition transfer request
【Direction】
External controller → Soldering controller
【Data】
Solder condition number
【Explanation】
It requests the solder condition saved in the soldering controller.
The solder condition number is specified by hexadecimal / 4
digits (2 Byte).
.g.: When the solder condition is 124, it specifies 007CH.
STX
‘C’
Solder condition number ETX SUM