Apollo Seiko OMEGA User manual

Soldering Controller
OMEGA
Instruction Manual
【Ethernet Communication】-1
Thank you for purchasing the OMEGA.
Read these instructions thoroughly for proper use of this machine.
Make sure to read "Safety Notes" before you use machine.
This information protects you from possible dangers during use.
Apollo Seiko Ltd.
Ver.202112

2 / 60
Safety Notes
・This manual includes the important information to use this machine safely. This
also includes useful information to prevent injury or damage to property. Please
read this manual carefully prior to connecting or operating the OMEGA.
・Keep this manual near the machine at all times.
Supply only specified voltage
・Do not connect to a power supply greater than the specified voltage. If voltage is
exceeded, electrical shock and /or damage to the unit may occur.
・Make sure that the electrical outlet is properly grounded. If the outlet is not
properly grounded, electrical shock and/or damage to the unit may occur.
Working ambient temperature and relative humidity
・This machine has been designed for use between 10~40 degrees C,10%~85%.
・Do not use this machine exceeding these conditions.
Setting temperature of the heater controller
・Do not set the temperature of the heater controller over 500 degrees C. It may
cause a malfunction.
Handle with care
・This machine is designed to use a solder feeder and hot iron for soldering.
Touching a heated soldering iron will cause severe burns. Make sure the iron has
cooled down before you are touching it for replacing the iron cartridge.
・Please handle this machine with care. If the machine is dropped or sustains great
impact / vibration, it may cause malfunction.
If you do not use the machine for a long time
・Please turn off the power, remove the power cable and keep it in a dry and cool place.
If you note malfunction on machine
・If the machine malfunctions, turn off the power immediately and contact the dealer
you purchased the machine from.
The warranty period
・The warranty period is one year after the product is delivered.
If an unexpected malfunction which our company bears responsibility occurs within
・the warranty period, we repair it in free of charge.
Immunity from responsibility
・We do not take any responsibility for damage caused by misuse, mistakes,
accidents, use in abnormal conditions or natural disasters, such as in an
earthquake, a fire etc.
・We do not take any responsibility on contingency loss, (Business loss, Business
stop, Overtime, Scrap or Reduced Output) caused by a machine stoppage or any
issues with Apollo Seiko spare & consumable parts.
・We do not take any responsibility for losses or damages caused by operating
with other means not mentioned in this manual.
・We do not take any responsibility for losses or damages caused by a wrong
connection with other equipment.
・If for any reason the internal circuitry is tampered with altered or repaired without
written consent of Apollo Seiko, the warranty is null and void. The customer is
allowed to make necessary tooling adjustments, replace solder iron tips and make
any necessary adjustments to the temperature controller.

3 / 60
INDEX
Safety Notes ......................................................................................................................2
INDEX................................................................................................................................3
1.
Communication ..........................................................................................................4
1.1 Ethernet Communication Specification...................................................................4
1.2 Communication Procedure .....................................................................................4
1.3 Network Frame Configuration.................................................................................4
1.4 MBAP Header Configuration ..................................................................................5
1.5 PUD Configuration..................................................................................................5
1.6 Identifier (Code) List ...............................................................................................8

4 / 60
1. Communication
1.1 Ethernet Communication Specification
OMEGA controller and the host computer can communicate each other by an Ethernet
connection.
The communication uses TCP/IP protocol and reads / writes the data by MODBUS/TCP.
1.2 Communication Procedure
When there is not any command (request) from the host computer for more than 60 sec.
after connected, the connection is disconnected.
1.3 Network Frame Configuration
The frame configuration of MODBUS/TCP is as following:
MBAP Header (MODBUS Application Protocol Header) :
Header to recognize that it is MODBUS/TCP Protocol
PDU (Simple Protocol Unit):The main unit of the data communication
Host Computer OMEGA Controller
Connection Request
Connection Permission
Command
Response
Disconnection Request
Disconnection Permission
MBAP Header Function Code Data
MODBUS TCP/IP ADU
PDU

5 / 60
1.4 MBAP Header Configuration
MBAP Header (MODBUS Application Protocol Header) is constituted of the following 7
bytes.
a) Transaction ID Upper 00H
Lower 01H
b) Protocol ID Upper 00H
Lower 00H
c) Field Length Upper 00H
Lower 06H
d) Unit ID 01H
1.5 PUD Configuration
1.5.1 The Configuration of the Read Request Message
e
)
F
unction Code
0
3H
f) Register Address Upper 01H
Lower 00H
g) The Number of the
Register
Upper 00H
Lower 02H
1.5.2 The Configuration of the Write Request Message
e
)
F
unction Code
10H
f) Register Address Upper 01H
Lower 00H
g) The Number of the
Register
Upper 00H
Lower 02H
h) The Number of Bytes 04H
i) Data to the First Register Upper 00H
(The lower word) Lower 00H
Data to the First Register Upper 00H
(The upper word) Lower 00H
1.5.3 The Configuration of the Response Message to the Read Request
e
)
F
unction Code
0
3H
h
)
T
he Number of Bytes
0
4H
i) Data to the First Register
(The lower word)
Upper 0AH
Lower A1H
Data to the First Register
(The upper word)
Upper 00H
Lower 00H
The first register address
The first register address
The number of the register×2
③
④The data constitution is ①②③④H.
① (① expresses 1 byte)
②
The number of the register×2
③
④ The data constitution is ①②③④H.
① (①expresses 1 byte)
②

6 / 60
1.5.4 The Configuration of the Response Message to the Write Request
e
)
F
unction Code
10H
f) Register Address Upper 01H
Lower 00H
g) The Number of the
Register
Upper 00H
Lower 02H
1.5.5 The Configuration of the Response Message When an Error Occurs
e
)
F
unction Code
83H
j)
E
rror Code
0
3H
The value of Request Function Code +80H is entered to the Function Code.
1.5.6 Code Explanation
a) Transaction ID
It specifies any number which identifies the transaction in a host computer.
OMEGA controller returns the value which received from the host computer as a
response.
b) Protocol ID
In the case of Modbus/TCP Protocol, it specifies “0”.
c) Field Length
It specifies the number of Byte after Unit ID.
d) Unit ID
It is the address of the object which the host computer communicates with (OMEGA
controller)
.
It is the slave address in Modbus RTU.
e) Function Code
Enter the code of 03H or 10H.
03H:When it reads the data from the OMEGA controller
10H:When it writes the data to the OMEGA controller
f) Register Address
It specifies the position of the reading data or the writing data by 2 bytes.
g) The Number of the Register
It specifies the number of the register which reading / writing.
When writing, because of the numbers of the register is fixed to 2, specify 0002H.
When reading, it is possible to specify the numbers of the register to a maximum of
64(0040H).
h) The Number of Byte
It specifies “the numbers of the register which reads and writes” ×2.
i) Data Part
It specifies the data which is written to the register. The data is fixed to 4 bytes.
It writes the data which omitted the decimal point.
The first register address

7 / 60
j) Error Code
If there is an error in the message from the host computer, it is incorporated in
“Response Message” from the OMEGA controller and returns.
If there are a multiplex error, the error number which has a higher number is
incorporated.
The details of the errors are as following table.
Error
Number
Error Details
01 It received an unsupported function code.
02 It specified an unsupported Modbus address.
03 The value data is not within “the setting range which is specified
individually by the setting item”.
04 The number of the register is specifying an address which is not
in the identification code list.
05 It received a writing message during automatic operation.

8 / 60
1.6 Identifier (Code) List
No.
Address Name Reading
/ Writing
Remarks
DEC HEX
1 40001 0x0000 PV Value R
2 40003 0x0002 SV Value R
3 40005 0x0004 Set WK No. R
4 40007 0x0006
5 40009 0x0008
6 40011 0x000A
7 40013 0x000C SCREEN SAVER R Same as 0x0168
8 40015 0x000E Input Information Monitor 1 R
9 40017 0x0010 Input Information Monitor 2 R
10 40019 0x0012 Output Information Monitor R
11 40021 0x0014 Error Information Monitor R
12 40023 0x0016 State Monitor R
13 40025 0x0018
14 40027 0x001A
15 40029 0x001C
16 40031 0x001E
17 40257 0x0100 Alarm Hi R/W
18 40259 0x0102 Alarm Lo R/W
19 40261 0x0104 Temp R/W
20 40263 0x0106 SV2 Temp Enable R/W
21 40265 0x0108 SV2 Temp R/W
22 40267 0x010A Wait Temp R/W
23 40269 0x010C Feed R/W
24 40271 0x010E Heat R/W
25 40273 0x0110 Iron U / D R/W
26 40275 0x0112 U / D Time R/W
27 40277 0x0114 Heat Auto R/W
28 40279 0x0116 Temp Lim R/W
29 40281 0x0118 Ms-Speed R/W
30 40283 0x011A Feed Cal R/W
31 40285 0x011C TIP R/W
32 40287 0x011E PVF1 R/W
33 40289 0x0120 T1P R/W
34 40291 0x0122 T1I R/W
35 40293 0x0124 T1D R/W
36 40295 0x0126 T1Z R/W
37 40297 0x0128 T1G R/W
38 40299 0x012A T1PX1 R/W
39 40301 0x012C T1PX2 R/W
40 40303 0x012E T1PY1 R/W
41 40305 0x0130 T1PY2 R/W
42 40307 0x0132 T2P R/W
43 40309 0x0134 T2I R/W
44 40311 0x0136 T2D R/W
45 40313 0x0138 T2Z R/W
46 40315 0x013A T2G R/W
47 40317 0x013C T2PX1 R/W
48 40319 0x013E T2PX2 R/W
49 40321 0x0140 T2PY1 R/W

9 / 60
No.
Address Name Reading
/ Writing
Remarks
DEC HEX
50 40323 0x0142 T2PY2 R/W
51 40325 0x0144 Wait Time R/W
52 40327 0x0146 Password Enable R/W
53 40329 0x0148 Password Number R/W
54 40331 0x014A Type R/W
55 40333 0x014C TEMP RISE DEVIATION R/W
56 40335 0x014E TEMP RISE SENS R/W
57 40337 0x0150 TEMP GOOD DEVIATION H R/W
58 40339 0x0152 TEMP GOOD DEVIATION L R/W
59 40341 0x0154 TEMP GOOD SENS R/W
60 40343 0x0156 PID TYPE R/W
61 40345 0x0158 TYPE B MODE R/W
62 40347 0x015A CTRL P CYCLE R/W
63 40349 0x015C ARW R/W
64 40351 0x015E LOOP ERR PV R/W
65 40353 0x0160 LOOP ERR CTRL R/W
66 40355 0x0162 LOOP ERR PV CHANGE R/W
67 40357 0x0164 LOOP ERR TIME R/W
68 40359 0x0166 FILTER TIME R/W
69 40361 0x0168 SCREEN SAVER R/W
70 40363 0x016A
71 40365 0x016C
72 40367 0x016E
73
74 40385 0x0180 MAC Address 1 R
75 40387 0x0182 MAC Address 2 R
76 40389 0x0184 MAC Address 3 R
77 40391 0x0186 IP ADDRESS1 R/W
78 40393 0x0188 IP ADDRESS2 R/W
79 40395 0x018A SUBNET MASK1 R/W
80 40397 0x018C SUBNET MASK2 R/W
81 40399 0x018E DEFAULT GATEWAY1 R/W
82 40401 0x0190 DEFAULT GATEWAY2 R/W
83 40403 0x0192 PORT NUMBER R/W
84
85 44081 0x0FF0 Iron Up / Down WK000 R/W
86 44083 0x0FF2 Air Blow Time WK000 R/W
87 44085 0x0FF4 Wait Time after Air Blow WK000 R/W
88 44087 0x0FF6
89 44089 0x0FF8
90 44091 0x0FFA
91 44093 0x0FFC
92 44095 0x0FFE
93 44097 0x1000 SV2 Time WK101 R/W
94 44099 0x1002 1st Amount WK101 R/W
95 44101 0x1004 1st Speed WK101 R/W
96 44103 0x1006 1st Rev Amount WK101 R/W
97 44105 0x1008 1st Rev Speed WK101 R/W
98 44107 0x100A 2nd Amount WK101 R/W
99 44109 0x100C 2nd Speed WK101 R/W
100
44111 0x100E 2nd Rev Amount WK101 R/W

10 / 60
No.
Address Name Reading
/ Writing
Remarks
DEC HEX
101
44113 0x1010 2nd Rev Speed WK101 R/W
102
44115 0x1012 Reserve WK101 R/W
103
44117 0x1014 Reserve WK101 R/W
104
44119 0x1016 Reserve WK101 R/W
105
44121 0x1018 Reserve WK101 R/W
106
44123 0x101A Pre-heat Time WK101 R/W
107
44125 0x101C Heating Time WK101 R/W
108
44127 0x101E Reserve WK101 R/W
109
44129 0x1020 Reserve WK101 R/W
110
44131 0x1022 SV2 Time WK102 R/W
111
44133 0x1024 1st Amount WK102 R/W
112
44135 0x1026 1st Speed WK102 R/W
113
44137 0x1028 1st Rev Amount WK102 R/W
114
44139 0x102A 1st Rev Speed WK102 R/W
115
44141 0x102C 2nd Amount WK102 R/W
116
44143 0x102E 2nd Speed WK102 R/W
117
44145 0x1030 2nd Rev Amount WK102 R/W
118
44147 0x1032 2nd Rev Speed WK102 R/W
119
44149 0x1034 Reserve WK102 R/W
120
44151 0x1036 Reserve WK102 R/W
121
44153 0x1038 Reserve WK102 R/W
122
44155 0x103A Reserve WK102 R/W
123
44157 0x103C Pre-heat Time WK102 R/W
124
44159 0x103E Heating Time WK102 R/W
125
44161 0x1040 Reserve WK102 R/W
126
44163 0x1042 Reserve WK102 R/W
127
44165 0x1044 SV2 Time WK103 R/W
128
44167 0x1046 1st Amount WK103 R/W
129
44169 0x1048 1st Speed WK103 R/W
130
44171 0x104A 1st Rev Amount WK103 R/W
131
44173 0x104C 1st Rev Speed WK103 R/W
132
44175 0x104E 2nd Amount WK103 R/W
133
44177 0x1050 2nd Speed WK103 R/W
134
44179 0x1052 2nd Rev Amount WK103 R/W
135
44181 0x1054 2nd Rev Speed WK103 R/W
136
44183 0x1056 Reserve WK103 R/W
137
44185 0x1058 Reserve WK103 R/W
138
44187 0x105A Reserve WK103 R/W
139
44189 0x105C Reserve WK103 R/W
140
44191 0x105E Pre-heat Time WK103 R/W
141
44193 0x1060 Heating Time WK103 R/W
142
44195 0x1062 Reserve WK103 R/W
143
44197 0x1064 Reserve WK103 R/W
144
44199 0x1066 SV2 Time WK104 R/W
145
44201 0x1068 1st Amount WK104 R/W
146
44203 0x106A 1st Speed WK104 R/W
147
44205 0x106C 1st Rev Amount WK104 R/W
148
44207 0x106E 1st Rev Speed WK104 R/W
149
44209 0x1070 2nd Amount WK104 R/W
150
44211 0x1072 2nd Speed WK104 R/W
151
44213 0x1074 2nd Rev Amount WK104 R/W

11 / 60
No.
Address Name Reading
/ Writing
Remarks
DEC HEX
152
44215 0x1076 2nd Rev Speed WK104 R/W
153
44217 0x1078 Reserve WK104 R/W
154
44219 0x107A Reserve WK104 R/W
155
44221 0x107C Reserve WK104 R/W
156
44223 0x107E Reserve WK104 R/W
157
44225 0x1080 Pre-heat Time WK104 R/W
158
44227 0x1082 Heating Time WK104 R/W
159
44229 0x1084 Reserve WK104 R/W
160
44231 0x1086 Reserve WK104 R/W
161
44233 0x1088 SV2 Time WK105 R/W
162
44235 0x108A 1st Amount WK105 R/W
163
44237 0x108C 1st Speed WK105 R/W
164
44239 0x108E 1st Rev Amount WK105 R/W
165
44241 0x1090 1st Rev Speed WK105 R/W
166
44243 0x1092 2nd Amount WK105 R/W
167
44245 0x1094 2nd Speed WK105 R/W
168
44247 0x1096 2nd Rev Amount WK105 R/W
169
44249 0x1098 2nd Rev Speed WK105 R/W
170
44251 0x109A Reserve WK105 R/W
171
44253 0x109C Reserve WK105 R/W
172
44255 0x109E Reserve WK105 R/W
173
44257 0x10A0 Reserve WK105 R/W
174
44259 0x10A2 Pre-heat Time WK105 R/W
175
44261 0x10A4 Heating Time WK105 R/W
176
44263 0x10A6 Reserve WK105 R/W
177
44265 0x10A8 Reserve WK105 R/W
178
44267 0x10AA SV2 Time WK106 R/W
179
44269 0x10AC
1st Amount WK106 R/W
180
44271 0x10AE 1st Speed WK106 R/W
181
44273 0x10B0 1st Rev Amount WK106 R/W
182
44275 0x10B2 1st Rev Speed WK106 R/W
183
44277 0x10B4 2nd Amount WK106 R/W
184
44279 0x10B6 2nd Speed WK106 R/W
185
44281 0x10B8 2nd Rev Amount WK106 R/W
186
44283 0x10BA 2nd Rev Speed WK106 R/W
187
44285 0x10BC
Reserve WK106 R/W
188
44287 0x10BE Reserve WK106 R/W
189
44289 0x10C0 Reserve WK106 R/W
190
44291 0x10C2 Reserve WK106 R/W
191
44293 0x10C4 Pre-heat Time WK106 R/W
192
44295 0x10C6 Heating Time WK106 R/W
193
44297 0x10C8 Reserve WK106 R/W
194
44299 0x10CA
Reserve WK106 R/W
195
44301 0x10CC
SV2 Time WK107 R/W
196
44303 0x10CE
1st Amount WK107 R/W
197
44305 0x10D0 1st Speed WK107 R/W
198
44307 0x10D2 1st Rev Amount WK107 R/W
199
44309 0x10D4 1st Rev Speed WK107 R/W
200
44311 0x10D6 2nd Amount WK107 R/W
201
44313 0x10D8 2nd Speed WK107 R/W
202
44315 0x10DA
2nd Rev Amount WK107 R/W

12 / 60
No.
Address Name Reading
/ Writing
Remarks
DEC HEX
203
44317 0x10DC
2nd Rev Speed WK107 R/W
204
44319 0x10DE
Reserve WK107 R/W
205
44321 0x10E0 Reserve WK107 R/W
206
44323 0x10E2 Reserve WK107 R/W
207
44325 0x10E4 Reserve WK107 R/W
208
44327 0x10E6 Pre-heat Time WK107 R/W
209
44329 0x10E8 Heating Time WK107 R/W
210
44331 0x10EA Reserve WK107 R/W
211
44333 0x10EC
Reserve WK107 R/W
212
44335 0x10EE SV2 Time WK108 R/W
213
44337 0x10F0 1st Amount WK108 R/W
214
44339 0x10F2 1st Speed WK108 R/W
215
44341 0x10F4 1st Rev Amount WK108 R/W
216
44343 0x10F6 1st Rev Speed WK108 R/W
217
44345 0x10F8 2nd Amount WK108 R/W
218
44347 0x10FA 2nd Speed WK108 R/W
219
44349 0x10FC 2nd Rev Amount WK108 R/W
220
44351 0x10FE 2nd Rev Speed WK108 R/W
221
44353 0x1100 Reserve WK108 R/W
222
44355 0x1102 Reserve WK108 R/W
223
44357 0x1104 Reserve WK108 R/W
224
44359 0x1106 Reserve WK108 R/W
225
44361 0x1108 Pre-heat Time WK108 R/W
226
44363 0x110A Heating Time WK108 R/W
227
44365 0x110C Reserve WK108 R/W
228
44367 0x110E Reserve WK108 R/W
229
44369 0x1110 SV2 Time WK109 R/W
230
44371 0x1112 1st Amount WK109 R/W
231
44373 0x1114 1st Speed WK109 R/W
232
44375 0x1116 1st Rev Amount WK109 R/W
233
44377 0x1118 1st Rev Speed WK109 R/W
234
44379 0x111A 2nd Amount WK109 R/W
235
44381 0x111C 2nd Speed WK109 R/W
236
44383 0x111E 2nd Rev Amount WK109 R/W
237
44385 0x1120 2nd Rev Speed WK109 R/W
238
44387 0x1122 Reserve WK109 R/W
239
44389 0x1124 Reserve WK109 R/W
240
44391 0x1126 Reserve WK109 R/W
241
44393 0x1128 Reserve WK109 R/W
242
44395 0x112A Pre-heat Time WK109 R/W
243
44397 0x112C Heating Time WK109 R/W
244
44399 0x112E Reserve WK109 R/W
245
44401 0x1130 Reserve WK109 R/W
246
44403 0x1132 SV2 Time WK110 R/W
247
44405 0x1134 1st Amount WK110 R/W
248
44407 0x1136 1st Speed WK110 R/W
249
44409 0x1138 1st Rev Amount WK110 R/W
250
44411 0x113A 1st Rev Speed WK110 R/W
251
44413 0x113C 2nd Amount WK110 R/W
252
44415 0x113E 2nd Speed WK110 R/W
253
44417 0x1140 2nd Rev Amount WK110 R/W

13 / 60
No.
Address Name Reading
/ Writing
Remarks
DEC HEX
254
44419 0x1142 2nd Rev Speed WK110 R/W
255
44421 0x1144 Reserve WK110 R/W
256
44423 0x1146 Reserve WK110 R/W
257
44425 0x1148 Reserve WK110 R/W
258
44427 0x114A Reserve WK110 R/W
259
44429 0x114C Pre-heat Time WK110 R/W
260
44431 0x114E Heating Time WK110 R/W
261
44433 0x1150 Reserve WK110 R/W
262
44435 0x1152 Reserve WK110 R/W
263
44437 0x1154 SV2 Time WK111 R/W
264
44439 0x1156 1st Amount WK111 R/W
265
44441 0x1158 1st Speed WK111 R/W
266
44443 0x115A 1st Rev Amount WK111 R/W
267
44445 0x115C 1st Rev Speed WK111 R/W
268
44447 0x115E 2nd Amount WK111 R/W
269
44449 0x1160 2nd Speed WK111 R/W
270
44451 0x1162 2nd Rev Amount WK111 R/W
271
44453 0x1164 2nd Rev Speed WK111 R/W
272
44455 0x1166 Reserve WK111 R/W
273
44457 0x1168 Reserve WK111 R/W
274
44459 0x116A Reserve WK111 R/W
275
44461 0x116C Reserve WK111 R/W
276
44463 0x116E Pre-heat Time WK111 R/W
277
44465 0x1170 Heating Time WK111 R/W
278
44467 0x1172 Reserve WK111 R/W
279
44469 0x1174 Reserve WK111 R/W
280
44471 0x1176 SV2 Time WK112 R/W
281
44473 0x1178 1st Amount WK112 R/W
282
44475 0x117A 1st Speed WK112 R/W
283
44477 0x117C 1st Rev Amount WK112 R/W
284
44479 0x117E 1st Rev Speed WK112 R/W
285
44481 0x1180 2nd Amount WK112 R/W
286
44483 0x1182 2nd Speed WK112 R/W
287
44485 0x1184 2nd Rev Amount WK112 R/W
288
44487 0x1186 2nd Rev Speed WK112 R/W
289
44489 0x1188 Reserve WK112 R/W
290
44491 0x118A Reserve WK112 R/W
291
44493 0x118C Reserve WK112 R/W
292
44495 0x118E Reserve WK112 R/W
293
44497 0x1190 Pre-heat Time WK112 R/W
294
44499 0x1192 Heating Time WK112 R/W
295
44501 0x1194 Reserve WK112 R/W
296
44503 0x1196 Reserve WK112 R/W
297
44505 0x1198 SV2 Time WK113 R/W
298
44507 0x119A 1st Amount WK113 R/W
299
44509 0x119C 1st Speed WK113 R/W
300
44511 0x119E 1st Rev Amount WK113 R/W
301
44513 0x11A0 1st Rev Speed WK113 R/W
302
44515 0x11A2 2nd Amount WK113 R/W
303
44517 0x11A4 2nd Speed WK113 R/W
304
44519 0x11A6 2nd Rev Amount WK113 R/W

14 / 60
No.
Address Name Reading
/ Writing
Remarks
DEC HEX
305
44521 0x11A8 2nd Rev Speed WK113 R/W
306
44523 0x11AA Reserve WK113 R/W
307
44525 0x11AC Reserve WK113 R/W
308
44527 0x11AE Reserve WK113 R/W
309
44529 0x11B0 Reserve WK113 R/W
310
44531 0x11B2 Pre-heat Time WK113 R/W
311
44533 0x11B4 Heating Time WK113 R/W
312
44535 0x11B6 Reserve WK113 R/W
313
44537 0x11B8 Reserve WK113 R/W
314
44539 0x11BA SV2 Time WK114 R/W
315
44541 0x11BC 1st Amount WK114 R/W
316
44543 0x11BE 1st Speed WK114 R/W
317
44545 0x11C0 1st Rev Amount WK114 R/W
318
44547 0x11C2 1st Rev Speed WK114 R/W
319
44549 0x11C4 2nd Amount WK114 R/W
320
44551 0x11C6 2nd Speed WK114 R/W
321
44553 0x11C8 2nd Rev Amount WK114 R/W
322
44555 0x11CA 2nd Rev Speed WK114 R/W
323
44557 0x11CC
Reserve WK114 R/W
324
44559 0x11CE Reserve WK114 R/W
325
44561 0x11D0 Reserve WK114 R/W
326
44563 0x11D2 Reserve WK114 R/W
327
44565 0x11D4 Pre-heat Time WK114 R/W
328
44567 0x11D6 Heating Time WK114 R/W
329
44569 0x11D8 Reserve WK114 R/W
330
44571 0x11DA Reserve WK114 R/W
331
44573 0x11DC
SV2 Time WK115 R/W
332
44575 0x11DE 1st Amount WK115 R/W
333
44577 0x11E0 1st Speed WK115 R/W
334
44579 0x11E2 1st Rev Amount WK115 R/W
335
44581 0x11E4 1st Rev Speed WK115 R/W
336
44583 0x11E6 2nd Amount WK115 R/W
337
44585 0x11E8 2nd Speed WK115 R/W
338
44587 0x11EA 2nd Rev Amount WK115 R/W
339
44589 0x11EC 2nd Rev Speed WK115 R/W
340
44591 0x11EE Reserve WK115 R/W
341
44593 0x11F0 Reserve WK115 R/W
342
44595 0x11F2 Reserve WK115 R/W
343
44597 0x11F4 Reserve WK115 R/W
344
44599 0x11F6 Pre-heat Time WK115 R/W
345
44601 0x11F8 Heating Time WK115 R/W
346
44603 0x11FA Reserve WK115 R/W
347
44605 0x11FC Reserve WK115 R/W
348
44607 0x11FE SV2 Time WK116 R/W
349
44609 0x1200 1st Amount WK116 R/W
350
44611 0x1202 1st Speed WK116 R/W
351
44613 0x1204 1st Rev Amount WK116 R/W
352
44615 0x1206 1st Rev Speed WK116 R/W
353
44617 0x1208 2nd Amount WK116 R/W
354
44619 0x120A 2nd Speed WK116 R/W
355
44621 0x120C 2nd Rev Amount WK116 R/W

15 / 60
No.
Address Name Reading
/ Writing
Remarks
DEC HEX
356
44623 0x120E 2nd Rev Speed WK116 R/W
357
44625 0x1210 Reserve WK116 R/W
358
44627 0x1212 Reserve WK116 R/W
359
44629 0x1214 Reserve WK116 R/W
360
44631 0x1216 Reserve WK116 R/W
361
44633 0x1218 Pre-heat Time WK116 R/W
362
44635 0x121A Heating Time WK116 R/W
363
44637 0x121C Reserve WK116 R/W
364
44639 0x121E Reserve WK116 R/W
365
44641 0x1220 SV2 Time WK117 R/W
366
44643 0x1222 1st Amount WK117 R/W
367
44645 0x1224 1st Speed WK117 R/W
368
44647 0x1226 1st Rev Amount WK117 R/W
369
44649 0x1228 1st Rev Speed WK117 R/W
370
44651 0x122A 2nd Amount WK117 R/W
371
44653 0x122C 2nd Speed WK117 R/W
372
44655 0x122E 2nd Rev Amount WK117 R/W
373
44657 0x1230 2nd Rev Speed WK117 R/W
374
44659 0x1232 Reserve WK117 R/W
375
44661 0x1234 Reserve WK117 R/W
376
44663 0x1236 Reserve WK117 R/W
377
44665 0x1238 Reserve WK117 R/W
378
44667 0x123A Pre-heat Time WK117 R/W
379
44669 0x123C Heating Time WK117 R/W
380
44671 0x123E Reserve WK117 R/W
381
44673 0x1240 Reserve WK117 R/W
382
44675 0x1242 SV2 Time WK118 R/W
383
44677 0x1244 1st Amount WK118 R/W
384
44679 0x1246 1st Speed WK118 R/W
385
44681 0x1248 1st Rev Amount WK118 R/W
386
44683 0x124A 1st Rev Speed WK118 R/W
387
44685 0x124C 2nd Amount WK118 R/W
388
44687 0x124E 2nd Speed WK118 R/W
389
44689 0x1250 2nd Rev Amount WK118 R/W
390
44691 0x1252 2nd Rev Speed WK118 R/W
391
44693 0x1254 Reserve WK118 R/W
392
44695 0x1256 Reserve WK118 R/W
393
44697 0x1258 Reserve WK118 R/W
394
44699 0x125A Reserve WK118 R/W
395
44701 0x125C Pre-heat Time WK118 R/W
396
44703 0x125E Heating Time WK118 R/W
397
44705 0x1260 Reserve WK118 R/W
398
44707 0x1262 Reserve WK118 R/W
399
44709 0x1264 SV2 Time WK119 R/W
400
44711 0x1266 1st Amount WK119 R/W
401
44713 0x1268 1st Speed WK119 R/W
402
44715 0x126A 1st Rev Amount WK119 R/W
403
44717 0x126C 1st Rev Speed WK119 R/W
404
44719 0x126E 2nd Amount WK119 R/W
405
44721 0x1270 2nd Speed WK119 R/W
406
44723 0x1272 2nd Rev Amount WK119 R/W

16 / 60
No.
Address Name Reading
/ Writing
Remarks
DEC HEX
407
44725 0x1274 2nd Rev Speed WK119 R/W
408
44727 0x1276 Reserve WK119 R/W
409
44729 0x1278 Reserve WK119 R/W
410
44731 0x127A Reserve WK119 R/W
411
44733 0x127C Reserve WK119 R/W
412
44735 0x127E Pre-heat Time WK119 R/W
413
44737 0x1280 Heating Time WK119 R/W
414
44739 0x1282 Reserve WK119 R/W
415
44741 0x1284 Reserve WK119 R/W
416
44743 0x1286 SV2 Time WK120 R/W
417
44745 0x1288 1st Amount WK120 R/W
418
44747 0x128A 1st Speed WK120 R/W
419
44749 0x128C 1st Rev Amount WK120 R/W
420
44751 0x128E 1st Rev Speed WK120 R/W
421
44753 0x1290 2nd Amount WK120 R/W
422
44755 0x1292 2nd Speed WK120 R/W
423
44757 0x1294 2nd Rev Amount WK120 R/W
424
44759 0x1296 2nd Rev Speed WK120 R/W
425
44761 0x1298 Reserve WK120 R/W
426
44763 0x129A Reserve WK120 R/W
427
44765 0x129C Reserve WK120 R/W
428
44767 0x129E Reserve WK120 R/W
429
44769 0x12A0 Pre-heat Time WK120 R/W
430
44771 0x12A2 Heating Time WK120 R/W
431
44773 0x12A4 Reserve WK120 R/W
432
44775 0x12A6 Reserve WK120 R/W
433
44777 0x12A8 SV2 Time WK121 R/W
434
44779 0x12AA 1st Amount WK121 R/W
435
44781 0x12AC
1st Speed WK121 R/W
436
44783 0x12AE 1st Rev Amount WK121 R/W
437
44785 0x12B0 1st Rev Speed WK121 R/W
438
44787 0x12B2 2nd Amount WK121 R/W
439
44789 0x12B4 2nd Speed WK121 R/W
440
44791 0x12B6 2nd Rev Amount WK121 R/W
441
44793 0x12B8 2nd Rev Speed WK121 R/W
442
44795 0x12BA Reserve WK121 R/W
443
44797 0x12BC
Reserve WK121 R/W
444
44799 0x12BE Reserve WK121 R/W
445
44801 0x12C0 Reserve WK121 R/W
446
44803 0x12C2 Pre-heat Time WK121 R/W
447
44805 0x12C4 Heating Time WK121 R/W
448
44807 0x12C6 Reserve WK121 R/W
449
44809 0x12C8 Reserve WK121 R/W
450
44811 0x12CA
SV2 Time WK122 R/W
451
44813 0x12CC
1st Amount WK122 R/W
452
44815 0x12CE
1st Speed WK122 R/W
453
44817 0x12D0 1st Rev Amount WK122 R/W
454
44819 0x12D2 1st Rev Speed WK122 R/W
455
44821 0x12D4 2nd Amount WK122 R/W
456
44823 0x12D6 2nd Speed WK122 R/W
457
44825 0x12D8 2nd Rev Amount WK122 R/W

17 / 60
No.
Address Name Reading
/ Writing
Remarks
DEC HEX
458
44827 0x12DA
2nd Rev Speed WK122 R/W
459
44829 0x12DC
Reserve WK122 R/W
460
44831 0x12DE
Reserve WK122 R/W
461
44833 0x12E0 Reserve WK122 R/W
462
44835 0x12E2 Reserve WK122 R/W
463
44837 0x12E4 Pre-heat Time WK122 R/W
464
44839 0x12E6 Heating Time WK122 R/W
465
44841 0x12E8 Reserve WK122 R/W
466
44843 0x12EA Reserve WK122 R/W
467
44845 0x12EC
SV2 Time WK123 R/W
468
44847 0x12EE 1st Amount WK123 R/W
469
44849 0x12F0 1st Speed WK123 R/W
470
44851 0x12F2 1st Rev Amount WK123 R/W
471
44853 0x12F4 1st Rev Speed WK123 R/W
472
44855 0x12F6 2nd Amount WK123 R/W
473
44857 0x12F8 2nd Speed WK123 R/W
474
44859 0x12FA 2nd Rev Amount WK123 R/W
475
44861 0x12FC 2nd Rev Speed WK123 R/W
476
44863 0x12FE Reserve WK123 R/W
477
44865 0x1300 Reserve WK123 R/W
478
44867 0x1302 Reserve WK123 R/W
479
44869 0x1304 Reserve WK123 R/W
480
44871 0x1306 Pre-heat Time WK123 R/W
481
44873 0x1308 Heating Time WK123 R/W
482
44875 0x130A Reserve WK123 R/W
483
44877 0x130C Reserve WK123 R/W
484
44879 0x130E SV2 Time WK124 R/W
485
44881 0x1310 1st Amount WK124 R/W
486
44883 0x1312 1st Speed WK124 R/W
487
44885 0x1314 1st Rev Amount WK124 R/W
488
44887 0x1316 1st Rev Speed WK124 R/W
489
44889 0x1318 2nd Amount WK124 R/W
490
44891 0x131A 2nd Speed WK124 R/W
491
44893 0x131C 2nd Rev Amount WK124 R/W
492
44895 0x131E 2nd Rev Speed WK124 R/W
493
44897 0x1320 Reserve WK124 R/W
494
44899 0x1322 Reserve WK124 R/W
495
44901 0x1324 Reserve WK124 R/W
496
44903 0x1326 Reserve WK124 R/W
497
44905 0x1328 Pre-heat Time WK124 R/W
498
44907 0x132A Heating Time WK124 R/W
499
44909 0x132C Reserve WK124 R/W
500
44911 0x132E Reserve WK124 R/W
501
44913 0x1330 SV2 Time WK125 R/W
502
44915 0x1332 1st Amount WK125 R/W
503
44917 0x1334 1st Speed WK125 R/W
504
44919 0x1336 1st Rev Amount WK125 R/W
505
44921 0x1338 1st Rev Speed WK125 R/W
506
44923 0x133A 2nd Amount WK125 R/W
507
44925 0x133C 2nd Speed WK125 R/W
508
44927 0x133E 2nd Rev Amount WK125 R/W

18 / 60
No.
Address Name Reading
/ Writing
Remarks
DEC HEX
509
44929 0x1340 2nd Rev Speed WK125 R/W
510
44931 0x1342 Reserve WK125 R/W
511
44933 0x1344 Reserve WK125 R/W
512
44935 0x1346 Reserve WK125 R/W
513
44937 0x1348 Reserve WK125 R/W
514
44939 0x134A Pre-heat Time WK125 R/W
515
44941 0x134C Heating Time WK125 R/W
516
44943 0x134E Reserve WK125 R/W
517
44945 0x1350 Reserve WK125 R/W
518
44947 0x1352 SV2 Time WK126 R/W
519
44949 0x1354 1st Amount WK126 R/W
520
44951 0x1356 1st Speed WK126 R/W
521
44953 0x1358 1st Rev Amount WK126 R/W
522
44955 0x135A 1st Rev Speed WK126 R/W
523
44957 0x135C 2nd Amount WK126 R/W
524
44959 0x135E 2nd Speed WK126 R/W
525
44961 0x1360 2nd Rev Amount WK126 R/W
526
44963 0x1362 2nd Rev Speed WK126 R/W
527
44965 0x1364 Reserve WK126 R/W
528
44967 0x1366 Reserve WK126 R/W
529
44969 0x1368 Reserve WK126 R/W
530
44971 0x136A Reserve WK126 R/W
531
44973 0x136C Pre-heat Time WK126 R/W
532
44975 0x136E Heating Time WK126 R/W
533
44977 0x1370 Reserve WK126 R/W
534
44979 0x1372 Reserve WK126 R/W
535
44981 0x1374 SV2 Time WK127 R/W
536
44983 0x1376 1st Amount WK127 R/W
537
44985 0x1378 1st Speed WK127 R/W
538
44987 0x137A 1st Rev Amount WK127 R/W
539
44989 0x137C 1st Rev Speed WK127 R/W
540
44991 0x137E 2nd Amount WK127 R/W
541
44993 0x1380 2nd Speed WK127 R/W
542
44995 0x1382 2nd Rev Amount WK127 R/W
543
44997 0x1384 2nd Rev Speed WK127 R/W
544
44999 0x1386 Reserve WK127 R/W
545
45001 0x1388 Reserve WK127 R/W
546
45003 0x138A Reserve WK127 R/W
547
45005 0x138C Reserve WK127 R/W
548
45007 0x138E Pre-heat Time WK127 R/W
549
45009 0x1390 Heating Time WK127 R/W
550
45011 0x1392 Reserve WK127 R/W
551
45013 0x1394 Reserve WK127 R/W
552
45015 0x1396 SV2 Time WK128 R/W
553
45017 0x1398 1st Amount WK128 R/W
554
45019 0x139A 1st Speed WK128 R/W
555
45021 0x139C 1st Rev Amount WK128 R/W
556
45023 0x139E 1st Rev Speed WK128 R/W
557
45025 0x13A0 2nd Amount WK128 R/W
558
45027 0x13A2 2nd Speed WK128 R/W
559
45029 0x13A4 2nd Rev Amount WK128 R/W

19 / 60
No.
Address Name Reading
/ Writing
Remarks
DEC HEX
560
45031 0x13A6 2nd Rev Speed WK128 R/W
561
45033 0x13A8 Reserve WK128 R/W
562
45035 0x13AA Reserve WK128 R/W
563
45037 0x13AC
Reserve WK128 R/W
564
45039 0x13AE Reserve WK128 R/W
565
45041 0x13B0 Pre-heat Time WK128 R/W
566
45043 0x13B2 Heating Time WK128 R/W
567
45045 0x13B4 Reserve WK128 R/W
568
45047 0x13B6 Reserve WK128 R/W
569
45049 0x13B8 SV2 Time WK129 R/W
570
45051 0x13BA 1st Amount WK129 R/W
571
45053 0x13BC
1st Speed WK129 R/W
572
45055 0x13BE 1st Rev Amount WK129 R/W
573
45057 0x13C0 1st Rev Speed WK129 R/W
574
45059 0x13C2 2nd Amount WK129 R/W
575
45061 0x13C4 2nd Speed WK129 R/W
576
45063 0x13C6 2nd Rev Amount WK129 R/W
577
45065 0x13C8 2nd Rev Speed WK129 R/W
578
45067 0x13CA
Reserve WK129 R/W
579
45069 0x13CC
Reserve WK129 R/W
580
45071 0x13CE
Reserve WK129 R/W
581
45073 0x13D0 Reserve WK129 R/W
582
45075 0x13D2 Pre-heat Time WK129 R/W
583
45077 0x13D4 Heating Time WK129 R/W
584
45079 0x13D6 Reserve WK129 R/W
585
45081 0x13D8 Reserve WK129 R/W
586
45083 0x13DA
SV2 Time WK130 R/W
587
45085 0x13DC
1st Amount WK130 R/W
588
45087 0x13DE
1st Speed WK130 R/W
589
45089 0x13E0 1st Rev Amount WK130 R/W
590
45091 0x13E2 1st Rev Speed WK130 R/W
591
45093 0x13E4 2nd Amount WK130 R/W
592
45095 0x13E6 2nd Speed WK130 R/W
593
45097 0x13E8 2nd Rev Amount WK130 R/W
594
45099 0x13EA 2nd Rev Speed WK130 R/W
595
45101 0x13EC
Reserve WK130 R/W
596
45103 0x13EE Reserve WK130 R/W
597
45105 0x13F0 Reserve WK130 R/W
598
45107 0x13F2 Reserve WK130 R/W
599
45109 0x13F4 Pre-heat Time WK130 R/W
600
45111 0x13F6 Heating Time WK130 R/W
601
45113 0x13F8 Reserve WK130 R/W
602
45115 0x13FA Reserve WK130 R/W
603
45117 0x13FC SV2 Time WK131 R/W
604
45119 0x13FE 1st Amount WK131 R/W
605
45121 0x1400 1st Speed WK131 R/W
606
45123 0x1402 1st Rev Amount WK131 R/W
607
45125 0x1404 1st Rev Speed WK131 R/W
608
45127 0x1406 2nd Amount WK131 R/W
609
45129 0x1408 2nd Speed WK131 R/W
610
45131 0x140A 2nd Rev Amount WK131 R/W

20 / 60
No.
Address Name Reading
/ Writing
Remarks
DEC HEX
611
45133 0x140C 2nd Rev Speed WK131 R/W
612
45135 0x140E Reserve WK131 R/W
613
45137 0x1410 Reserve WK131 R/W
614
45139 0x1412 Reserve WK131 R/W
615
45141 0x1414 Reserve WK131 R/W
616
45143 0x1416 Pre-heat Time WK131 R/W
617
45145 0x1418 Heating Time WK131 R/W
618
45147 0x141A Reserve WK131 R/W
619
45149 0x141C Reserve WK131 R/W
620
45151 0x141E SV2 Time WK132 R/W
621
45153 0x1420 1st Amount WK132 R/W
622
45155 0x1422 1st Speed WK132 R/W
623
45157 0x1424 1st Rev Amount WK132 R/W
624
45159 0x1426 1st Rev Speed WK132 R/W
625
45161 0x1428 2nd Amount WK132 R/W
626
45163 0x142A 2nd Speed WK132 R/W
627
45165 0x142C 2nd Rev Amount WK132 R/W
628
45167 0x142E 2nd Rev Speed WK132 R/W
629
45169 0x1430 Reserve WK132 R/W
630
45171 0x1432 Reserve WK132 R/W
631
45173 0x1434 Reserve WK132 R/W
632
45175 0x1436 Reserve WK132 R/W
633
45177 0x1438 Pre-heat Time WK132 R/W
634
45179 0x143A Heating Time WK132 R/W
635
45181 0x143C Reserve WK132 R/W
636
45183 0x143E Reserve WK132 R/W
637
45185 0x1440 SV2 Time WK133 R/W
638
45187 0x1442 1st Amount WK133 R/W
639
45189 0x1444 1st Speed WK133 R/W
640
45191 0x1446 1st Rev Amount WK133 R/W
641
45193 0x1448 1st Rev Speed WK133 R/W
642
45195 0x144A 2nd Amount WK133 R/W
643
45197 0x144C 2nd Speed WK133 R/W
644
45199 0x144E 2nd Rev Amount WK133 R/W
645
45201 0x1450 2nd Rev Speed WK133 R/W
646
45203 0x1452 Reserve WK133 R/W
647
45205 0x1454 Reserve WK133 R/W
648
45207 0x1456 Reserve WK133 R/W
649
45209 0x1458 Reserve WK133 R/W
650
45211 0x145A Pre-heat Time WK133 R/W
651
45213 0x145C Heating Time WK133 R/W
652
45215 0x145E Reserve WK133 R/W
653
45217 0x1460 Reserve WK133 R/W
654
45219 0x1462 SV2 Time WK134 R/W
655
45221 0x1464 1st Amount WK134 R/W
656
45223 0x1466 1st Speed WK134 R/W
657
45225 0x1468 1st Rev Amount WK134 R/W
658
45227 0x146A 1st Rev Speed WK134 R/W
659
45229 0x146C 2nd Amount WK134 R/W
660
45231 0x146E 2nd Speed WK134 R/W
661
45233 0x1470 2nd Rev Amount WK134 R/W
Other manuals for OMEGA
3
Table of contents
Other Apollo Seiko Controllers manuals
Popular Controllers manuals by other brands

Johnson Controls
Johnson Controls M9304-GGA-1N manual

Johnson Controls
Johnson Controls M9200 Series quick start guide

Sunricher
Sunricher SR-2300TR-G3-RGBW-US quick start guide

DigiVac
DigiVac VAPOR Operation manual

Arlight
Arlight BL-RF5B manual

Energy Master
Energy Master HHPM SERIES Installation, Operation, Maintenance, Service Manuals

Bosch
Bosch Rexroth IndraDrive CsDrive System with HCS01 instruction manual

Rohm
Rohm BD9B305QUZ-EVK-001 user guide

Elk Products
Elk Products ELK-MM443 quick start guide

Johnson Controls
Johnson Controls PENN ACT2 Technical bulletin

Hunter
Hunter SpectraProbe XE Hardware user manual

Festo
Festo LFR EX4 Series Instructions & Operating