Changes for page 12 Clock operation
Last modified by Mora Zhou on 2023/11/21 17:27
From version 2.1
edited by Joey
on 2022/06/09 16:19
on 2022/06/09 16:19
Change comment:
There is no comment for this version
Summary
-
Page properties (4 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,0 +1,1 @@ 1 +12 Clock operation instruction - Parent
-
... ... @@ -1,1 +1,1 @@ 1 -PLC Editor2.1 User manual.2\.1 LX5V user manual.WebHome 1 +PLC Editor2.1 User manual.2\.1 LX5V user manual.07.WebHome - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.J oey1 +XWiki.Jim - Content
-
... ... @@ -1,388 +386,3 @@ 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 386 == **TADD/The addition of clock data** == 387 387 388 388 **TADD(P)** ... ... @@ -1624,7 +1624,6 @@ 1624 1624 |4085H|The read address of (s) exceeds the device range. 1625 1625 |4086H|The write address of (d) exceeds the device range. 1626 1626 1627 - 1628 1628 ((( 1629 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 1630 ... ... @@ -2187,7 +2187,7 @@ 2187 2187 2188 2188 When D0(X)=0, D100(Y)=0; 2189 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]],, 1804 +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:/bin/download/PLC%20Editor2/1%20User%20manual/2.1%20LX5V%20user%20manual/07/12/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 2191 2192 2192 (% style="text-align:center" %) 2193 2193 [[image:07-5 Basic instructions_html_a5b19d1af74a9620.png||height="351" width="550"]] ... ... @@ -2304,11 +2304,11 @@ 2304 2304 (% style="text-align:center" %) 2305 2305 [[image:07-5 Basic instructions_html_91dbc16faa9d2ec3.png]] 2306 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]] ,,; 1921 +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:/bin/download/PLC%20Editor2/1%20User%20manual/2.1%20LX5V%20user%20manual/07/12/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 2308 2309 2309 when D0(X)=0, D100(Y)=0; 2310 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]] ,,. 1925 +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:/bin/download/PLC%20Editor2/1%20User%20manual/2.1%20LX5V%20user%20manual/07/12/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 2312 2313 2313 (% style="text-align:center" %) 2314 2314 [[image:07-5 Basic instructions_html_a5b19d1af74a9620.png||height="351" width="550"]]