Wiki source code of 12

Version 2.1 by Joey on 2022/06/09 16:19

Show last authors
1 = **Contact comparison instruction** =
2
3 == **Signed 16-bit contact comparison instruction** ==
4
5 **LD £, AND £, OR £**
6
7 The BIN 16-bit data of the device specified in (s1) and the BIN 16-bit data of the device specified in (s2) are compared by normal open contact processing.
8
9 LD£: Normally open contact comparison instruction
10
11 AND£: Normally open contact series connection comparison instruction
12
13 OR£: Normally open contact parallel connection comparison instruction
14
15 **Ladder diagram**
16
17 (% style="text-align:center" %)
18 [[image:07-5 Basic instructions_html_63210db6b7e1512f.png]]
19
20 (You can enter "=", "<>", ">", "<", ">=", "<=" in "£")
21
22 **Content, range and data type**
23
24 |**Parameter**|**Content**|**Range**|**Data type**|**Data type (label)**
25 |(s1)|Comparison data or device storing comparison data|-32768 to 32767|Signed BIN 16 bit|ANY16_S
26 |(s2)|Comparison data or device storing comparison data|-32768 to 32767|Signed BIN 16 bit|ANY16_S
27
28 **Device used**
29
30 |(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="11" %)**Devices**|(((
31 **Offset modification**
32 )))|(((
33 **Pulse extension**
34 )))
35 |**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**K**|**H**|**[D]**|**XXP**
36 |LD=|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|
37 |LD>|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|
38 |LD<|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|
39 |LD>=|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|
40 |LD<=|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|
41 |LD<>|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|
42 |AND=|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|
43 |AND>|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|
44 |AND<|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|
45 |AND>=|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|
46 |AND<=|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|
47 |AND<>|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|
48 |OR=|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|
49 |OR>|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|
50 |OR<|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|
51 |OR>=|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|
52 |OR<=|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|
53 |OR<>|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|
54
55 **Features**
56
57 The BIN 16-bit data of the device specified in (s1) and the BIN 16-bit data of the device specified in (s2) are compared by normal open contact processing.
58
59 The comparison operation result of each instruction is shown below.
60
61 |**Instruction Sign**|**Condition**|**Comparison operation result**|**Instruction Sign**|**Condition**|**Comparison operation result**
62 |==|(s1)=(s2)|(% rowspan="6" %)On state|==|(s1)≠(s2)|(% rowspan="6" %)Non-conduction state
63 |<>|(s1)≠(s2)|<>|(s1)=(s2)
64 |>|(s1)>(s2)|>|(s1)≤(s2)
65 |<|(s1)<(s2)|<|(s1)≥(s2)
66 |>=|(s1)≥(s2)|>=|(s1)<(s2)
67 |<=|(s1)≤(s2)|<=|(s1)>(s2)
68
69 **Error code**
70
71 |**Error code**|**Content**
72 |4085H|(s) read address exceeds the device range
73
74 **Example**
75
76 (((
77 (1) LD£ instruction:
78
79 (% style="text-align:center" %)
80 [[image:07-5 Basic instructions_html_1309199eccc7134.png]]
81 )))
82
83 When the current value of counter C10 is 200, Y10 is set
84
85 When the content of D200 is above -29, and X1 is ON, Y11 is set
86
87 (2) AND£ instruction:
88
89 (% style="text-align:center" %)
90 [[image:07-5 Basic instructions_html_1c966f74b0bd808e.png]]
91
92 (((
93 When X0 is ON, or when the current value of counter C10 is 200, Y10 is set
94
95 When X1 is OFF, and the content of data counter D0 is not -10, Y11 is set
96
97
98 )))
99
100 (3) OR£ instruction:
101
102 (% style="text-align:center" %)
103 [[image:07-5 Basic instructions_html_8b000809015ea436.png]]
104
105 (((
106 When X1 is ON, or when the current value of counter C10 is 200, Y0 is set
107
108 When X2 and M30 are ON, or the content of register D100 is K10000 and above, M60 is set
109 )))
110
111 == **Signed 32-bit contact comparison instruction** ==
112
113 **LDD £, ANDD £, ORD £**
114
115 The BIN 32-bit data of the device specified in (s1) and the BIN 32-bit data of the device specified in (s2) are compared by normal open contact processing.
116
117 LDD£: Normally open contact comparison command
118
119 ANDD£: Normally open contact series link comparison instruction
120
121 ORD£: Normally open contact parallel link comparison instruction
122
123 **Ladder diagram**
124
125 (% style="text-align:center" %)
126 [[image:07-5 Basic instructions_html_63210db6b7e1512f.png]]
127
128 “=”, “<>”, “>”, “<”, “>=”, “<=” can be input in “£”
129
130 **Content, range and data type**
131
132 |**Parameter**|**Content**|**Range**|**Data type**|**Data type (label)**
133 |(s1)|Comparison data or device storing comparison data|-2147483648 to 2147483647|Signed BIN 32 bit|ANY32_S
134 |(s2)|Comparison data or device storing comparison data|-2147483648 to 2147483647|Signed BIN 32 bit|ANY32_S
135
136 **Device used**
137
138 |(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="13" %)**Devices**|(((
139 **Offset modification**
140 )))|(((
141 **Pulse extension**
142 )))
143 |**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**LC**|**HSC**|**K**|**H**|**[D]**|**XXP**
144 |LDD=|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|●|●|
145 |LDD>|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|●|●|
146 |LDD<|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|●|●|
147 |LDD>=|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|●|●|
148 |LDD<=|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|●|●|
149 |LDD<>|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|●|●|
150 |ANDD=|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|●|●|
151 |ANDD>|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|●|●|
152 |ANDD<|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|●|●|
153 |ANDD>=|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|●|●|
154 |ANDD<=|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|●|●|
155 |ANDD<>|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|●|●|
156 |ORD=|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|●|●|
157 |ORD>|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|●|●|
158 |ORD<|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|●|●|
159 |ORD>=|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|●|●|
160 |ORD<=|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|●|●|
161 |ORD<>|s1, s2|●|●|●|●|●|●|●|●|●|●|●|●|●|●|
162
163 **Features**
164
165 The BIN 32-bit data of the device specified in (s1) and the BIN 32-bit data of the device specified in (s2) are compared by normal open contact processing.
166
167 The comparison operation result of each instruction is shown below.
168
169 |**Instruction Sign**|**Condition**|**Comparison operation result**|**Instruction Sign**|**Condition**|**Comparison operation result**
170 |==|(s1)=(s2)|(% rowspan="6" %)On state|==|(s1)≠(s2)|(% rowspan="6" %)Non-conduction state
171 |<>|(s1)≠(s2)|<>|(s1)=(s2)
172 |>|(s1)>(s2)|>|(s1)≤(s2)
173 |<|(s1)<(s2)|<|(s1)≥(s2)
174 |>=|(s1)≥(s2)|>=|(s1)<(s2)
175 |<=|(s1)≤(s2)|<=|(s1)>(s2)
176
177 **Error code**
178
179 |**Error code**|**Content**
180 |4085H|(S) read address exceeds the device range
181
182 **Example**
183
184 (1) LDD£ instruction:
185
186 (% style="text-align:center" %)
187 [[image:07-5 Basic instructions_html_8acf0d489297c561.png]]
188
189 When the data of LC10 is 200000, Y10 is set, otherwise Y10 is reset.
190
191 When the 32-bit data composed of D201 and D200 exceeds -5000, and X1 is ON, Y11 is turned ON.
192
193 (2) ANDD£ instruction:
194
195 (% style="text-align:center" %)
196 [[image:07-5 Basic instructions_html_38be93eec0ced6c.png]]
197
198 When X0 is ON and the value of LC10 is 200000, Y10 is set, otherwise it is reset.
199
200 When X1 is OFF and the 32-bit data composed of D1 and D0 is not equal to K-50000, Y11 is set.
201
202 (3) ORD£ instruction:
203
204 (% style="text-align:center" %)
205 [[image:07-5 Basic instructions_html_8ebfc7b0562cf370.png]]
206
207 When X1 is ON, or the data of LC10 is equal to the data of LC10 is equal to 200000, Y0 is set.
208
209 When X2 and M30 are set, or the double word data composed of D101 and D100 is greater than or equal to 100000, M60 is set.
210
211 == **Single precision real number contact comparison instruction** ==
212
213 **LDE £, ANDE £, ORE £**
214
215 The single precision real number of the device specified in (s1) and the single precision real number of the device specified in (s2) are compared by normal open contact processing.
216
217 LDE£: Normally open contact comparison command
218
219 ANDE£: Normally open contact series link comparison instruction
220
221 ORE£: Normally open contact parallel link comparison instruction
222
223 **Ladder diagram**
224
225 (% style="text-align:center" %)
226 [[image:07-5 Basic instructions_html_6ac28f30e24ad296.png||height="352" width="550"]]
227
228 “=”, “<>”, “>”, “<”, “>=”, “<=” can be input in “£”
229
230 **Content, range and data type**
231
232 |**Parameter**|**Content**|**Range**|**Data type**|**Data type (label)**
233 |(s1)|Comparison data or the device start number storing the comparison data|0, 2^^-126^^ ≤~|(s)~|< 2^^128^^|Single precision real number|ANYREAL_32
234 |(s2)|Comparison data or the device start number storing the comparison data|0, 2^^-126^^ ≤~|(s)~|< 2^^128^^|Single precision real number|ANYREAL_32
235
236 **Device used**
237
238 |(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="8" %)**Devices**|(((
239 **Offset modification**
240 )))|(((
241 **Pulse extension**
242 )))
243 |**T**|**C**|**D**|**R**|**SD**|**LC**|**HSC**|**E**|**[D]**|**XXP**
244 |LDE=|s1, s2|●|●|●|●|●|●|●|●|●|
245 |LDE>|s1, s2|●|●|●|●|●|●|●|●|●|
246 |LDE<|s1, s2|●|●|●|●|●|●|●|●|●|
247 |LDE>=|s1, s2|●|●|●|●|●|●|●|●|●|
248 |LDE<=|s1, s2|●|●|●|●|●|●|●|●|●|
249 |LDE<>|s1, s2|●|●|●|●|●|●|●|●|●|
250 |ANDE=|s1, s2|●|●|●|●|●|●|●|●|●|
251 |ANDE>|s1, s2|●|●|●|●|●|●|●|●|●|
252 |ANDE<|s1, s2|●|●|●|●|●|●|●|●|●|
253 |ANDE>=|s1, s2|●|●|●|●|●|●|●|●|●|
254 |ANDE<=|s1, s2|●|●|●|●|●|●|●|●|●|
255 |ANDE<>|s1, s2|●|●|●|●|●|●|●|●|●|
256 |ORE=|s1, s2|●|●|●|●|●|●|●|●|●|
257 |ORD>|s1, s2|●|●|●|●|●|●|●|●|●|
258 |ORE<|s1, s2|●|●|●|●|●|●|●|●|●|
259 |ORE>=|s1, s2|●|●|●|●|●|●|●|●|●|
260 |ORE<=|s1, s2|●|●|●|●|●|●|●|●|●|
261 |ORE<>|s1, s2|●|●|●|●|●|●|●|●|●|
262
263 **Features**
264
265 The single precision real number of the device specified in (s1) and the single precision real number of the device specified in (s2) are compared by normal open contact processing.
266
267 The comparison operation result of each instruction is shown below.
268
269 |**Instruction Sign**|**Condition**|**Comparison operation result**|**Instruction Sign**|**Condition**|**Comparison operation result**
270 |E=|(s1)=(s2)|(% rowspan="6" %)On state|E=|(s1)≠(s2)|(% rowspan="6" %)Non-conduction state
271 |E<>|(s1)≠(s2)|E<>|(s1)=(s2)
272 |E>|(s1)>(s2)|E>|(s1)≤(s2)
273 |E<|(s1)<(s2)|E<|(s1)≥(s2)
274 |E>=|(s1)≥(s2)|E>=|(s1)<(s2)
275 |E<=|(s1)≤(s2)|E<=|(s1)>(s2)
276
277 **Error code**
278
279 |**Error code**|**Content**
280 |4084H|When the content of the specified device by (s1) and (s2) is an irregular number, a non-number, or ±∞
281 |4085H|The read address of (s1) and (s2exceeds the device range
282
283 **Example**
284
285 (1) LDE£ instruction:
286
287 (% style="text-align:center" %)
288 [[image:07-5 Basic instructions_html_c4c820cf59601493.png]]
289
290 When the real number input in D0 is equal to E1.23, Y10 is ON, otherwise Y10 is OFF.
291
292 When the real number in R0 is greater than or equal to the real number in LC0, Y11 is ON, otherwise it is OFF.
293
294 If the input in D0, R0, LC0 is not a real number, it will report H4084 error.
295
296 (2) ANDE£ instruction:
297
298 (% style="text-align:center" %)
299 [[image:07-5 Basic instructions_html_7cdd2117360e179b.png]]
300
301 Only when M0 is ON and D2 real number is not equal to E1.23 and R2 real number is less than real number LC2 , Y12 is ON, otherwise all are OFF.
302
303 (3) ORE£ instruction:
304
305 (% style="text-align:center" %)
306 [[image:07-5 Basic instructions_html_3eba0bd56176441d.png]]
307
308 When the real number of R4 is less than or equal to the real number of R15, or the real number R6 is equal to the real number R20, Y13 is ON, otherwise Y13 is OFF.
309
310 == **String comparison** ==
311
312 **LDS£、ANDS£、 ORS£**
313
314 Compare the string stored after the device number specified in (s1) with the string stored after the device number specified in (s2).
315
316 LDS£: String comparison instruction
317
318 ANDS£: String serial connection comparison instruction
319
320 ORS£: String parallel connection comparison instruction
321
322 **Ladder diagram**
323
324 (% style="text-align:center" %)
325 [[image:07-5 Basic instructions_html_5fb3b3b70645fef5.png||height="371" width="550"]]
326
327 “=” and “<>” could be entered in “£”
328
329 **Content, range and data type**
330
331 |**Parameter**|**Content**|**Range**|**Date type**|**Date type(label)**
332 |(S1)|Connection data or the device start number storing the data or the string specified directly|-|String|ANYSTRING_SINGLE
333 |(S1)|Connection data or the device start number storing the data or the string specified directly|-|String|ANYSTRING_SINGLE
334
335 **Device used**
336
337 |(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="9" %)**Devices**|(((
338 **Offset modification**
339 )))|(((
340 **Pulse extension**
341 )))
342 |**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**[D]**|**XXP**
343 |LDS=|s1、s2|●|●|●|●|●|●|●|●|●|●|
344 |LDS<>|s1、s2|●|●|●|●|●|●|●|●|●|●|
345 |ANDS=|s1、s2|●|●|●|●|●|●|●|●|●|●|
346 |ANDS<>|s1、s2|●|●|●|●|●|●|●|●|●|●|
347 |ORS=|s1、s2|●|●|●|●|●|●|●|●|●|●|
348 |ORS<>|s1、s2|●|●|●|●|●|●|●|●|●|●|
349
350 **Features**
351
352 • Compare the string stored after the device number specified in (s1) with the string stored after the device number specified in (s2).
353
354 • The comparison operation result of each instruction is shown below.
355
356 |**Instruction sign**|**Condition**|**Comparison operation result**|**Instruction sign**|**Condition**|**Comparison operation result**
357 |==|(s1)=(s2)|(% rowspan="2" %)On stat|==|(s1)≠(s2)|(% rowspan="2" %)Non-conduction state
358 |<>|(s1)≠(s2)|<>|(s1)=(s2)
359
360 **Error code**
361
362 |**Error code**|**Content**
363 |4085H|The read address of (s1) or (s2) exceeds the device range
364 |408AH|The length of the read string of (s1) or (s2) exceeds, and the continuous length of the string exceeds 400 characters.
365 |408BH|When (s1) or (s2) reading the string, the maximum range of the device is read but 00H is not found as the end.
366
367 **Example**
368
369 (1) LDS£ instruction:
370
371 (% style="text-align:center" %)
372 [[image:07-5 Basic instructions_html_449a071f61ff5b58.png]]
373
374 (2) ANDS£ instruction:
375
376 (% style="text-align:center" %)
377 [[image:07-5 Basic instructions_html_dd6aa995d193bdd2.png]]
378
379 (3) ORS£ instruction:
380
381 (% style="text-align:center" %)
382 [[image:07-5 Basic instructions_html_4f8fb7c94f87c58d.png]]
383
384 = **Clock operation instruction** =
385
386 == **TADD/The addition of clock data** ==
387
388 **TADD(P)**
389
390 Add the time data stored after the device number specified in (s1) and the time data stored after the device number specified in (s2), and store the result of the addition operation after the device number specified in (d) .
391
392 -[TADD (s1) (s2) (d)]
393
394 **Content, range and data type**
395
396 |**Parameter**|**Content**|**Range**|**Data type**|**Data type (label)**
397 |(s1)|The device start number that stores the added time data|-|Signed BIN 16 bit|(((
398 ANY16_ARRAY
399
400 (number of elements: 3)
401 )))
402 |(s2)|The device start number that stores the addition operation time (time) data|-|Signed BIN 16 bit|(((
403 ANY16_ARRAY
404
405 (number of elements: 3)
406 )))
407 |(d)|The device start number that stores the time (time) data of the addition operation result|-|Signed BIN 16 bit|(((
408 ANY16_ARRAY
409
410 (number of elements: 3)
411 )))
412
413 **Device used**
414
415 |(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="5" %)**Devices**|(((
416 **Offset modification**
417 )))|(((
418 **Pulse extension**
419 )))
420 |**T**|**C**|**D**|**R**|**SD**|**[D]**|**XXP**
421 |(% rowspan="3" %)TADD|Parameter 1|●|●|●|●|●|●|●
422 |Parameter 2|●|●|●|●|●|●|●
423 |Parameter 3|●|●|●|●|●|●|●
424
425 **Features**
426
427 Add the time data specified in (s1) and the time data specified in (s2), and store the result of the addition in the device number specified in (d) or later.
428
429 (% style="text-align:center" %)
430 [[image:07-5 Basic instructions_html_37222a6e282347f9.png||height="79" width="750"]]
431
432 **Example**
433
434 When 6:32:40 and 7:48:10 are added together
435
436 (% style="text-align:center" %)
437 [[image:07-5 Basic instructions_html_90138670198ab422.png||height="94" width="750"]]
438
439 When the calculation result time exceeds 24 o'clock, the carry flag turns ON, and the value after 24 hours is subtracted becomes the calculation result. For example, when 14:20:30 and 20:20:20 are added, the result is not 34:40:50, but 10:40:50.
440
441 (% style="text-align:center" %)
442 [[image:07-5 Basic instructions_html_bac419ce2dc0dc2.png||height="91" width="750"]]
443
444 When the calculation result is 0 (0 hour, 0 minute, 0 second), the zero flag turns on.
445
446 When 23:59:59 and 1 second are added, the result of the calculation is 0:00:00, and the carry flag and zero flag are turned on.
447
448 Related device are as follows:
449
450 |**Devices**|**Name**|**Content**
451 |SM151|Carry|It is ON when the result of the TADD(P) instruction exceeds the maximum clock data value of 23:59:59
452 |SM153|Zero|It is ON when the result of the TADD(P) instruction is 0:00:00
453
454 ✎**Note:**
455
456 The devices specified in (s1), (s2), (d) occupy 3 points respectively. Be careful not to overlap with the device used for machine control.
457
458 When using the clock data time (hour, minute, second) of the built-in real-time clock of the CPU module, use the TRD(P) instruction to read the value of the special register and assign the word device to each operand.
459
460 **Error code**
461
462 |**Error code**|**Content**
463 |4085H|When reading the specified device range exceeds the corresponding device range
464 |4086H|When writing the specified device range exceeds the corresponding device range
465 |4084H|(((
466 When the values specified in (s1) and (s2) are other than 0 to 23
467
468 When the values specified in (s1)+1, (s2)+1, (s1)+2 and (s2)+2 are other than 0 to 59
469 )))
470
471 **Example**
472
473 (% style="text-align:center" %)
474 [[image:07-5 Basic instructions_html_4f75eedee7172bbb.png||height="35" width="349"]]
475
476 Set D0 time to 16:30:00 and D10 time to 4:30:0
477
478 (% style="text-align:center" %)
479 [[image:07-5 Basic instructions_html_c64e0faf2af172f8.png]]
480
481 (% style="text-align:center" %)
482 [[image:07-5 Basic instructions_html_66e3a2eadeb2ecbb.png]]
483
484 After the coil is turned on, the D20 time is 21:0:0
485
486 (% style="text-align:center" %)
487 [[image:07-5 Basic instructions_html_a9b235835aa41200.png]]
488
489 == **TSUB/The subtraction of clock data** ==
490
491 **TSUB(P)**
492
493 Subtract the time data stored after the device number specified in (s1) and the time data stored after the device number specified in (s2), and store the subtraction result in the device number specified in (d) or later .
494
495 -[TSUB (s1) (s2) (d)]
496
497 **Content, range and data type**
498
499 |**Parameter**|**Content**|**Range**|**Data type**|**Data type (label)**
500 |(s1)|The device start number that stores the subtracted time data|-|Signed BIN 16 bit|(((
501 ANY16_ARRAY
502
503 (number of elements: 3)
504 )))
505 |(s2)|The device start number that stores the subtraction operation time (time) data|-|Signed BIN 16 bit|(((
506 ANY16_ARRAY
507
508 (number of elements: 3)
509 )))
510 |(d)|The device start number that stores the time (time) data of the subtraction result|-|Signed BIN 16 bit|(((
511 ANY16_ARRAY
512
513 (number of elements: 3)
514 )))
515
516 **Device used**
517
518 |(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="5" %)**Devices**|(((
519 **Offset modification**
520 )))|(((
521 **Pulse extension**
522 )))
523 |**T**|**C**|**D**|**R**|**SD**|**[D]**|**XXP**
524 |(% rowspan="3" %)TSUB|Parameter 1|●|●|●|●|●|●|●
525 |Parameter 2|●|●|●|●|●|●|●
526 |Parameter 3|●|●|●|●|●|●|●
527
528 **Features**
529
530 Subtract the time data specified in (s1) and the time data specified in (s2), and store the subtraction result in the device number specified in (d) or later.
531
532 (% style="text-align:center" %)
533 [[image:07-5 Basic instructions_html_5a93455e4cd8a27.png]]
534
535 **Example**
536
537 When subtracting 10:40:20 and 3:50:10
538
539 (% style="text-align:center" %)
540 [[image:07-5 Basic instructions_html_2473f03fc493780c.png]]
541
542 When the calculation result time is a negative number, the borrow flag turns on and the data +24 is the calculation result. For example, in the case of subtracting 4:50:32 and 10:42:12, the result is not -6:8:20, but 18:8:20.
543
544 (% style="text-align:center" %)
545 [[image:07-5 Basic instructions_html_24b998b4c3c4ec73.png]]
546
547 When the calculation result is 0 (0 hour, 0 minute, 0 second), the zero flag turns on.
548
549 Related device are as follows:
550
551 |**Devices**|**Name**|**Content**
552 |SM152|Borrow|It is ON when the result of the TSUB(P) instruction is less than 0:00:00
553 |SM153|Zero|It is ON when the result of the TSUB(P) instruction is at the time of 0:00:00:00
554
555 ✎**Note:**
556
557 • The devices specified in (s1), (s2), and (d) occupy 3 points respectively. Be careful not to overlap with the device used for machine control.
558
559 • When using the clock data time (hour, minute, second) of the built-in real-time clock of the CPU module, use the TRD(P) instruction to read the value of the special register and assign the word device to each operand.
560
561 **Error code**
562
563 |**Error code**|**Content**
564 |4085H|When reading the specified device range exceeds the corresponding device range
565 |4086H|When writing the specified device range exceeds the corresponding device range
566 |4084H|(((
567 When the values specified in (s1) and (s2) are other than 0 to 23
568
569 When the values specified in (s1)+1, (s2)+1, (s1)+2 and (s2)+2 are other than 0 to 59
570 )))
571
572 **Example**
573
574 (% style="text-align:center" %)
575 [[image:07-5 Basic instructions_html_e3a5d4793d3ccd2d.png||height="36" width="372"]]
576
577 Set D0 time to 16:30:00 and D10 time to 4:30:0
578
579 (% style="text-align:center" %)
580 [[image:07-5 Basic instructions_html_c64e0faf2af172f8.png]]
581
582 (% style="text-align:center" %)
583 [[image:07-5 Basic instructions_html_66e3a2eadeb2ecbb.png]]
584
585 After the coil is turned on, the D20 time is 12:00:00
586
587 (% style="text-align:center" %)
588 [[image:07-5 Basic instructions_html_8f93ea19ba10652b.png]]
589
590 **TRD/Clock data reading**
591
592 **TRD(P)**
593
594 Read the clock data of the built-in real-time clock of the CPU module.
595
596 -[TRD (d)]
597
598 **Content, range and data type**
599
600 |**Parameter**|**Content**|**Range**|**Data type**|**Data type (label)**
601 |(d)|Read destination and start device number of clock data|-|Signed BIN 16 bit|(((
602 ANY16_ARRAY
603
604 (number of elements: 7)
605 )))
606
607 **Device used**
608
609 |(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="4" %)**Devices**|(((
610 **Offset modification**
611 )))|(((
612 **Pulse extension**
613 )))
614 |**T**|**C**|**D**|**R**|**[D]**|**XXP**
615 |TRD|Parameter 1|●|●|●|●|●|●
616
617 **Features**
618
619 Read the clock data (SD100 to SD106) of the real-time clock built into the CPU module into (d) to (d)+6 in the following format.
620
621 |**Parameter**|**Element**|**Project**|**Clock data**| |**Element**|**Project**
622 |(% rowspan="7" %)Special register|SD105|Year (Gregorian)|2000 to 2099|→|(d)|Year (Gregorian)
623 |SD104|Month|1 to 12|→|(d)+1|Month
624 |SD103|Day|1 to 31|→|(d)+2|Day
625 |SD102|Hour|0 to 23|→|(d)+3|Hour
626 |SD101|Minute|0 to 59|→|(d)+4|Minute
627 |SD100|Seconds|0 to 59|→|(d)+5|Seconds
628 |SD106|Week|0 (Sun) to 6 (Sat)|→|(d)+6|Week
629
630 • The related devices are shown below. The clock data of these special registers are updated through END processing.
631
632 |**Devices**|**Content**
633 |SD100|The second data of the clock data is stored in BIN code.
634 |SD101|The sub-data of the clock data is stored in BIN code.
635 |SD102|Time data of clock data is stored in BIN code.
636 |SD103|The daily data of the clock data is stored in BIN code.
637 |SD104|The monthly data of the clock data is stored in BIN code.
638 |SD105|The year data of the clock data is stored in a 4-digit BIN code of the Gregorian calendar.
639 |SD106|The week data of the clock data is stored in BIN code. (0: day, 1: one, ..., 6: six) are stored in BIN code.
640
641 ✎**Note:**
642
643 • The device specified in (d) occupies 7 points. Be careful not to overlap with the device used for machine control.
644
645 **Error code**
646
647 |**Error code**|**Content**
648 |4086H|When reading the specified device range exceeds the corresponding device range
649
650 **Example**
651
652 (% style="text-align:center" %)
653 [[image:07-5 Basic instructions_html_b81c1991fec5b4b1.png||height="68" width="250"]]
654
655 After the M0 coil is turned on, the current date and time are read as 2020-2-19 13:10:38 Wednesday
656
657 (% style="text-align:center" %)
658 [[image:07-5 Basic instructions_html_fe82ecd18ebfd787.png||height="48" width="602"]]
659
660 == **TWR/Clock data writing** ==
661
662 **TWR(P)**
663
664 Write the clock data of the built-in real-time clock of the CPU module.
665
666 -[TWR (s)]
667
668 **Content, range and data type**
669
670 |**Parameter**|**Content**|**Range**|**Data type**|**Data type (label)**
671 |(s)|Clock data write source, start device number|-|Signed BIN 16 bit|ANY16_ARRAY (number of elements: 7)
672
673 **Device used**
674
675 |(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="4" %)**Devices**|(((
676 **Offset modification**
677 )))|(((
678 **Pulse extension**
679 )))
680 |**T**|**C**|**D**|**R**|**[D]**|**XXP**
681 |TWR|Parameter 1|●|●|●|●|●|●
682
683 **Features**
684
685 Write the set clock data (s) to (s)+6 to the clock data (SD100 to SD106) of the real-time clock built into the CPU module.
686
687 |(% colspan="3" %)**Set data at all times**|(% rowspan="2" %) |(% colspan="2" %)**Special register**
688 |**Element**|**Project**|**Clock data**|**Element**|**Project**
689 |(s)|Year (Gregorian)|2000 to 2099 or 0 to 99|→|SD105|Year (Gregorian)
690 |(s)+1|Month|1 to 12|→|SD104|Month
691 |(s)+2|Day|1 to 31|→|SD103|Day
692 |(s)+3|Hour|0 to 23|→|SD102|Hour
693 |(s)+4|Minute|0 to 59|→|SD101|Minute
694 |(s)+5|Seconds|0 to 59|→|SD100|Seconds
695 |(s)+6|Week|0 (Sun) to 6 (Sat)|→|SD106|Week
696
697 • If the TWR(P) instruction is executed, the clock data of the real-time clock is changed immediately. Therefore, the clock data after a few minutes should be transferred to the set clock data (s) to (s)+6 in advance, and the instruction will be executed when the correct time is reached.
698
699 • If the year in (s) is in the range of 0 to 99, it will be automatically treated as 2000 to 2099.
700
701 • When a value indicating an impossible time is set, the clock data will not be updated. Set the correct clock data and write again.
702
703 • The day of the week (SD100) is automatically corrected.
704
705 • The related devices are shown below.
706
707 |**Devices**|**Content**
708 |SD100|The second data of the clock data is stored in BIN code.
709 |SD101|The sub-data of the clock data is stored in BIN code.
710 |SD102|Time data of clock data is stored in BIN code.
711 |SD103|The daily data of the clock data is stored in BIN code.
712 |SD104|The monthly data of the clock data is stored in BIN code.
713 |SD105|The year data of the clock data is stored in a 4-digit BIN code of the Gregorian calendar.
714 |SD106|The week data of the clock data is stored in BIN code. (0: day, 1: one, ..., 6: six) are stored in BIN code.
715
716 ✎**Note:**
717
718 The device specified in (s) occupies 7 points. Be careful not to overlap with the device used for machine control.
719
720 **Error code**
721
722 |**Error code**|**Content**
723 |4085H|When reading the specified device range exceeds the corresponding device range
724
725 **Example**
726
727 Set D0 date and time to 2020-2-19 12:36:00 in advance
728
729 (% style="text-align:center" %)
730 [[image:07-5 Basic instructions_html_994c66d1a4cbd45f.png||height="57" width="305"]]
731
732 At the moment when the time 12:36:00 arrives, turn on the M0 coil and write the time.
733
734 (% style="text-align:center" %)
735 [[image:07-5 Basic instructions_html_bf3e906ee5265598.png||height="42" width="586"]]
736
737 == **HTOS/16-bit data conversion of time data (hour, minute, second → second)** ==
738
739 **HTOS(P)**
740
741 Convert the time data stored after the device number specified in (s) into seconds and store the conversion result as BIN 16-bit data in the device specified in (d).
742
743 -[HTOS (s) (d)]
744
745 **Content, range and data type**
746
747 |**Parameter**|**Content**|**Range**|**Data type**|**Data type (label)**
748 |(s)|The device start number that stores the data of the subtracted time|-|Signed BIN 16 bit|ANY16_ARRAY (number of elements: 3)
749 |(d)|The device start number that stores the converted clock data|-|Signed BIN 16 bit|ANY16
750
751 **Device used**
752
753 |(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="9" %)**Devices**|**Offset modification**|(((
754 **Pulse extension**
755 )))
756 |**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**[D]**|**XXP**
757 |(% rowspan="2" %)HTOS|Parameter 1|●|●|●|●|●|●|●|●|●|●|●
758 |Parameter 2| |●|●|●|●|●|●|●|●|●|●
759
760 **Features**
761
762 Convert the time data stored after the device number specified in (s) into seconds and store the conversion result in the device specified in (d).
763
764 (% style="text-align:center" %)
765 [[image:07-5 Basic instructions_html_a84b7741fd5bef2f.png||height="130" width="550"]]
766
767 **Example**
768
769 When 4 hours, 29 minutes and 31 seconds are specified in (s)
770
771 (% style="text-align:center" %)
772 [[image:07-5 Basic instructions_html_5effb7bc9b8e5cf7.png||height="162" width="550"]]
773
774 **Error code**
775
776 |**Error code**|**Content**
777 |4085H|When reading the specified device range exceeds the corresponding device range
778 |4086H|When writing the specified device range exceeds the corresponding device range
779 |4084H|(((
780 When the calculation result is not in the range of 0 to 32767
781
782 When the value specified in (s) is not in the range of 0 to 9
783
784 When the value specified in (s)+1 and (s)+2 is not in the range of 0 to 59
785 )))
786
787 **Example**
788
789 (% style="text-align:center" %)
790 [[image:07-5 Basic instructions_html_e23e38c4ba4c34bb.png||height="43" width="338"]]
791
792 D0 time is set to 5:36:53
793
794 (% style="text-align:center" %)
795 [[image:07-5 Basic instructions_html_2866a121e5ca5713.png]]
796
797 The time of D10 after the M0 coil is turned on is as below.
798
799 (% style="text-align:center" %)
800 [[image:07-5 Basic instructions_html_1dd6c5de05890797.png]]
801
802 == **DHTOS/32-bit data conversion of time data (hour, minute, second → second)** ==
803
804 **DHTOS(P)**
805
806 Convert the time data stored after the device number specified in (s) into seconds and store the conversion result as BIN 32-bit data in the device specified in (d).
807
808 -[DHTOS (s) (d)]
809
810 **Content, range and data type**
811
812 |**Parameter**|**Content**|**Range**|**Data type**|**Data type (label)**
813 |(s)|The device start number that stores the data of the subtracted time|-|Signed BIN 16 bit|ANY16_ARRAY (number of elements: 3)
814 |(d)|The device start number that stores the converted clock data|-|Signed BIN 32 bit|ANY32
815
816 **Device used**
817
818 |(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="9" %)**Devices**|(((
819 **Offset modification**
820 )))|(((
821 **Pulse extension**
822 )))
823 |**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**[D]**|**XXP**
824 |(% rowspan="2" %)DHTOS|Parameter 1|●|●|●|●|●|●|●|●|●|●|●
825 |Parameter 2| |●|●|●|●|●|●|●|●|●|●
826
827 **Features**
828
829 Convert the time data stored after the device number specified in (s) into seconds and store the conversion result in the device specified in (d).
830
831 (% style="text-align:center" %)
832 [[image:07-5 Basic instructions_html_f4be08508575ea01.png||height="99" width="550"]]
833
834 **Example**
835
836 When 35 hours, 10 minutes and 58 seconds are specified in (s)
837
838 (% style="text-align:center" %)
839 [[image:07-5 Basic instructions_html_5b9ad230ed5e1fd0.png||height="125" width="550"]]
840
841 **Error code**
842
843 |**Error code**|**Content**
844 |4085H|When reading the specified device range exceeds the corresponding device range
845 |4086H|When writing the specified device range exceeds the corresponding device range
846 |4084H|(((
847 When the calculation result is not in the range of 0 to 32767
848
849 When the value specified in (s)+1 and (s)+2 is not in the range of 0 to 59
850 )))
851
852 **Example**
853
854 (% style="text-align:center" %)
855 [[image:07-5 Basic instructions_html_ae8ab4379e8bdb91.png||height="45" width="263"]]
856
857 D0 time is set to 15:33:24
858
859 (% style="text-align:center" %)
860 [[image:07-5 Basic instructions_html_57a15d9e1045e93e.png||height="41" width="313"]]
861
862 The second of D10 after the M0 coil is turned on is
863
864 (% style="text-align:center" %)
865 [[image:07-5 Basic instructions_html_194e906b1dc12078.png||height="64" width="365"]]
866
867 **HOUR/Hour measuring 16-bit**
868
869 **HOUR(P)**
870
871 The time for the input contact to be ON is measured in units of one hour.C
872
873 -[HOUR (s) (d1) (d2)]
874
875 **Content, range and data type**
876
877 |**Parameter**|**Content**|**Range**|**Data type**|**Data type (label)**
878 |(s)|(((
879 The time when the alarm (d2) is turned ON
880
881 (set by one hour)
882 )))|K0 to K32767|Signed BIN 16 bit|ANY16
883 |(d1)|Device that stores the current value of measurement (specified data register for power failure retention)|-|Unsigned BIN 16 bit|(((
884 ANY16_ARRAY
885
886 (Number of elements: 2)
887 )))
888 |(d2)|Device that turns ON when the time limit expires (alarm output)|-|Bit|ANY_BOOL
889
890 **Device used**
891
892 |(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="17" %)**Devices**|(((
893 **Offset modification**
894 )))|(((
895 **Pulse extension**
896 )))
897 |**Y**|**M**|**S**|**SM**|**D.b**|**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**K**|**H**|**E**|**[D]**|**XXP**
898 |(% rowspan="3" %)HOUR|Parameter 1| | | | | |●|●|●|●|●|●|●|●|●|●|●| |●|●
899 |Parameter 2| | | | | | | | | | | |●|●|●| | | |●|●
900 |Parameter 3|●|●|●|●|●| | | | | | | | | | | | |●|●
901
902 **Features**
903
904 The input contact ON time is measured in units of 1 hour. When the cumulative ON time exceeds the time (BIN 16-bit data) specified in (s), the device specified in (d2) is turned on .
905
906 • In (s), set the time until the alarm (d2) turns ON in units of 1 hour.
907
908 • (d1) stores the current measured value in units of 1 hour.
909
910 • If the median value of (d1) exceeds 32767, it will be modified to 32767.
911
912 • (d1)+1 stores the current measured value (in units of 1 second) that is less than 1 hour.
913
914 • (d2) turns on when the current value (d1) exceeds the time specified in (s).
915
916 • In order to continue to use the current value data even after the power of the CPU module is turned off, specify the data register for power failure retention to (d1). If you use general-purpose data registers, the current value data will be cleared by powering off the CPU module and STOP→RUN operations.
917
918 • After the alarm output specified in (d2) turns ON, measurement will continue.
919
920 • The measurement stops when the current value reaches the 16-bit maximum. To continue the measurement, clear the current value of (d1) to (d1)+1.
921
922 ✎**Note:**
923
924 • The device specified in (d1) occupies 2 points. Be careful not to overlap with the device used for machine control.
925
926 • After the instruction stops running, the measurement stops and the output continues to be maintained.
927
928 **Error code**
929
930 |**Error code**|**Content**
931 |4085H|When reading the specified device range exceeds the corresponding device range
932 |4086H|When writing the specified device range exceeds the corresponding device range
933 |4084H|When the value of (s) is negative
934
935 **Example**
936
937 (% style="text-align:center" %)
938 [[image:07-5 Basic instructions_html_7570f8c392470a9f.png||height="45" width="320"]]
939
940 When M0 = ON, the duration of the state is accumulated, the time is recorded in D0, and the seconds less than 1 hour are recorded in D1. When the accumulated time of D0 reaches 98 hours, the Y0 output state is ON. When the timing conditions are met, after reaching the specified value (K98), the accumulated timing will continue and the reading will continue to increase; the current time value D0 reaches the maximum value of 32767 hours and D1 reaches 3599 seconds, the timing measurement will stop. The current time values D0 and D1 are cleared to 0.
941
942 == **DHOUR/Hour measuring 32 bits** ==
943
944 **DHOUR(P)**
945
946 The time for the input contact to be ON is measured in units of one hour.
947
948 -[DHOUR (s) (d1) (d2)]
949
950 **Content, range and data type**
951
952 |**Parameter**|**Content**|**Range**|**Data type**|**Data type (label)**
953 |(s)|(((
954 The time when the alarm (d2) is turned ON (set by one hour)
955 )))|0 to 2147483647|Signed BIN 32 bit|ANY32
956 |(d1)|Device that stores the current value of measurement (specified data register for power failure retention)|-|Unsigned BIN 32 bit|(((
957 ANY32_ARRAY
958
959 (Number of elements: 2)
960 )))
961 |(d2)|Device that turns ON when the time limit expires (alarm output)|-|Bit|ANY_BOOL
962
963 **Device used**
964
965 |(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="18" %)**Devices**|(((
966 **Offset modification**
967 )))|(((
968 **Pulse extension**
969 )))
970 |**Y**|**M**|**S**|**SM**|**D.b**|**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**LC**|**HSC**|**K**|**H**|**[D]**|**XXP**
971 |(% rowspan="3" %)DHOUR|Parameter 1| | | | | |●|●|●|●|●|●|●|●|●|●|●|●|●|●|●
972 |Parameter 2| | | | | | | | | | | |●|●|●| | | | |●|●
973 |Parameter 3|●|●|●|●|●| | | | | | | | | | | | | |●|●
974
975 **Features**
976
977 • The input contact ON time is measured in units of 1 hour. When the cumulative ON time exceeds the time (BIN 32-bit data) specified in (s), the device specified in (d2) is set to ON.
978
979 • In (s)+1, (s), set the time until the alarm (d2) turns ON in units of 1 hour.
980
981 • (D1)+1 and (d1) store the current value measured in units of 1 hour. ((d1)+1: high bit, (d1): low bit)
982
983 • If the median of (d1)+1 and (d1) exceeds 2147483647, it will be modified to 2147483647.
984
985 • (D1)+2 stores the current value (in units of 1 second) of the measurement that is less than 1 hour.
986
987 • (D2) turns on when the current value (d1)+1, (d1) exceeds the time specified in (s).
988
989 • In order to continue to use the current value data even after the power of the CPU module is turned off, specify the data register for power failure retention to (d1). If you use general-purpose data registers, the current value data will be cleared by powering off the CPU module and STOP→RUN operations.
990
991 • After the alarm output specified in (d2) turns on, the measurement will continue.
992
993 • The measurement stops when the current value reaches the 32-bit maximum. To continue the measurement, clear the current value of (d1) to (d1)+2.
994
995 ✎**Note:**
996
997 • The device specified in (d1) occupies 3 points. Be careful not to overlap with the device used for machine control.
998
999 • After the instruction stops running, the measurement stops and the output continues to be maintained.
1000
1001 **Error code**
1002
1003 |**Error code**|**Content**
1004 |4085H|When reading the specified device range exceeds the corresponding device range
1005 |4086H|When writing the specified device range exceeds the corresponding device range
1006 |4084H|When the value of (s) is negative
1007
1008 **Example**
1009
1010 (% style="text-align:center" %)
1011 [[image:07-5 Basic instructions_html_3f1ef5ecc835de30.png||height="43" width="448"]]
1012
1013 When M0=ON, the duration of this state is accumulated, the time is recorded in D1, D0, and the seconds less than 1 hour are recorded in D2. When the accumulated time of D1, D0 reaches 1000 hours, the Y0 output state is ON. When the timing conditions are met, after reaching the specified value (K1000), the accumulated timing will continue, and the reading will continue to increase; the current time values D1 and D0 reach the maximum value of 2147483647 hours, and when D2 reaches 3599 seconds, the timing measurement will stop and the timing should be restarted. The current time values D0, D1, and D2 must be cleared to 0.
1014
1015 == **STOH/16-bit data conversion of time data (second → hour, minute, second)** ==
1016
1017 **STOH(P)**
1018
1019 Convert the second 16-bit data stored in the device number specified in (s) into hour, minute, and second, and store the conversion result in the device specified in (d) and later.
1020
1021 -[STOH (s) (d)]
1022
1023 **Content, range and data type**
1024
1025 |**Parameter**|**Content**|**Range**|**Data type**|**Data type (label)**
1026 |(s)|The device start number that stores the clock data before conversion|0 to 32767|Signed BIN 16 bit|ANY16
1027 |(d)|The device start number that stores the converted clock data|-|Signed BIN 16 bit|(((
1028 ANY16_ARRAY (number of elements: 3)
1029 )))
1030
1031 **Device used**
1032
1033 |(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="9" %)**Devices**|(((
1034 **Offset modification**
1035 )))|(((
1036 **Pulse extension**
1037 )))
1038 |**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**[D]**|**XXP**
1039 |(% rowspan="2" %)STOH|Parameter 1|●|●|●|●|●|●|●|●|●|●|●
1040 |Parameter 2| |●|●|●|●|●|●|●|●|●|●
1041
1042 **Features**
1043
1044 Convert the second data stored after the device number specified in (s) into hour, minute, and second, and store the conversion result in the device specified in (d) and later.
1045
1046 (% style="text-align:center" %)
1047 [[image:07-5 Basic instructions_html_1f5f3f1d80af2a34.png||height="110" width="550"]]
1048
1049 **Example**
1050
1051 When 29,011 seconds are specified in (s)
1052
1053 (% style="text-align:center" %)
1054 [[image:07-5 Basic instructions_html_682516cbf773f515.png||height="163" width="550"]]
1055
1056 **Error code**
1057
1058 |**Error code**|**Content**
1059 |4085H|When reading the specified device range exceeds the corresponding device range
1060 |4086H|When writing the specified device range exceeds the corresponding device range
1061 |4084H|When the value of (s) exceeds the range
1062
1063 **Example**
1064
1065 (% style="text-align:center" %)
1066 [[image:07-5 Basic instructions_html_e783349d57adf7d2.png||height="47" width="350"]]
1067
1068 Set D0 seconds to 12537
1069
1070 The hour, minute and second of D10 after the M0 coil is turned on are
1071
1072 (% style="text-align:center" %)
1073 [[image:07-5 Basic instructions_html_d3c33949e8684891.png||height="52" width="645"]]
1074
1075 == **DSTOH/32-bit data conversion of time data (second → hour, minute, second)** ==
1076
1077 **DSTOH(P)**
1078
1079 Convert the second 32-bit data of second stored in the device number specified in (s) into hour, minute, and second, and store the conversion result in the device specified in (d) and later.
1080
1081 -[DSTOH (s) (d)]
1082
1083 **Content, range and data type**
1084
1085 |**Parameter**|**Content**|**Range**|**Data type**|**Data &nbsp;&nbsp;&nbsp;&nbsp;type (label)**
1086 |(s)|The device start number that stores the clock data before conversion|0 to 117964799|Signed BIN 32 bit|ANY32
1087 |(d)|The device start number that stores the converted clock data|-|Signed BIN 16 bit|(((
1088 ANY16_ARRAY (number of elements: 3)
1089 )))
1090
1091 **Device used**
1092
1093 |(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="9" %)**Devices**|(((
1094 **Offset modification**
1095 )))|(((
1096 **Pulse extension**
1097 )))
1098 |**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**[D]**|**XXP**
1099 |(% rowspan="2" %)DSTOH|Parameter 1|●|●|●|●|●|●|●|●|●|●|●
1100 |Parameter 2| |●|●|●|●|●|●|●|●|●|●
1101
1102 **Features**
1103
1104 Convert the second data stored after the device number specified in (s) into hour, minute, and second, and store the conversion result in the device specified in (d) and later.
1105
1106 (% style="text-align:center" %)
1107 [[image:07-5 Basic instructions_html_cbf13fc3d10fbe61.png||height="99" width="600"]]
1108
1109 **Example**
1110
1111 When 45,325 seconds is specified in (s)
1112
1113 (% style="text-align:center" %)
1114 [[image:07-5 Basic instructions_html_d6045506b13275a0.png||height="135" width="600"]]
1115
1116 **Error code**
1117
1118 |**Error code**|**Content**
1119 |4085H|When reading the specified device range exceeds the corresponding device range
1120 |4086H|When writing the specified device range exceeds the corresponding device range
1121 |4084H|When the value of (s) exceeds the range
1122
1123 **Example**
1124
1125 (% style="text-align:center" %)
1126 [[image:07-5 Basic instructions_html_e7dd49d953db6da4.png||height="39" width="316"]]
1127
1128 Set D0 seconds to 2152537
1129
1130 The hour, minute and second of D10 after the M0 coil is turned on are
1131
1132 (% style="text-align:center" %)
1133 [[image:07-5 Basic instructions_html_10d57bde1ac0a218.png||height="52" width="661"]]
1134
1135 == **TCMP/Clock data comparison** ==
1136
1137 **TCMP(P)**
1138
1139 Compare the comparison time specified in (s1), (s2), (s3) with the time data specified in (s4), and turn the bit device specified in (d) ON/OFF according to their size match.
1140
1141 -[TCMP (s1) (s2) (s3) (s4) (d)]
1142
1143 **Content, range and data type**
1144
1145 |**Parameter**|**Content**|**Range**|**Data type**|**Data type (label)**
1146 |(s1)|Specify the "hour" of the comparison base time.|0 to 23|Signed BIN 16 bit|ANY16
1147 |(s2)|Specify the "minute" of the comparison base time.|0 to 59|Signed BIN 16 bit|ANY16
1148 |(s3)|Specify the "second" of the comparison base time.|0 to 59|Signed BIN 16 bit|ANY16
1149 |(s4)|Specify the "hour" of the time data (hour, minute, second).|-|Signed BIN 16 bit|ANY16_ARRAY
1150 |(d)|The bit device is turned ON/OFF according to the comparison result.|-|Bit|ANYBIT_ARRAY
1151
1152 **Device used**
1153
1154 |(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="17" %)**Devices**|(((
1155 **Offset modification**
1156 )))|(((
1157 **Pulse extension**
1158 )))
1159 |**Y**|**M**|**S**|**SM**|**D.b**|**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**K**|**H**|**E**|**[D]**|**XXP**
1160 |(% rowspan="5" %)TCMP|Parameter 1| | | | | |●|●|●|●|●|●|●|●|●|●|●| |●|●
1161 |Parameter 2| | | | | |●|●|●|●|●|●|●|●|●|●|●| |●|●
1162 |Parameter 3| | | | | |●|●|●|●|●|●|●|●|●|●|●| |●|●
1163 |Parameter 4| | | | | | | | | |●|●|●|●|●| | | |●|●
1164 |Parameter 5|●|●|●|●|●| | | | | | | | | | | | |●|●
1165
1166 **Features**
1167
1168 Compare the time of the reference time (hour, minute, second) [(s1), (s2), (s3)] with the time data (hour, minute, second) [(s4), (s4)+1, (s4) +2] Compare the size and turn on/off the 3 points from (d) according to the result of the same size.
1169
1170 (% style="text-align:center" %)
1171 [[image:07-5 Basic instructions_html_5df7ad3057fada12.png||height="385" width="750"]]
1172
1173 ✎**Note:**
1174
1175 The device specified in (s4) and (d) occupies 3 points. Be careful not to overlap with the device used for machine control.
1176
1177 When using the clock data time (hour, minute, second) of the built-in real-time clock of the CPU module, use the TRD(P) instruction to read the value of the special register and assign the word device to each operand.
1178
1179 **Error code**
1180
1181 |**Error code**|**Content**
1182 |4085H|When reading the specified device range exceeds the corresponding device range
1183 |4086H|When writing the specified device range exceeds the corresponding device range
1184 |4084H|(((
1185 When the value specified in (s) and (s4) is not in the range of 0 to 23
1186
1187 When the value specified in (s2),(s3) (s4)+1 and (s4)+2 is not in the range of 0 to 59
1188 )))
1189
1190 **Example**
1191
1192 (% style="text-align:center" %)
1193 [[image:07-5 Basic instructions_html_fcc16317cf7c0700.png||height="68" width="359"]]
1194
1195 Set D10 to 1, D11 to 30, D12 to 0
1196
1197 When M0 is turned on, the time that D23 will come is 0:31:27
1198
1199 (% style="text-align:center" %)
1200 [[image:07-5 Basic instructions_html_de97dd7a612b2323.png||height="50" width="653"]]
1201
1202 M10 is turned ON
1203
1204 (% style="text-align:center" %)
1205 [[image:07-5 Basic instructions_html_56e2d606adc09fd.png||height="52" width="239"]]
1206
1207 == **TZCP/Clock data bandwidth comparison** ==
1208
1209 **TZCP(P)**
1210
1211 Compare the comparison time of the high and low points specified in (s1) and (s2) with the time data specified in (s3), and turn the bit device specified in (d) ON/OFF according to its size and bandwidth.
1212
1213 -[TZCP (s1) (s2) (s3) (d)]
1214
1215 **Content, range and data type**
1216
1217 |**Parameter**|**Content**|**Range**|**Data type**|**Data type (label)**
1218 |(s1)|Specify the "hour" of the lower limit time (hour, minute, second)|-|Signed BIN 16 bit|(((
1219 ANY16_ARRAY (number of elements: 3)
1220 )))
1221 |(s2)|Specify the "hour" of the lower limit time (hour, minute, second)|-|Signed BIN 16 bit|(((
1222 ANY16_ARRAY (number of elements: 3)
1223 )))
1224 |(s3)|Specify "hour" of time data (hour, minute, second)|-|Signed BIN 16 bit|(((
1225 ANY16_ARRAY (number of elements: 3)
1226 )))
1227 |(d)|The bit device is turned ON/OFF according to the comparison result.|-|Bit|(((
1228 ANY16_ARRAY (number of elements: 3)
1229 )))
1230
1231 **Device used**
1232
1233 |(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="10" %)**Devices**|**Offset modification**|(((
1234 **Pulse extension**
1235 )))
1236 |**Y**|**M**|**S**|**SM**|**D.b**|**T**|**C**|**D**|**R**|**SD**|**[D]**|**XXP**
1237 |(% rowspan="4" %)TZCP|Parameter 1| | | | | |●|●|●|●|●|●|●
1238 |Parameter 2| | | | | |●|●|●|●|●|●|●
1239 |Parameter 3| | | | | |●|●|●|●|●|●|●
1240 |Parameter 4|●|●|●|●|●| | | | | |●|●
1241
1242 **Features**
1243
1244 Compare the comparison time of the high and low points specified in (s1) and (s2) with the time data specified in (s3), and turn the bit device specified in (d) ON/OFF according to its size and bandwidth.
1245
1246 (% style="text-align:center" %)
1247 [[image:07-5 Basic instructions_html_844291270080313d.png||height="339" width="750"]]
1248
1249 ✎**Note:**
1250
1251 • The devices specified in (s1), (s2), (s3), (d) occupy 3 points. Be careful not to overlap with the device used for machine control.
1252
1253 • When using the clock data time (hour, minute, second) of the built-in real-time clock of the CPU module, use the TRD(P) instruction to read the value of the special register and assign the word device to each operand.
1254
1255 • When (s1)> (s2), two of (d), (d)+1, (d)+2 are ON/OFF.
1256
1257 **Error code**
1258
1259 |**Error code**|**Content**
1260 |4085H|When reading the specified device range exceeds the corresponding device range
1261 |4086H|When writing the specified device range exceeds the corresponding device range
1262 |4084H|(((
1263 When the value specified in (s1), (s2) and (s3) is not in the range of 0 to 23
1264
1265 When the value specified in (s1)+1, (s2)+1, (s3)+1, (s1)+2, (s2)+2 and (s3)+2 is not in the range of 0 to 59
1266 )))
1267
1268 **Example**
1269
1270 (% style="text-align:center" %)
1271 [[image:07-5 Basic instructions_html_30027a2387c26c2e.png||height="46" width="439"]]
1272
1273 Set D0 time to 16:30:00 and D10 time to 4:30:0
1274
1275 (% style="text-align:center" %)
1276 [[image:07-5 Basic instructions_html_c64e0faf2af172f8.png||height="49" width="626"]]
1277
1278 (% style="text-align:center" %)
1279 [[image:07-5 Basic instructions_html_66e3a2eadeb2ecbb.png||height="50" width="625"]]
1280
1281 After the coil is turned on, the reading time to D20 time is 8:30:00
1282
1283 (% style="text-align:center" %)
1284 [[image:07-5 Basic instructions_html_75c44dad07eaf80a.png||height="49" width="625"]]
1285
1286 M0/M12 is ON
1287
1288 (% style="text-align:center" %)
1289 [[image:07-5 Basic instructions_html_f512f36261705953.png||height="48" width="218"]]
1290
1291 = **Data control instructions** =
1292
1293 == **BAND/BIN 16-bit data dead zone control** ==
1294
1295 **BAND(P)**
1296
1297 The input value (BIN 16-bit value) specified in (s3) controls the output value stored in the device specified in (d) according to the upper and lower limits of the dead zone specified in (s1) and (s2).
1298
1299 -[BAND (s1) (s2) (S3) (d)]
1300
1301 **Content, range and data type**
1302
1303 |**Parameter**|**Content**|**Range**|**Data type**|**Data type (label)**
1304 |(s1)|Lower limit of dead zone (no output zone)|-32,768 to +32,767|Signed BIN 16 bit|ANY16_S
1305 |(s2)|Upper limit of dead zone (no output zone)|-32,768 to +32,767|Signed BIN 16 bit|ANY16_S
1306 |(S3)|Input value controlled by dead zone control|-32768 to +32,767|Signed BIN 16 bit|ANY16_S
1307 |(D)|The start number of the device that stores the output value controlled by the dead zone control|-|Signed BIN 16 bit|ANY16_S
1308
1309 **Device used**
1310
1311 |(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="11" %)**Devices**|(((
1312 **Offset modification**
1313 )))|(((
1314 **Pulse extension**
1315 )))
1316 |**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**K**|**H**|**[D]**|**XXP**
1317 |(% rowspan="4" %)BAND|Parameter 1|●|●|●|●|●|●|●|●|●|●|●|●|●
1318 |Parameter 2|●|●|●|●|●|●|●|●|●|●|●|●|●
1319 |Parameter 3|●|●|●|●|●|●|●|●|●| | |●|●
1320 |Parameter 4| |●|●|●|●|●|●|●|●| | |●|●
1321
1322 **Features**
1323
1324 The input value (BIN 16-bit value) specified in (s3) controls the output value stored in the device specified in (d) according to the upper and lower limits of the dead zone specified in (s1) and (s2). The output value is controlled as follows.
1325
1326 |**Condition**|**The value stored in the output value**
1327 |When dead zone low limit (s1)> input value (s3)|Input value (s3)-Dead zone low limit (s1)
1328 |When dead zone high limit (s1) <input value (s3)|Input value (s3)- Dead zone high limit (s2)
1329 |When dead zone low limit (s1) ≤ input value (s3) ≤ dead zone low limit (s2)|0
1330
1331 (((
1332 •When the output value stored in (d) is a signed BIN 16-bit value, and the operation result exceeds the range of -32768 to 32767, the situation is shown in the following example.
1333
1334 For example, when (s1) is 10 and (s3) is -32768,
1335
1336 the output value = -32768-10=8000H-000AH=7FFFH=32758.
1337
1338 (% style="text-align:center" %)
1339 [[image:07-5 Basic instructions_html_6850e21a76b813c0.png||height="295" width="550"]]
1340 )))
1341
1342 **Error code**
1343
1344 |**Error code**|**Content**
1345 |4085H|When the specified device range for reading exceeds the range of the corresponding device.
1346 |4086H|When the specified device range for writing exceeds the range of the corresponding device.
1347 |4084H|When the low limit specified in (s1) is greater than the high limit specified in (s2).
1348
1349 **Example**
1350
1351 (% style="text-align:center" %)
1352 [[image:07-5 Basic instructions_html_c0e65cfeed403ecf.png||height="49" width="450"]]
1353
1354 When X000 is ON, when D0<(-1,000), the value of ( D0)-(-1,000) is stored in (D1).
1355
1356 • When -1,000≦ D0≦1,000, 0 is stored in D1.
1357
1358 • When D0<1,000, the value of (D0)-1,000 is stored in D1.
1359
1360 == **DBAND/BIN 32-bit data dead zone control** ==
1361
1362 **DBAND(P)**
1363
1364 The input value (BIN 32-bit value) specified in (s3) controls the output value stored in the device specified in (d) according to the upper and lower limits of the dead zone specified in (s1) and (s2).
1365
1366 -[DBAND (s1) (s2) (S3) (d)]
1367
1368 **Content, range and data type**
1369
1370 |**Parameter**|**Content**|**Range**|**Data type**|**Data type (label)**
1371 |(s1)|Dead zone low limit (no output zone)|-2,147,483,648 to +2,147,483,647|Signed BIN 32 bit|ANY32_S
1372 |(s2)|Dead zone high limit (no output zone)|-2,147,483,648 to +2,147,483,647|Signed BIN 32 bit|ANY32_S
1373 |(S3)|Input value controlled by dead zone control|-2,147,483,648 to +2,147,483,647|Signed BIN 32 bit|ANY32_S
1374 |(d)|The start number of the device that stores the output value controlled by the dead zone control|-|Signed BIN 32 bit|ANY32_S
1375
1376 **Device used**
1377
1378 |(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="13" %)**Devices**|**Offset modification**|(((
1379 **Pulse extension**
1380 )))
1381 |**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**LC**|**HSC**|**K**|**H**|**[D]**|**XXP**
1382 |(% rowspan="4" %)DBAND|Parameter 1|●|●|●|●|●|●|●|●|●|●|●|●|●|●|●
1383 |Parameter 2|●|●|●|●|●|●|●|●|●|●|●|●|●|●|●
1384 |Parameter 3|●|●|●|●|●|●|●|●|●|●|●| | |●|●
1385 |Parameter 4| |●|●|●|●|●|●|●|●|●|●| | |●|●
1386
1387 **Features**
1388
1389 The input value (BIN 32-bit value) specified in (s3) controls the output value stored in the device specified in (d) according to the upper and lower limits of the dead zone specified in (s1) and (s2). The output value is controlled as follows.
1390
1391 |**Condition**|**The value stored in the output value**
1392 |When dead zone low limit ((s1), (s1)+1)> input value ((s3), (s3)+1)|Input value ((s3), (s3)+1)-dead zone low limit ((s1), (s1)+1)
1393 |When dead zone high limit ((s1), (s1)+1) <input value ((s3), (s3)+1)|Input value ((s3), (s3)+1)-dead zone high limit ((s2), (s2)+1)
1394 |When dead zone low limit ((s1), (s1)+1) ≤ input value ((s3), (s3)+1) ≤ dead zone high limit ((s2), (s2)+1)|0
1395
1396 (((
1397 • When the output value stored in (d) is a signed BIN 32-bit value, and the operation result exceeds the range of -2,147,483,648 to 2,147,483,647, the situation is as the following example. For example,** **When (s1) and (s1)+1 are 1000, (s3) and (s3)+1 are -2,147,483,648, then the output value=
1398
1399 -2,147,483,648-1000=80000000H-000003E8H=7FFFFC18H=2,147,482,648.
1400
1401 (% style="text-align:center" %)
1402 [[image:07-5 Basic instructions_html_e0144674dad3e8fd.png||height="243" width="550"]]
1403 )))
1404
1405 **Error code**
1406
1407 |**Error code**|**Content**
1408 |4085H|When the specified device range for reading exceeds the range of the corresponding device.
1409 |4086H|When the specified device range for writing exceeds the range of the corresponding device.
1410 |4084H|When the low limit specified in (s1) is greater than the high limit specified in (s2).
1411
1412 **Example**
1413
1414 (% style="text-align:center" %)
1415 [[image:07-5 Basic instructions_html_88f3fe0fb4841bab.png||height="42" width="453"]]
1416
1417 • When (D1, D0)<(-10,000), the value of (D1, D0)-(-10,000) is stored in (D11, D10).
1418
1419 • When -10,000≦(D1, D0)≦10,000, 0 is stored in (D11, D10).
1420
1421 • When 10,000< (D1, D0), the value of (D1, D0)-10,000 is stored in D1.
1422
1423 == **BINDA/BIN 16-bit data → Decimal ASCII conversion** ==
1424
1425 **BINDA(P)**
1426
1427 Convert the BIN 16-bit data specified in (s) and the value of each digit in decimal numbers into ASCII codes and store them after the device number specified in (d).
1428
1429 -[BINDA(s)(d)]
1430
1431 **Content, range and data type**
1432
1433 |**Parameter**|**Content**|**Range**|**Data type**|**Data type (label)**
1434 |(s)|BIN data for ASCII conversion|-32768 to +32767|Signed BIN 16 bit|ANY16_S
1435 |(d)|The start number of the device storing the conversion result|-|String|ANYSTRING_SINGLE
1436
1437 **Device used**
1438
1439 |(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="11" %)**Devices**|**Offset modification**|(((
1440 **Pulse extension**
1441 )))
1442 |**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**K**|**H**|**[D]**|**XXP**
1443 |(% rowspan="2" %)BINDA|Parameter 1|●|●|●|●|●|●|●|●|●|●|●|●|●
1444 |Parameter 2| | | | | | |●|●|●| | |●|●
1445
1446 **Features**
1447
1448 Convert the BIN 16-bit data specified in (s) and the value of each digit in decimal numbers into ASCII codes and store them after the device number specified in (d).
1449
1450 (((
1451 (% style="text-align:center" %)
1452 [[image:07-5 Basic instructions_html_57bda5f08026449d.png]]
1453
1454 ←Only store 0 when SM191 is OFF
1455 )))
1456
1457 For example, when -12,345 is specified in (s) (in the case of specifying signed)
1458
1459 (% style="text-align:center" %)
1460 [[image:07-5 Basic instructions_html_f346102467b9bef9.png||height="169" width="850"]]
1461
1462 The calculation result stored in (d) will be as below.
1463
1464 • In "Sign", 20H is stored when the BIN data is positive, and 2DH is stored when it is negative.
1465
1466 • In the 0 to the left of the effective digit, 20H is stored. (Suppress 0.) For example, in the case of "00325", "00" becomes 20H, and "325" becomes the effective digit.
1467
1468 • When storing data to the device specified in (d)+3, when SM191 (output character number switching signal) is OFF, 0 is stored, and it does not change when it is ON.
1469
1470 ✎**Note: **The number of occupied points of (d) is 3 when SM191 is ON, and it is 4 when SM191 is OFF.
1471
1472 **Error code**
1473
1474 |**Error code**|**Content**
1475 |4085H|The read address of (s) exceeds the device range.
1476 |4086H|The write address of (d) exceeds the device range.
1477
1478 **Example**
1479
1480 (% style="text-align:center" %)
1481 [[image:07-5 Basic instructions_html_c598806a42484ed.png||height="76" width="300"]]
1482
1483 (((
1484 When X000 is ON, convert the value of 16-bit data (BIN) D1000 into decimal ASCII code, and then use PR instruction to output the
1485
1486 converted ASCII code character by character to the program of Y040 to Y057.
1487
1488
1489 )))
1490
1491 == **DBINDA/BIN 32-bit data → Decimal ASCII conversion** ==
1492
1493 **DBINDA(P)**
1494
1495 Convert the BIN 32-bit data specified in (s) and the value of each bit in decimal numbers into ASCII codes and store them after the device number specified in (d).
1496
1497 -[DBINDA(s)(d)]
1498
1499 **Content, range and data type**
1500
1501 |**Parameter**|**Content**|**Range**|**Data type**|**Data type (label)**
1502 |(s)|BIN data for ASCII conversion|-2,147483648 to 2147483647|Signed BIN 32 bit|ANY32_S
1503 |(d)|The start number of the device storing the conversion result|-|String|ANYSTRING_SINGLE
1504
1505 **Device used**
1506
1507 |(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="13" %)**Devices**|(((
1508 **Offset modification**
1509 )))|(((
1510 **Pulse extension**
1511 )))
1512 |**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**LC**|**HSC**|**K**|**H**|**[D]**|**XXP**
1513 |(% rowspan="2" %)DBINDA|Parameter 1|●|●|●|●|●|●|●|●|●|●|●|●|●|●|●
1514 |Parameter 2| | | | | | |●|●|●| | | | |●|●
1515
1516 **Features**
1517
1518 Convert the BIN 32-bit data specified in (s) and the value of each bit when expressed in decimal numbers into ASCII codes, and store them after the device number specified in (d).
1519
1520 For example, when -12345678 is specified in (s). (in the case of specifying signed)
1521
1522 (% style="text-align:center" %)
1523 [[image:07-5 Basic instructions_html_4d939462838cf09b.gif]]
1524
1525 The calculation result stored in (d) will be as below.
1526
1527 • In "Sign", 20H is stored when the BIN data is positive, and 2DH is stored when it is negative.
1528
1529 • 20H is stored at 0 to the left of the effective number of digits. (Suppress 0.) For example, in the case of "0012034560", "00" becomes 20H, and "12034560" becomes effective digits.
1530
1531 • For the data stored in the upper 8 bits of the device specified in (d)+5, 0 will be stored when SM191 (output character switching signal) is OFF, and 20H will be stored when it is ON.
1532
1533 ✎**Note: **(d) Occupies 6 points.
1534
1535 **Error code**
1536
1537 |**Error code**|**Content**
1538 |4085H|(s) read address exceeds the device range
1539 |4086H|(d) write address exceeds the device range
1540
1541 **Example**
1542
1543 (% style="text-align:center" %)
1544 [[image:07-5 Basic instructions_html_ec8ac32d748a991c.png||height="59" width="300"]]
1545
1546 When X000 is ON, convert the value of 32-bit data (BIN) D1000 into decimal ASCII code, and then use PR (FNC 77) instruction to output the converted ASCII code character by character to the program in Y040 to Y051 in time and time division.
1547
1548 == **DABIN/Decimal ASCII → BIN conversion** ==
1549
1550 **DABIN(P)**
1551
1552 Digital ASCII code (30H to 39H) is a instruction to convert real data into BIN data.
1553
1554 -[DABIN (s) (d)]
1555
1556 **Content, range and data type**
1557
1558 |**Parameter**|**Content**|**Range**|**Data type**|**Data type (label)**
1559 |(s)|The start number of the device that stores the data (ASCII code) to be converted into a BIN value|-|String|ANYSTRING_SINGLE
1560 |(d)|The device number for storing conversion result|-|BIN16 bit|ANY16_S
1561
1562 **Device used**
1563
1564 |(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="8" %)**Devices**|**Offset modification**|(((
1565 **Pulse extension**
1566 )))
1567 |**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**[D]**|**XXP**
1568 |(% rowspan="2" %)DABIN|Parameter 1| | | | | |●|●|●|●|●
1569 |Parameter 2|●|●|●|●|●|●|●|●|●|●
1570
1571 **Features**
1572
1573 The decimal ASCII data stored after the device number specified in (s) is converted into BIN 16-bit data and stored in the device specified in (d).
1574
1575 (% style="text-align:center" %)
1576 [[image:07-5 Basic instructions_html_22c5cb32a0a32214.png||height="273" width="750"]]
1577
1578 |**ASCII S**|**ASCII 10^^0^^**|**ASCII 10^^1^^**|**ASCII 10^^2^^**|**ASCII 10^^3^^**|**ASCII 10^^4^^**
1579 |**ASCII code**|(((
1580 Units of
1581
1582 ASCII code
1583 )))|(((
1584 Tens of
1585
1586 ASCII code
1587 )))|(((
1588 Hundreds of
1589
1590 ASCII code
1591 )))|(((
1592 Thousands of
1593
1594 ASCII code
1595 )))|(((
1596 Ten thousands
1597
1598 of ASCII code
1599 )))
1600
1601 For example, When -25,108 is specified in (s)
1602
1603 (% style="text-align:center" %)
1604 [[image:07-5 Basic instructions_html_10fb2792e37dbf23.png||height="123" width="750"]]
1605
1606 • The ASCII data specified in (s) to (s)+2 is within the range of -32,768 to +32,767.
1607
1608 • In “Sign”, set 20H when the converted data is positive, and set 2DH when it is negative. (When other than 20H or 2DH is set, it will be treated as positive data. (DABIN(P))
1609
1610 • The range of the ASCII code set in each digit is 30H to 39H.
1611
1612 • When the ASCII code set in each bit is 20H or 00H, it will be treated as 30H.
1613
1614 **Error code**
1615
1616 |**Error code**|**Content**
1617 |4084H|(((
1618 When the Sign data exceeds the range of 30H to 39H, 20H, 00H, 2DH;
1619
1620 When the ASCII code of each bit specified in (s) to (s)+2 exceeds the range of 30H to 39H, 20H, 00H;
1621
1622 When the ASCII data specified in (s) to (s)+2 is other than -32,768 to +32,767.
1623 )))
1624 |4085H|The read address of (s) exceeds the device range.
1625 |4086H|The write address of (d) exceeds the device range.
1626
1627
1628 (((
1629 When X000 is ON, the Signs set in D20 to D22 and the ASCII code data of 5-digit decimal numbers are converted into BIN values, and then stored in the program of D0.
1630
1631 **Example**
1632 )))
1633
1634 (% style="text-align:center" %)
1635 [[image:07-5 Basic instructions_html_bec2bea131b58c03.png||height="55" width="300"]]
1636
1637 == **DDABIN/Decimal ASCII → BIN32-bit data conversion** ==
1638
1639 **DDABIN(P)**
1640
1641 The decimal ASCII data stored after the device number specified in (s) is converted into BIN 32-bit data and stored in the device number specified in (d).
1642
1643 -[DDABIN (s) (d) ]
1644
1645 **Content, range and data type**
1646
1647 |**Parameter**|**Content**|**Range**|**Data type**|**Data type (label)**
1648 |(s)|The start number of the device that stores data (ASCII code) to be converted into a BIN value|-|String|ANYSTRING_SINGLE
1649 |(d)|The device number for storing conversion result|-|Signed BIN 32 bit|ANY32_S
1650
1651 **Device used**
1652
1653 |(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="10" %)**Devices**|**Offset modification**|(((
1654 **Pulse extension**
1655 )))
1656 |**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**LC**|**HSC**|**[D]**|**XXP**
1657 |(% rowspan="2" %)DDABIN|Parameter 1| | | | | |●|●|●| | |●|●
1658 |Parameter 2|●|●|●|●|●|●|●|●|●|●|●|●
1659
1660 **Features**
1661
1662 The decimal ASCII data stored after the device number specified in (s) is converted into BIN 32-bit data and stored in the device specified in (d).
1663
1664 (% style="text-align:center" %)
1665 [[image:07-5 Basic instructions_html_c444110b273f33b7.gif||height="193" width="800"]]
1666
1667 |**ASCII S**|**ASCII code**|**ASCII S**|**ASCII code**
1668 |ASCII 10^^0^^|Units of ASCII code|ASCII 10^^5^^|Hundred thousands of ASCII code
1669 |ASCII 10^^1^^|Tens of ASCII code|ASCII 10^^6^^|Millions of ASCII code
1670 |ASCII 10^^2^^|Hundreds of ASCII code|ASCII 10^^7^^|Ten millions of ASCII code
1671 |ASCII 10^^3^^|Thousands of ASCII code|ASCII 10^^8^^|Hundred millions of ASCII code
1672 |ASCII 10^^4^^|Tens thousands of ASCII code|ASCII 10^^9^^|billions of ASCII code
1673
1674 When -1234543210 is specified in (s) (When signed is specified)
1675
1676 (% style="text-align:center" %)
1677 [[image:07-5 Basic instructions_html_1b4c7e1c663a4399.png||height="230" width="800"]]
1678
1679 • The ASCII data specified in (s) to (s)+5 is within the range of -2,147,483,648 to +2,147,483,647. In addition, the data stored in the high byte of (s)+5 will be ignored.
1680
1681 • In the Sign data, set 20H when the converted data is positive, and set 2DH when it is negative. (When other than 20H or 2DH is set, it will be treated as positive data. (DABIN(P))
1682
1683 • The range of ASCII code set in each digit is 30H to 39H.
1684
1685 • When the ASCII code set in each bit is 20H or 00H, it will be treated as 30H.
1686
1687 **Error code**
1688
1689 |**Error code**|**Content**
1690 |4084H|(((
1691 When the Sign data exceeds the range of 30H to 39H, 20H, 00H and 2DH;
1692
1693 When the ASCII code of each bit specified in (s) to (s)+5 exceeds the range of 30H to 39H, 20H and 00H;
1694
1695 When the ASCII data specified in (s) to (s)+5 exceeds the range of -2,147,483,648 to +2,147,483,647
1696 )))
1697 |4085H|The read address of (s) exceeds the device range.
1698 |4086H|The write address of (d) exceeds the device range.
1699
1700 **Example**
1701
1702 (% style="text-align:center" %)
1703 [[image:07-5 Basic instructions_html_feea438c943ea9dd.png||height="34" width="300"]]
1704
1705 When X000 is ON, the Signs set in to D20 to D25 and the ASCII code data of 10-digit decimal numbers are converted into BIN values and then saved to the program in D0 to D1.
1706
1707 == **LIMIT/ BIN 16-bit data high and low limit control** ==
1708
1709 **LIMIT(P)**
1710
1711 The input value (BIN 16-bit value) specified in (s3) controls the output value stored in the device specified in (d) according to the upper and lower limit value ranges specified in (s1) and (s2).
1712
1713 -[LIMIT (s1) (s2) (s3) (d)]
1714
1715 **Content, range and data type**
1716
1717 |**Parameter**|**Content**|**Range**|**Data type**|**Data type (label)**
1718 |s1|Low limit value (minimum output limit value)|-32,768 to 32,767|BIN16 bit|ANY16_S
1719 |s2|High limit value (maximum output limit value)|-32,768 to 32,767|BIN16 bit|ANY16_S
1720 |s3|Input value controlled by high and low limit control|-32,768 to 32,767|BIN16 bit|ANY16_S
1721 |d|The start number of device that stores the output value controlled by high and low limit control|-|BIN16 bit|ANY16_S
1722
1723 **Device used**
1724
1725 |(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="11" %)**Devices**|**Offset modification**|(((
1726 **Pulse extension**
1727 )))
1728 |**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**K**|**H**|**[D]**|**XXP**
1729 |(% rowspan="4" %)LIMIT|Parameter 1|●|●|●|●|●|●|●|●|●|●|●|●|●
1730 |Parameter 2|●|●|●|●|●|●|●|●|●|●|●|●|●
1731 |Parameter 3|●|●|●|●|●|●|●|●|●| | |●|●
1732 |Parameter 4| |●|●|●|●|●|●|●|●| | |●|●
1733
1734 **Features**
1735
1736 The input value (BIN 16-bit value) specified in (s3) controls the output value stored in the device specified in (d) according to the high and low limit value ranges specified in (s1) and (s2). The output value is controlled as follows.
1737
1738 |**Condition**|**The value stored in the output value**
1739 |Low limit value (s1)>input value (s3)|Low limit value (s1)
1740 |High limit value (s1) <input value (s3)|High limit value (s2)
1741 |Low limit value (s1) ≤ input value (s3) ≤ high limit value (s2)|Input value (s3)
1742
1743 (((
1744 • Only in the case of controlling high limit value, set the minimum value of data range in the low limit value specified in (s1).
1745
1746 • Only in the case of controlling low limit value, set the maximum value of data range in the high limit value specified in (s2).
1747
1748 (% style="text-align:center" %)
1749 [[image:07-5 Basic instructions_html_50eb5229b027aa14.png||height="297" width="550"]]
1750 )))
1751
1752 **Error code**
1753
1754 |**Error code**|**Content**
1755 |4085H|The read address exceeds the device range
1756 |4086H|The write address exceeds the device range
1757 |4084H|High limit <low limit
1758
1759 **Example**
1760
1761 (% style="text-align:center" %)
1762 [[image:07-5 Basic instructions_html_d67a2e740d4fc738.png]]
1763
1764 When X000 is ON
1765
1766 • When D0 <500, D1 is 500.
1767
1768 • When 500 ≤ D0 ≤ 5,000, D1 is the value of D0.
1769
1770 • When 5,000 <D0, D1 is 5,000.
1771
1772 == **DLIMIT/BIN 32-bit data high and low limit control** ==
1773
1774 **DLIMIT(P)**
1775
1776 The input value (BIN 32-bit value) specified in (s3) controls the output value stored in the device specified in (d) according to the range of high and low limit values specified in (s1) and (s2).
1777
1778 -[DLIMIT (s1) (s2) (s3) (d)]
1779
1780 **Content, range and data type**
1781
1782 |**Parameter**|**Content**|**Range**|**Data type**|**Data type (label)**
1783 |s1|Low limit value (minimum output limit value)|-2,147,483,648 to 2,147,483,647|BIN32 bit|ANY32_S
1784 |s2|High limit value (maximum output limit value)|-2,147,483,648 to 2,147,483,647|BIN32 bit|ANY32_S
1785 |s3|Input value controlled by high and low limit control|-2,147,483,648 to 2,147,483,647|BIN32 bit|ANY32_S
1786 |d|The start number of the device that stores the output value controlled by high and low limit control|-|BIN32 bit|ANY32_S
1787
1788 **Device used**
1789
1790 |(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="13" %)**Devices**|**Offset modification**|(((
1791 **Pulse extension**
1792 )))
1793 |**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**LC**|**HSC**|**K**|**H**|**[D]**|**XXP**
1794 |(% rowspan="4" %)DLIMIT|Parameter 1|●|●|●|●|●|●|●|●|●|●|●|●|●|●|●
1795 |Parameter 2|●|●|●|●|●|●|●|●|●|●|●|●|●|●|●
1796 |Parameter 3|●|●|●|●|●|●|●|●|●|●|●| | |●|●
1797 |Parameter 4| |●|●|●|●|●|●|●|●|●|●| | |●|●
1798
1799 **Features**
1800
1801 The input value (BIN 32-bit value) specified in (s3) controls the output value stored in the device specified in (d) according to the range of high and low limit values specified in (s1) and (s2). The output value is controlled as follows.
1802
1803 |**Condition**|**The value stored in the output value**
1804 |Low limit value ((s1), (s1)+1)> input value ((s3), (s3)+1)|Low limit value ((s1), (s1)+1)
1805 |High limit value ((s2), (s2)+1) <input value ((s3), (s3)+1)|High limit value ((s2), (s2)+1)
1806 |Low limit value ((s1), (s1)+1) ≤ input value ((s3), (s3)+1) ≤ high limit value ((s2), (s2)+1)|Input value ((s3), (s3)+1)
1807
1808 • Only in the case of controlling high limit value, set the minimum value of data range in the low limit value specified in (s1).
1809
1810 • Only in the case of controlling low limit value, set the maximum value of data range in the high limit value specified in (s2).
1811
1812 **Error code**
1813
1814 |**Error code**|**Content**
1815 |4085H|The read address exceeds the device range
1816 |4086H|The write address exceeds the device range
1817 |4084H|High limit <low limit
1818
1819 **Example**
1820
1821 (% style="text-align:center" %)
1822 [[image:07-5 Basic instructions_html_217355b90f4b4e16.png||height="53" width="400"]]
1823
1824 Operation:
1825
1826 • When (D1, D0) <10,000, (D11, D10) is 10,000.
1827
1828 • When 10,000 ≤ (D1, D0) ≤ 1,000,000, (D11, D10) is the value of (D1, D0).
1829
1830 • When 1,000,000 <(D1, D0), (D11, D10) is 1,000,000.
1831
1832 == **SCL/BIN 16-bit unit scale (coordinate data of each point)** ==
1833
1834 **SCL(P)**
1835
1836 The scaling conversion data (16-bit data unit) specified in (s2) is scaled from the input value specified in (s1), and the calculation result is stored in the device specified in (d).
1837
1838 -[SCL (s1) (s2) (d)]
1839
1840 **Content, range and data type**
1841
1842 |**Parameter**|**Content**|**Range**|**Data type**|**Data type (label)**
1843 |(s1)|The input value for scaling or the start number of device storing the input value|-32,768 to 32,767|Signed BIN 16 bit|ANY16_S
1844 |(s2)|The start number of the device storing conversion data for scaling|-|Signed BIN 16 bit|ANY16_S
1845 |(d)|The start number of the device that stores the output value controlled by scaling|-|Signed BIN 16 bit|ANY16_S
1846
1847 **Device used**
1848
1849 |(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="11" %)**Devices**|**Offset modification**|(((
1850 **Pulse extension**
1851 )))
1852 |**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**K**|**H**|**[D]**|**XXP**
1853 |(% rowspan="3" %)SCL|Parameter 1|●|●|●|●|●|●|●|●|●|●|●|●|●
1854 |Parameter 2| | | | | | |●|●|●| | |●|●
1855 |Parameter 3| |●|●|●|●|●|●|●|●| | |●|●
1856
1857 **Features**
1858
1859 For the scale conversion data (16-bit data unit) specified in (s2), scale by the input value specified in (s1), and store the operation result in the device specified in (d). Scale conversion is performed based on the scale conversion data stored after the device specified in (s2).
1860
1861 |(% colspan="2" %)**Setting items (n represents the number of coordinate points specified in (s2))**|**Device allocation**
1862 |(% colspan="2" %)Coordinate points|(s2)
1863 |(% rowspan="2" %)Point 1|X coordinate|(s2)+1
1864 |Y coordinate|(s2)+2
1865 |(% rowspan="2" %)Point 2|X coordinate|(s2)+3
1866 |Y coordinate|(s2)+4
1867 |(% colspan="3" %)........
1868 |(% rowspan="2" %)Point n|X coordinate|(s2)+2n-1
1869 |Y coordinate|(s2)+2n
1870
1871 (% style="text-align:center" %)
1872 [[image:07-5 Basic instructions_html_80185ccddb878234.png||height="422" width="750"]]
1873
1874 • If the operation result is not an integer value, round the first digit below the decimal point.
1875
1876 • The X coordinate data of the conversion data for scaling should be set in ascending order.
1877
1878 • (s1) should be set within the range of conversion data for scaling (device value of (s2)).
1879
1880 • If the same X coordinate is specified for multiple points, the Y coordinate value of the second point will be output.
1881
1882 • Set the number of coordinate points of the conversion data for scaling within the range of 1 to 32,767.
1883
1884 • Setting example of conversion table for scaling.
1885
1886 In the case of scaling conversion characteristics as shown in the figure below, set it as the following data sheet.
1887
1888 (% style="text-align:center" %)
1889 [[image:07-5 Basic instructions_html_74fd22d845ad450e.png||height="210" width="750"]]
1890
1891 |(% colspan="2" rowspan="2" %)(((
1892 **Set items**
1893 )))|(% colspan="3" %)**Sett device and content**|(% rowspan="2" %)**Remarks**
1894 |(% colspan="2" %)**When R0 is specified in (s2)**|**Set content**
1895 |(% colspan="2" %)Coordinate points|(s2)|R0|K10|
1896 |(% rowspan="2" %)Point 1|X coordinate|(s2)+1|R1|K5|
1897 |Y coordinate|(s2)+2|R2|K20|
1898 |(% rowspan="2" %)Point 2|X coordinate|(s2)+3|R3|K30|
1899 |Y coordinate|(s2)+4|R4|K50|
1900 |(% rowspan="2" %)Point 3|X coordinate|(s2)+5|R5|K100|
1901 |Y coordinate|(s2)+6|R6|K200|
1902 |(% rowspan="2" %)Point 4|X coordinate|(s2)+7|R7|K25|(% rowspan="6" %)(((
1903 If the coordinates are specified by 3 points, the intermediate value could be the output value.
1904
1905 In this example, the output value (median value) is specified by the Y coordinate of point 5.
1906
1907 When the X coordinate is the same at 3 points or more, the value of the 2nd point is also output.
1908 )))
1909 |Y coordinate|(s2)+8|R8|K200
1910 |(% rowspan="2" %)Point 5|X coordinate|(s2)+9|R9|K70
1911 |Y coordinate|(s2)+10|R10|K200
1912 |(% rowspan="2" %)Point 6|X coordinate|(s2)+11|R11|K250
1913 |Y coordinate|(s2)+12|R12|K250
1914 |(% rowspan="2" %)Point 7|X coordinate|(s2)+13|R13|K250|
1915 |Y coordinate|(s2)+14|R14|K90|
1916 |(% rowspan="2" %)Point 8|X coordinate|(s2)+15|R15|K350|(% rowspan="4" %)(((
1917 If the coordinates are specified by two points, the output value is the value of the Y coordinate of the next point.
1918
1919 In this example, the output value is specified by the Y coordinate of point 9.
1920 )))
1921 |Y coordinate|(s2)+16|R16|K90
1922 |(% rowspan="2" %)Point 9|X coordinate|(s2)+17|R17|K350
1923 |Y coordinate|(s2)+18|R18|K30
1924 |(% rowspan="2" %)Point 10|X coordinate|(s2)+19|R19|K400|
1925 |Y coordinate|(s2)+20|R20|K7|
1926
1927 **Error code**
1928
1929 |**Error code**|**Content**
1930 |4085H|When the specified device range for reading exceeds the range of the corresponding device.
1931 |4086H|When the specified device range for writing exceeds the range of the corresponding device.
1932 |4084H|(((
1933 When the Xn data of data table is not sorted in ascending order. However, the instruction will be executed until the position where the error occurs;
1934
1935 When the input value specified in (s1) exceeds the range of the set scale conversion data;
1936
1937 When the number of start coordinate points of device (s2) is less than 0.
1938 )))
1939
1940 **Example**
1941
1942 (% style="text-align:center" %)
1943 [[image:07-5 Basic instructions_html_5519d7b41f15b6d6.png]]
1944
1945 [[image:07-5 Basic instructions_html_ace075fb7675de8e.gif]] When -100 ≤ D0(X) < 0, D100(Y)=
1946
1947 [[image:07-5 Basic instructions_html_9acd6306c6d91847.gif]] when D0(X)=0, D100(Y)=0;
1948
1949 when 0< D0(X) ≤ 100, D100(Y)=
1950
1951 (% style="text-align:center" %)
1952 [[image:07-5 Basic instructions_html_e35e13160c08a133.png||height="362" width="550"]]
1953
1954 == **DSCL/32-bit unit scale (coordinate data of each point)** ==
1955
1956 **DSCL(P)**
1957
1958 The conversion data (32-bit data unit) for scaling specified in (s2) is scaled by the input value specified in (s1), and the operation result is stored in the device specified in (d).
1959
1960 -[DSCL (s1) (s2) (d)]
1961
1962 **Content, range and data type**
1963
1964 |**Parameter**|**Content**|**Range**|**Data type**|**Data type (label)**
1965 |(s1)|The input value for scaling or the start number of the device storing the input value|-2,147,483,648 to 2,147,483,647|Signed BIN 32 bit|ANY32_S
1966 |(s2)|The start number of the device storing conversion data for scaling|-|Signed BIN 32 bit|ANY32_S
1967 |(d)|The start number of the device that stores the output value controlled by scaling|-|Signed BIN 32 bit|ANY32_S
1968
1969 **Device used**
1970
1971 |(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="13" %)**Device**|**Offset modification**|(((
1972 **Pulse extension**
1973 )))
1974 |**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**LC**|**HSC**|**K**|**H**|**[D]**|**XXP**
1975 |(% rowspan="3" %)DSCL|Parameter 1|●|●|●|●|●|●|●|●|●|●|●|●|●|●|●
1976 |Parameter 2| | | | | | |●|●|●| | | | |●|●
1977 |Parameter 3| |●|●|●|●|●|●|●|●|●|●| | |●|●
1978
1979 **Features**
1980
1981 The conversion data (32-bit data unit) for scaling specified in (s2) is scaled by the input value specified in (s1), and the operation result is stored in the device number specified in (d). The scale conversion is performed based on the scale conversion data stored after the device specified in (s2).
1982
1983 |(% colspan="2" %)**Set items (n represents the number of coordinate points specified in (s2))**|**Device allocation**
1984 |(% colspan="2" %)Coordinate points|(s2)+1, (s2)
1985 |(% rowspan="2" %)Point 1|X coordinate|(s2)+3, (s2)+2
1986 |Y coordinate|(s2)+5, (s2)+4
1987 |(% rowspan="2" %)Point 2|X coordinate|(s2)+7, (s2)+6
1988 |Y coordinate|(s2)+9, (s2)+8
1989 |(% colspan="3" %)........
1990 |(% rowspan="2" %)Point n|X coordinate|(s2)+4n-1, (s2)+4n-2
1991 |Y coordinate|(s2)+4n+1, (s2)+4n
1992
1993 (% style="text-align:center" %)
1994 [[image:07-5 Basic instructions_html_6633ca18cee1218c.png||height="379" width="750"]]
1995
1996 • If the calculation result is not an integer value, round the first digit below the decimal point.
1997
1998 • The X coordinate data of the conversion data for scaling should be set in ascending order.
1999
2000 • For (s1), set within the range of the conversion data for scaling ((s2), (s2) + 1 device value).
2001
2002 • If the same X coordinate is specified for multiple points, the Y coordinate value of the second point will be output.
2003
2004 • Set the number of coordinate points of conversion data for scaling within the range of 1 to 2,147,483,647.
2005
2006 • Setting example of conversion table for scaling.
2007
2008 In the case of scaling conversion characteristics as shown in the figure below, set it as the following data sheet.
2009
2010 (% style="text-align:center" %)
2011 [[image:07-5 Basic instructions_html_74fd22d845ad450e.png||height="210" width="750"]]
2012
2013 |(% colspan="2" rowspan="2" %)**Set items**|(% colspan="3" %)**Set device and content**|(% rowspan="2" %)**Remarks**
2014 |(% colspan="2" %)**When R0 is specified in (s2)**|**Set content**
2015 |(% colspan="2" %)Coordinate points|(s2)+1, (s2)|R1, R0|K10|
2016 |(% rowspan="2" %)Point 1|X coordinate|(s2)+3, (s2)+2|R3, R2|K5|
2017 |Y coordinate|(s2)+5, (s2)+4|R5, R4|K7|
2018 |(% rowspan="2" %)Point 2|X coordinate|(s2)+7, (s2)+6|R7, R6|K20|
2019 |Y coordinate|(s2)+9, (s2)+8|R9, R8|K30|
2020 |(% rowspan="2" %)Point 3|X coordinate|(s2)+11, (s2)+10|R10, R11|K50|
2021 |Y coordinate|(s2)+13, (s2)+12|R13, R12|K100|
2022 |(% rowspan="2" %)Point 4|X coordinate|(s2)+15, (s2)+14|R15, R14|K200|(% rowspan="6" %)(((
2023 if the coordinates are specified by 3 points, the intermediate value could be the output value.
2024
2025 In this example, the output value (median value) is specified by the Y coordinate of point 5.
2026
2027 When the X coordinate is the same at 3 points or more, the value of the 2nd point is also output.
2028 )))
2029 |Y coordinate|(s2)+17, (s2)+16|R17, R16|K25
2030 |(% rowspan="2" %)Point 5|X coordinate|(s2)+19, (s2)+18|R19, R18|K200
2031 |Y coordinate|(s2)+21, (s2)+20|R21, R20|K70
2032 |(% rowspan="2" %)Point 6|X coordinate|(s2)+23, (s2)+22|R23, R22|K200
2033 |Y coordinate|(s2)+25, (s2)+24|R25, R24|K250
2034 |(% rowspan="2" %)Point 7|X coordinate|(s2)+27, (s2)+26|R27, R26|K250|
2035 |Y coordinate|(s2)+29, (s2)+28|R29, R28|K90|
2036 |(% rowspan="2" %)Point 8|X coordinate|(s2)+31, (s2)+30|R31, R30|K350|(% rowspan="4" %)(((
2037 If the coordinates are specified by two points, the output value is the value of the Y coordinate of the next point.
2038
2039 In this example, the output value is specified by the Y coordinate of point 9.
2040 )))
2041 |Y coordinate|(s2)+33, (s2)+32|R33, R32|K90
2042 |(% rowspan="2" %)Point 9|X coordinate|(s2)+35, (s2)+34|R35, R34|K350
2043 |Y coordinate|(s2)+37, (s2)+36|R37, R36|K30
2044 |(% rowspan="2" %)Point 10|X coordinate|(s2)+39, (s2)+38|R39, R38|K400|
2045 |Y coordinate|(s2)+41, (s2)+40|R41, R40|K7|
2046
2047 **Error code**
2048
2049 |**Error code**|**Content**
2050 |4085H|When the specified device range for reading exceeds the range of the corresponding device.
2051 |4086H|When the specified device range for writing exceeds the range of the corresponding device.
2052 |4084H|(((
2053 When the Xn data of data table is not sorted in ascending order. However, the instruction will be executed until the position where the error occurs;
2054
2055 When the input value specified in (s1) exceeds the range of the set scale conversion data;
2056
2057 When the number of start coordinate points of device (s2) is less than 0.
2058 )))
2059
2060 **Example**
2061
2062 (% style="text-align:center" %)
2063 [[image:07-5 Basic instructions_html_ba95b2d50d8d1d3e.png||height="272" width="404"]]
2064
2065 [[image:07-5 Basic instructions_html_1de79c7d87d51f78.gif]] When -100 ≤ D0(X) < 0, D100(Y)=
2066
2067 [[image:07-5 Basic instructions_html_9acd6306c6d91847.gif]] When D0(X)=0, D100(Y)=0;
2068
2069 When 0 < D0(X) ≤ 100, D100(Y)=
2070
2071 (% style="text-align:center" %)
2072 [[image:07-5 Basic instructions_html_a5b19d1af74a9620.png||height="351" width="550"]]
2073
2074 == **SCL2/BIN 16-bit unit scale (X/Y coordinate data)** ==
2075
2076 **SCL2(P)**
2077
2078 The conversion data (16-bit data unit) for scaling specified in (s2) is scaled by the input value specified in (s1), and the operation result is stored in the device specified in (d).
2079
2080 -[SCL2 (s1) (s2) (d)]
2081
2082 **Content, range and data type**
2083
2084 |**Parameter**|**Content**|**Range**|**Data type**|**Data type (label)**
2085 |(s1)|The input value for scaling or the start number of the device storing the input value|-32,768 to 32,767|Signed BIN 16 bit|ANY16_S
2086 |(s2)|The start number of the device storing conversion data for scaling|-|Signed BIN 16 bit|ANY16_S
2087 |(d)|The start number of the device that stores the output value controlled by scaling|-|Signed BIN 16 bit|ANY16_S
2088
2089 **Device used**
2090
2091 |(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="11" %)**Devices**|**Offset modification**|(((
2092 **Pulse extension**
2093 )))
2094 |**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**K**|**H**|**[D]**|**XXP**
2095 |(% rowspan="3" %)SCL2|Parameter 1|●|●|●|●|●|●|●|●|●|●|●|●|●
2096 |Parameter 2| | | | | | |●|●|●| | |●|●
2097 |Parameter 3| |●|●|●|●|●|●|●|●| | |●|●
2098
2099 **Features**
2100
2101 The conversion data (16-bit data unit) for scaling specified in (s2) is scaled by the input value specified in (s1), and the operation result is stored in the device number specified in (d). The scale conversion is performed based on the scale conversion data stored after the device specified in (s2).
2102
2103 |(% colspan="2" %)**Set items (n represents the number of coordinate points specified in (s2))**|**Device allocation**
2104 |(% colspan="2" %)Coordinate points|(s2)
2105 |(% rowspan="4" %)X coordinate|Point 1|(s2)+1
2106 |Point 2|(s2)+2
2107 |.....|......
2108 |Point N|(s2)+N
2109 |(% rowspan="4" %)Y coordinate|Point 1|(s2)+N+1
2110 |Point 2|(s2)+N+2
2111 |.....|.....
2112 |Point N|(s2)+2N
2113
2114 (% style="text-align:center" %)
2115 [[image:07-5 Basic instructions_html_80185ccddb878234.png||height="422" width="750"]]
2116
2117 • If the operation result is not an integer value, round the first digit below the decimal point.
2118
2119 • The X coordinate data of the conversion data for scaling should be set in ascending order.
2120
2121 • For (s1), set within the range of the conversion data for scaling ((s2), (s2) + 1 device value).
2122
2123 • If the same X coordinate is specified for multiple points, the Y coordinate value of the second point will be output.
2124
2125 • Set the number of coordinate points of conversion data for scaling within the range of 1 to 32,767.
2126
2127 • Setting example of conversion table for scaling.
2128
2129 In the case of scaling conversion characteristics as shown in the figure below, set it as the following data sheet.
2130
2131 (% style="text-align:center" %)
2132 [[image:07-5 Basic instructions_html_74fd22d845ad450e.png||height="210" width="750"]]
2133
2134 |(% colspan="2" rowspan="2" %)**Set items**|(% colspan="3" %)**Set device and content**|(% rowspan="2" %)**Remarks**
2135 |(% colspan="2" %)**When R0 is specified in (s2)**|**Set content**
2136 |(% colspan="2" %)Coordinate points|(s2)|R0|K10|
2137 |(% rowspan="10" %)X coordinate|Point 1|(s2)+1|R1|K5|
2138 |Point 2|(s2)+2|R2|K20|
2139 |Point 3|(s2)+3|R3|K50|
2140 |Point 4|(s2)+4|R4|K200|(% rowspan="3" %)Refer to** ✎1**
2141 |Point 5|(s2)+5|R5|K200
2142 |Point 6|(s2)+6|R6|K200
2143 |Point 7|(s2)+7|R7|K250|
2144 |Point 8|(s2)+8|R8|K350|(% rowspan="2" %)Refer to** ✎2**
2145 |Point 9|(s2)+9|R9|K350
2146 |Point 10|(s2)+10|R10|K400|
2147 |(% rowspan="10" %)Y coordinate|Point 1|(s2)+11|R11|K7|
2148 |Point 2|(s2)+12|R12|K30|
2149 |Point 3|(s2)+13|R13|K100|
2150 |Point 4|(s2)+14|R14|K25|(% rowspan="3" %)Refer to**✎1**
2151 |Point 5|(s2)+15|R15|K70
2152 |Point 6|(s2)+16|R16|K250
2153 |Point 7|(s2)+17|R17|K90|
2154 |Point 8|(s2)+18|R18|K90|(% rowspan="2" %)Refer to** ✎2**
2155 |Point 9|(s2)+19|R19|K30
2156 |Point 10|(s2)+20|R20|K7|
2157
2158 ✎**1** Like points 4, 5, and 6, if the coordinates are specified by 3 points, the intermediate value could be the output value.
2159
2160 In this example, the output value (median value) is specified by the Y coordinate of point 5.
2161
2162 When the X coordinate is the same at 3 or more points, the value of the second point is also output.
2163
2164 ✎**2** Like points 8 and 9, if the coordinates are specified by 2 points, the output value is the value of the Y coordinate of next point.
2165
2166 In this example, the output value is specified by the Y coordinate of point 9.
2167
2168 **Error code**
2169
2170 |**Error code**|**Content**
2171 |4085H|When the specified device range for reading exceeds the range of the corresponding device.
2172 |4086H|When the specified device range for writing exceeds the range of the corresponding device.
2173 |4084H|(((
2174 When the Xn data of data table is not sorted in ascending order. However, the instruction will be executed until the position where the error occurs;
2175
2176 When the input value specified in (s1) exceeds the range of the set scale conversion data;
2177
2178 When the number of start coordinate points of device (s2) is less than 0.
2179 )))
2180
2181 **Example**
2182
2183 (% style="text-align:center" %)
2184 [[image:07-5 Basic instructions_html_de529c9a16a62ef0.png||height="316" width="400"]]
2185
2186 When -100 ≤D0 (X) < 0, D100(Y)=[[image:07-5 Basic instructions_html_ace075fb7675de8e.gif]]
2187
2188 When D0(X)=0, D100(Y)=0;
2189
2190 When 0 < D0(X) ≤ 100, D100(Y)=[[image:/xwiki/bin/download/PLC%20Editor2/1%20User%20manual/2.1%20LX5V%20user%20manual/07-5%20Basic%20instruction/WebHome/07-5%20Basic%20instructions_html_47ebf5cc7733fccc.gif?rev=1.1||alt="07-5 Basic instructions_html_47ebf5cc7733fccc.gif"]],,[[image:07-5 Basic instructions_html_47ebf5cc7733fccc.gif]],,
2191
2192 (% style="text-align:center" %)
2193 [[image:07-5 Basic instructions_html_a5b19d1af74a9620.png||height="351" width="550"]]
2194
2195 == **DSCL2/BIN 32-bit unit scale (X/Y coordinate data)** ==
2196
2197 **DSCL2(P)**
2198
2199 The conversion data (32-bit data unit) for scaling specified in (s2) is scaled by the input value specified in (s1), and the operation result is stored in the device specified in (d).
2200
2201 -[DSCL2 (s1) (s2) (d)]
2202
2203 **Content, range and data type**
2204
2205 |**Parameter**|**Content**|**Range**|**Data type**|**Data type (label)**
2206 |(s1)|The input value for scaling or the start number of the device storing the input value|-2,147,483,648 to +2,147,483,647|Signed BIN 32 bit|ANY32_S
2207 |(s2)|The start number of the device storing conversion data for scaling|-|Signed BIN 32 bit|ANY32_S
2208 |(d)|The start number of the device that stores the output value controlled by scaling|-|Signed BIN 32 bit|ANY32_S
2209
2210 **Device used**
2211
2212 |(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="13" %)**Devices**|**Offset modification**|(((
2213 **Pulse extension**
2214 )))
2215 |**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**LC**|**HSC**|**K**|**H**|**[D]**|**XXP**
2216 |(% rowspan="3" %)DSCL2|Parameter 1|●|●|●|●|●|●|●|●|●|●|●|●|●|●|●
2217 |Parameter 2| | | | | | |●|●|●| | | | |●|●
2218 |Parameter 3| |●|●|●|●|●|●|●|●|●|●| | |●|●
2219
2220 **Features**
2221
2222 The conversion data (32-bit data unit) for scaling specified in (s2) is scaled by the input value specified in (s1), and the operation result is stored in the device number specified in (d). The scale conversion is performed based on the scale conversion data stored after the device specified in (s2).
2223
2224 |(% colspan="2" %)**Set items (n represents the number of coordinate points specified in (s2))**|**Device allocation**
2225 |(% colspan="2" %)Coordinate points|(s2)+1, (s2)
2226 |(% rowspan="4" %)X coordinate|Point 1|(s2)+3, (s2)+2
2227 |Point 2|(s2)+5, (s2)+4
2228 |.....|......
2229 |Point N|(s2)+2N+1, (s2)+2N
2230 |(% rowspan="4" %)Y coordinate|Point 1|(s2)+2N+3, (s2)+2N+2
2231 |Point 2|(s2)+2N+5, (s2)+2N+4
2232 |.....|.....
2233 |Point N|(s2)+4N+1, (s2)+4N
2234
2235 (% style="text-align:center" %)
2236 [[image:07-5 Basic instructions_html_6633ca18cee1218c.png||height="379" width="750"]]
2237
2238 • If the operation result is not an integer value, round the first digit below the decimal point.
2239
2240 • The X coordinate data of the conversion data for scaling should be set in ascending order.
2241
2242 • For (s1), set within the range of the conversion data for scaling ((s2), (s2) + 1 device value).
2243
2244 • If the same X coordinate is specified for multiple points, the Y coordinate value of the second point will be output.
2245
2246 • Set the number of coordinate points of conversion data for scaling within the range of 1 to 2,147,483,647.
2247
2248 • Setting example of conversion table for scaling.
2249
2250 In the case of scaling conversion characteristics as shown in the figure below, set it as the following data sheet.
2251
2252 (% style="text-align:center" %)
2253 [[image:07-5 Basic instructions_html_74fd22d845ad450e.png||height="210" width="750"]]
2254
2255 |(% colspan="2" rowspan="2" %)**Set items**|(% colspan="3" %)**Set device and content**|(% rowspan="2" %)**Remarks**
2256 |(% colspan="2" %)**When R0 is specified in (s2)**|**Set content**
2257 |(% colspan="2" %)Coordinate points|(s2)+1, (s2)|R1, R0|K10|
2258 |(% rowspan="10" %)X|Point 1|(s2)+3, (s2)+2|R3, R2|K5|
2259 |Point 2|(s2)+5, (s2)+4|R5, R4|K20|
2260 |Point 3|(s2)+7, (s2)+6|R7, R6|K50|
2261 |Point 4|(s2)+9, (s2)+8|R9, R8|K200|(% rowspan="3" %)Refer to** ✎1**
2262 |Point 5|(s2)+11, (s2)+10|R10, R11|K200
2263 |Point 6|(s2)+13, (s2)+12|R13, R12|K200
2264 |Point 7|(s2)+15, (s2)+14|R15, R14|K250|
2265 |Point 8|(s2)+17, (s2)+16|R17, R16|K350|(% rowspan="2" %)Refer to** ✎2**
2266 |Point 9|(s2)+19, (s2)+18|R19, R18|K350
2267 |Point 10|(s2)+21, (s2)+20|R21, R20|K400|
2268 |(% rowspan="10" %)Y coordinate|Point 1|(s2)+23, (s2)+22|R23, R22|K7|
2269 |Point 2|(s2)+25, (s2)+24|R25, R24|K30|
2270 |Point 3|(s2)+27, (s2)+26|R27, R26|K100|
2271 |Point 4|(s2)+29, (s2)+28|R29, R28|K25|(% rowspan="3" %)Refer to** ✎1**
2272 |Point 5|(s2)+31, (s2)+30|R31, R30|K70
2273 |Point 6|(s2)+33, (s2)+32|R33, R32|K250
2274 |Point 7|(s2)+35, (s2)+34|R35, R34|K90|
2275 |Point 8|(s2)+37, (s2)+36|R37, R36|K90|(% rowspan="2" %)Refer to** ✎2**
2276 |Point 9|(s2)+39, (s2)+38|R39, R38|K30
2277 |Point 10|(s2)+41, (s2)+40|R41, R40|K7|
2278
2279 ✎**1** Like points 4, 5, and 6, if the coordinates are specified by 3 points, the intermediate value could be the output value.
2280
2281 In this example, the output value (median value) is specified by the Y coordinate of point 5.
2282
2283 When the X coordinate is the same at 3 or more points, the value of the second point is also output.
2284
2285 ✎**2** Like points 8 and 9, if the coordinates are specified by 2 points, the output value is the value of the Y coordinate of the next point.
2286
2287 In this example, the output value is specified by the Y coordinate of point 9.
2288
2289 **Error code**
2290
2291 |**Error code**|**Content**
2292 |4085H|When the specified device range for reading exceeds the range of the corresponding device.
2293 |4086H|When the specified device range for writing exceeds the range of the corresponding device.
2294 |4084H|(((
2295 When the Xn data of data table is not sorted in ascending order. However, the instruction will be executed until the position where the error occurs;
2296
2297 When the input value specified in (s1) exceeds the range of the set scale conversion data;
2298
2299 When the number of start coordinate points of device (s2) is less than 0.
2300 )))
2301
2302 **Example**
2303
2304 (% style="text-align:center" %)
2305 [[image:07-5 Basic instructions_html_91dbc16faa9d2ec3.png]]
2306
2307 When -100 ≤D0(X) < 0, D100(Y)=[[image:/xwiki/bin/download/PLC%20Editor2/1%20User%20manual/2.1%20LX5V%20user%20manual/07-5%20Basic%20instruction/WebHome/07-5%20Basic%20instructions_html_2c96d630f666e72c.gif?rev=1.1||alt="07-5 Basic instructions_html_2c96d630f666e72c.gif"]],,[[image:07-5 Basic instructions_html_2c96d630f666e72c.gif]] ,,;
2308
2309 when D0(X)=0, D100(Y)=0;
2310
2311 when 0< D0(X) ≤ 100, D100(Y)=[[image:/xwiki/bin/download/PLC%20Editor2/1%20User%20manual/2.1%20LX5V%20user%20manual/07-5%20Basic%20instruction/WebHome/07-5%20Basic%20instructions_html_47ebf5cc7733fccc.gif?rev=1.1||alt="07-5 Basic instructions_html_47ebf5cc7733fccc.gif"]],,[[image:07-5 Basic instructions_html_47ebf5cc7733fccc.gif]] ,,.
2312
2313 (% style="text-align:center" %)
2314 [[image:07-5 Basic instructions_html_a5b19d1af74a9620.png||height="351" width="550"]]
2315
2316 == **ZONE/BIN 16-bit data zone control** ==
2317
2318 **ZONE(P)**
2319
2320 After adding the offset value specified in (s1) or (s2) to the input value specified in (s3), it is stored in the device number specified in (d).
2321
2322 -[ZONE (s1) (s2) (s3) (d)]
2323
2324 **Content, range and data type**
2325
2326 |**Parameter**|**Content**|**Range**|**Data type**|**Data type (label)**
2327 |s1|The negative offset value for addition in the input value|-32,768 to 32,767|BIN16 bit|ANY16_S
2328 |s2|The positive offset value for addition in the input value|-32,768 to 32,767|BIN16 bit|ANY16_S
2329 |s3|Input value for zone control`|-32,768 to 32,767|BIN16 bit|ANY16_S
2330 |d|The start number of the device storing the output value controlled by zone control|-|BIN16 bit|ANY16_S
2331
2332 **Device used**
2333
2334 |(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="11" %)**Devices**|**Offset modification**|(((
2335 **Pulse extension**
2336 )))
2337 |**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**K**|**H**|**[D]**|**XXP**
2338 |(% rowspan="4" %)ZONE|Parameter 1|●|●|●|●|●|●|●|●|●|●|●|●|●
2339 |Parameter 2|●|●|●|●|●|●|●|●|●|●|●|●|●
2340 |Parameter 3|●|●|●|●|●|●|●|●|●| | |●|●
2341 |Parameter 4| |●|●|●|●|●|●|●|●| | |●|●
2342
2343 **Features**
2344
2345 After adding the offset value specified in (s1) or (s2) to the input value (BIN 16-bit value) specified in (s3), it is stored in the device number specified in (d). The offset value is controlled as follows.
2346
2347 |**Condition**|**The value stored in the output value**
2348 |When input value (s3)<0|Input value (s3) + negative offset value (s1)
2349 |When input value (s3)=0|0
2350 |When input value (s3)>0|Input value (s3) + positive offset value (s2)
2351
2352 (((
2353 • When the output value stored in (d) is a signed BIN 16-bit value, and the operation result exceeds the range of -32,768 to 32,767, the situation is shown in the following example.
2354
2355 For example, when (s1) is -100 and (s3) is -32,768,
2356
2357 the output value = -32768+(-100)=8000H-FF9CH=7F9CH=32668.
2358
2359 (% style="text-align:center" %)
2360 [[image:07-5 Basic instructions_html_a2adbf9ccf8f839.png||height="399" width="550"]]
2361 )))
2362
2363 **Error code**
2364
2365 |**Error code**|**Content**
2366 |4085H|When the specified device range for reading exceeds the range of the corresponding device
2367 |4086H|When the specified device range for writing exceeds the range of the corresponding device
2368
2369 **Example**
2370
2371 (% style="text-align:center" %)
2372 [[image:07-5 Basic instructions_html_5da523c7765bf5be.png]]
2373
2374 When X000 is ON
2375
2376 • When D0<0, the value of (D0)+(-1,000) is stored in D1.
2377
2378 • When D0=0, 0 is stored in D1.
2379
2380 • When 0<D0, the value of (D0)+(1,000) is stored in D1.
2381
2382 == **DZONE/BIN 32-bit data zone control** ==
2383
2384 DZONE(P)
2385
2386 After adding the offset value specified in (s1) or (s2) to the input value specified in (s3), it is stored in the device number specified in (d).
2387
2388 -[DZONE (s1) (s2) (s3) (d)]
2389
2390 **Content, range and data type**
2391
2392 |**Parameter**|**Content**|**Range**|**Data type**|**Data type (label)**
2393 |(s1)|The negative offset value for addition in the input value|-2147483648 to 2147483647|BIN32 bit|ANY32_S
2394 |(s2)|The positive offset value for addition in the input value|-2147483648 to 2147483647|BIN32 bit|ANY32_S
2395 |(s3)|Input value for zone control|-2147483648 to 2147483647|BIN32 bit|ANY32_S
2396 |(d)|The start number of the device storing the output value controlled by zone control|-|BIN32 bit|ANY32_S
2397
2398 **Device used**
2399
2400 |(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="13" %)**Devices**|**Offset modification**|(((
2401 **Pulse extension**
2402 )))
2403 |**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**LC**|**HSC**|**K**|**H**|**[D]**|**XXP**
2404 |(% rowspan="4" %)DZONE|Parameter 1|●|●|●|●|●|●|●|●|●|●|●|●|●|●|●
2405 |Parameter 2|●|●|●|●|●|●|●|●|●|●|●|●|●|●|●
2406 |Parameter 3|●|●|●|●|●|●|●|●|●|●|●| | |●|●
2407 |Parameter 4| |●|●|●|●|●|●|●|●|●|●| | |●|●
2408
2409 **Features**
2410
2411 After adding the offset value specified in (s1) or (s2) to the input value (BIN 32-bit value) specified in (s3), it is stored in the device number specified in (d). The offset value is controlled as follows.
2412
2413 |**Condition**|**The value stored in the output value**
2414 |When input value ((s3), (s3)+1)<0|Input value ((s3), (s3)+1) + negative offset value (s1), (s1)+1
2415 |When input value ((s3), (s3)+1)=0|0
2416 |When input value ((s3), (s3)+1)>0|Input value ((s3), (s3)+1) + positive offset value (s2), (s2)+1
2417
2418 (((
2419 • When the output value stored in (d) and (d)+1 is a signed BIN 32-bit value, and the operation result exceeds the range of -2,147,483,648 to 2,147,483,647, the situation is shown in the following example.
2420
2421 For example, (s1), (s1)+1 is -1,000, (s3), (s3)+1 is -2,147,483,648, then the output value=-2,147,483,648+(-1000)=80000000H+FFFFFC18H=2,147,482,648.
2422
2423 (% style="text-align:center" %)
2424 [[image:07-5 Basic instructions_html_2f3a96a2565c75c7.png]]
2425 )))
2426
2427 **Error code**
2428
2429 |**Error code**|**Content**
2430 |4085H|When the specified device range for reading exceeds the range of the corresponding device
2431 |4086H|When the specified device range for writing exceeds the range of the corresponding device
2432
2433 **Example**
2434
2435 (% style="text-align:center" %)
2436 [[image:07-5 Basic instructions_html_b831b14748df07ab.png||height="51" width="401"]]
2437
2438 • When (D1, D0)<0, the value of (D1, D0)+(-10,000) is stored in (D11, D10).
2439
2440 • When (D1, D0)=0, 0 is stored in (D11, D10).
2441
2442 • When 0<(D1, D0), the value of (D1, D0)+10,000 is stored in (D11, D10).