Last modified by Iris on 2025/10/23 15:37

From version 3.1
edited by Iris
on 2025/10/23 15:37
Change comment: There is no comment for this version
To version 1.1
edited by Iris
on 2025/10/15 16:03
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -6.08 Data Conversion instruction
1 +6.8 Data Conversion instruction
Content
... ... @@ -1,4 +1,4 @@
1 -=== **BCD/BIN → BCD** ===
1 +=== [[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps117.png]][[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps118.png]]**6.8.1 BCD/BIN → BCD** ===
2 2  
3 3  **BCD(P)**
4 4  
... ... @@ -37,15 +37,13 @@
37 37  
38 38  When the data specified in (s) or (d) is digit specification, the conditions are as shown in the table below.
39 39  
40 -(% style="text-align:center" %)
41 -[[image:1760515828495-204.png]]
40 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps119.png]] [[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps120.jpg]]
42 42  
43 43  The data specified in (s) can be converted in the range of K0 to K9999 by BCD (decimal number).
44 44  
45 45  When the data specified in (s) or (d) is digit specification, the conditions are as shown in the table below.
46 46  
47 -(% style="text-align:center" %)
48 -[[image:1760515993069-622.png||height="194" width="491"]]
46 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps121.jpg]]
49 49  
50 50  |**(d)**|**Digits**|**Data range**
51 51  |K1Y0|1-bit|0 to 9
... ... @@ -53,6 +53,14 @@
53 53  |K3Y0|3-bit|000 to 999
54 54  |K4Y0|4-bit|0000 to 9999
55 55  
54 +
55 +
56 +
57 +
58 +
59 +
60 +
61 +
56 56  **✎Note**
57 57  
58 58  The four arithmetic operations (+-×÷), increment, decrement instructions and other operations in the CPU module are all performed by BIN (binary number). Therefore, when sending BCD (decimal) digital switch information to the CPU module, please use the BIN(P) instruction (BCD→BIN conversion transfer instruction). In addition, when outputting to the 7-segment display of BCD (decimal number), please use the BCD(P) instruction (BIN→BCD conversion transmission).
... ... @@ -66,14 +66,13 @@
66 66  
67 67  **Example**
68 68  
69 -(% style="text-align:center" %)
70 -[[image:1760516200225-646.png]]
75 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps122.jpg]]
71 71  
72 -
73 73  When M0 is set, the BIN value of D200 is converted into BCD and stored in K1Y0.
74 74  
75 -=== **BIN/4-bit BCD → BIN** ===
76 76  
80 +=== [[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps123.png]]**6.8.2 BIN/4-bit BCD → BIN** ===
81 +
77 77  **BIN(P)**
78 78  
79 79  Convert the BCD data of the device specified in (s) to BIN and store it in the device specified in (d).
... ... @@ -107,16 +107,13 @@
107 107  
108 108  BCD 4-bit data (0 to 9999) of the device specified in (s) is converted into BIN 16-bit data and stored in the device specified in (d).
109 109  
115 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps124.png]] [[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps125.jpg]]
110 110  
111 -(% style="text-align:center" %)
112 -[[image:1760516268370-140.png]]
113 -
114 114   The data specified in (s) can be converted within the range of 0 to 9999 (BCD).
115 115  
116 116   When the data specified in (s) or (d) is digit specification, the conditions are as shown in the table below.
117 117  
118 -(% style="text-align:center" %)
119 -[[image:1760516329466-296.png]]
121 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps126.jpg]]
120 120  
121 121  |**(d)**|**Digits**|**Data range**
122 122  |K1X0|1-bit|0 to 9
... ... @@ -124,6 +124,13 @@
124 124  |K3X0|3-bit|000 to 999
125 125  |K4X0|4-bit|0000 to 9999
126 126  
129 +
130 +
131 +
132 +
133 +
134 +
135 +
127 127  **✎Note**
128 128  
129 129  The calculations in the CPU module such as the four arithmetic operations (+-×÷), increment and decrement instructions are all performed by BIN (binary number). Therefore, when sending BCD (decimal) digital switch information to the CPU module, please use the BIN(P) instruction (BCD→BIN conversion transfer instruction). In addition, when outputting to the 7-segment display of BCD (decimal number), please use the BCD(P) instruction (BIN→BCD conversion transmission).
... ... @@ -137,13 +137,18 @@
137 137  
138 138  **Example**
139 139  
140 -(% style="text-align:center" %)
141 -[[image:1760516369609-652.png||height="94" width="379"]]
149 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps127.jpg]]
142 142  
143 143  When M0 is set, the BCD value of K1Y0 is converted into BIN and stored in D200.
144 144  
145 -=== **DBIN/8-bit BCD → BIN** ===
146 146  
154 +
155 +
156 +
157 +
158 +
159 +=== [[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps128.png]]**6.8.3 DBIN/8-bit BCD → BIN** ===
160 +
147 147  **DBIN(P)**
148 148  
149 149  Convert the BCD data of the device specified in (s) to BIN and store it in the device specified in (d).
... ... @@ -173,15 +173,13 @@
173 173  
174 174  BCD 8-bit data (0 to 99999999) of the device specified in (s) is converted to BIN 32-bit data and stored in the device specified in (d).
175 175  
176 -(% style="text-align:center" %)
177 -[[image:1760516454645-987.png]]
190 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps129.png]] [[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps130.jpg]]
178 178  
179 179   The data specified in (s) can be converted within the range of 0 to 99999999 (BCD).
180 180  
181 181   When the data specified in (s) or (d) is digit specification, the conditions are as shown in the table below.
182 182  
183 -(% style="text-align:center" %)
184 -[[image:1760516560154-107.png]]
196 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps131.jpg]]
185 185  
186 186  |**(d)**|**Bit**|**Data range**
187 187  |K1X0|1-bit|0 to 9
... ... @@ -193,6 +193,8 @@
193 193  |K7X0|7-bit|0000000 to 9999999
194 194  |K8X0|8-bit|00000000 to 99999999
195 195  
208 +
209 +
196 196  **✎Note**
197 197  
198 198  The calculations in the CPU module such as the four arithmetic operations (+-×÷), increment and decrement instructions are all performed by BIN (binary number). Therefore, when sending BCD (decimal) digital switch information to the CPU module, please use the BIN(P) instruction (BCD→BIN conversion transfer instruction). In addition, when outputting to the 7-segment display of BCD (decimal number), please use the BCD(P) instruction (BIN→BCD conversion transmission).
... ... @@ -204,15 +204,18 @@
204 204  |4085H|The output result of the read application instruction (s) exceeds the device range
205 205  |4086H|The output result of the write application instruction (d) exceeds the device range
206 206  
221 +
222 +
207 207  **Example**
208 208  
209 -(% style="text-align:center" %)
210 -[[image:1760516760461-209.png||height="113" width="454"]]
225 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps132.jpg]]
211 211  
212 212  When M0 is set, the BCD value of K8Y0 is converted into BIN and stored in D200.
213 213  
214 -=== **FLT/BIN Integer → Binary Floating Point Number** ===
215 215  
230 +
231 +=== **6.8.**[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps133.png]]**4 FLT/BIN Integer → Binary Floating Point Number** ===
232 +
216 216  **FLT(P)**
217 217  
218 218  An instruction to convert a BIN 16-bit integer value into a binary floating point number (real number).
... ... @@ -244,9 +244,9 @@
244 244  
245 245  The signed 16-bit data specified in (s) is converted into a binary floating point data and stored in (d)+1, (d).
246 246  
247 -(% style="text-align:center" %)
248 -[[image:1760516821297-118.png]]
264 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps134.jpg]]
249 249  
266 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps135.jpg]]
250 250  
251 251  **✎Note**
252 252  
... ... @@ -266,16 +266,20 @@
266 266  
267 267  (1) Calculation example
268 268  
269 -(% style="text-align:center" %)
270 -[[image:1760516859697-895.png]]
286 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps136.png]]
271 271  
272 272  (2) Sequence control program
273 273  
274 -(% style="text-align:center" %)
275 -[[image:1760517173347-405.png]]
290 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps137.png]][[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps138.png]][[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps139.png]][[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps140.png]][[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps141.png]][[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps142.png]][[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps143.png]][[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps144.png]] [[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps145.jpg]]
276 276  
277 -=== **DFLT/BIN Integer → Binary Floating Point Number** ===
278 278  
293 +
294 +
295 +
296 +
297 +===
298 +**6.8.**[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps146.png]]**5 DFLT/BIN Integer → Binary Floating Point Number** ===
299 +
279 279  **DFLT(P)**
280 280  
281 281  An instruction to convert a BIN 32-bit integer value into a binary floating point number (real number).
... ... @@ -307,11 +307,10 @@
307 307  
308 308   Convert the signed BIN 32-bit data specified in (s) to binary floating point data and store them in (d)+1, (d).
309 309  
310 -(% style="text-align:center" %)
311 -[[image:1760517259004-868.png]]
331 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps147.jpg]]
312 312  
333 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps148.jpg]]
313 313  
314 -
315 315  **✎Note**
316 316  
317 317  In each binary floating-point number (real number) operation instruction, the specified K and H values are automatically converted into a binary floating-point number (real number), so there is no need to use the DFLT instruction for conversion.
... ... @@ -326,13 +326,13 @@
326 326  
327 327  **Example**
328 328  
329 -(% style="text-align:center" %)
330 -[[image:1760517298248-607.png]]
349 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps149.jpg]]
331 331  
332 332  When M2=ON, convert the BIN 32-bit integer -7963590 in [D1, D0] into a single-precision floating point number -7963590.0 and store it in the [D101, D100] device.
333 333  
334 -=== **VAL/ String → BIN 16-bit Data Conversion** ===
335 335  
354 +=== **6.8.**[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps150.png]]**6 VAL/ String → BIN 16-bit Data Conversion** ===
355 +
336 336  **VAL(P)**
337 337  
338 338  After converting the character string stored in the device number specified in (s) and later into BIN 16-bit data, store the number of digits in (d1) and store the BIN data in (d2).
... ... @@ -368,8 +368,7 @@
368 368  
369 369  The total number of digits stored in (d1) stores the number of all characters (including signs and decimal points) representing the value. The number of decimal places stored in (d1)+1 stores the number of characters representing the decimal part after 2EH(.). For the BIN 16-bit data stored in (d2), the character string ignoring the decimal point is converted into a BIN value and stored.
370 370  
371 -(% style="text-align:center" %)
372 -[[image:1760517373906-417.png]]
391 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps151.jpg]]
373 373  
374 374  **Error code**
375 375  
... ... @@ -392,10 +392,8 @@
392 392  
393 393  **Example**
394 394  
395 -(% style="text-align:center" %)
396 -[[image:1760517421103-521.png]]
414 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps152.jpg]]
397 397  
398 -
399 399  The result obtained above:
400 400  
401 401  D0 corresponds to str length is 7.
... ... @@ -402,17 +402,14 @@
402 402  
403 403  D1 corresponds to a decimal point length of 3.
404 404  
405 -(% style="text-align:center" %)
406 -[[image:1760517499439-697.png]]
422 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps153.jpg]]
407 407  
408 -
409 409  D10 corresponds to -12356 ignoring the decimal point.
410 410  
426 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps154.jpg]]
411 411  
412 -(% style="text-align:center" %)
413 -[[image:1760517525868-463.png]]
414 414  
415 -=== **DVAL/String → BIN32-bit Data Conversion** ===
429 +=== **6.8.**[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps155.png]]**7 DVAL/String → BIN32-bit Data Conversion** ===
416 416  
417 417  **DVAL(P)**
418 418  
... ... @@ -449,10 +449,8 @@
449 449  
450 450  The total number of digits stored in (d1) stores the number of all characters (including signs and decimal points) representing the value. The number of decimal places stored in (d1)+1 stores the number of characters representing the decimal part after 2EH(.). For the BIN 32-bit data stored in (d2), the character string ignoring the decimal point is converted into a BIN value and stored.
451 451  
452 -(% style="text-align:center" %)
453 -[[image:1760517594117-892.png]]
466 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps156.jpg]]
454 454  
455 -
456 456  **Error code**
457 457  
458 458  |**Error code**|**Content**
... ... @@ -459,7 +459,7 @@
459 459  |4082H|(((
460 460  The character string specified by (s) could not be converted into a numeric value.
461 461  
462 -For example: The first character is not a negative sign or a space, space appears in the middle of the number, decimal point appears twice. Except for the first character that appears non-characters and decimal points, the number in the symbolic string with the decimal point is removed and the range between -2147483648 and 2147483647 is exceeded
474 +For example:The first character is not a negative sign or a space, space appears in the middle of the number, decimal point appears twice. Except for the first character that appears non-characters and decimal points, the number in the symbolic string with the decimal point is removed and the range between -2147483648 and 2147483647 is exceeded
463 463  
464 464  Except for the first character, there are non-character and decimal Signs
465 465  
... ... @@ -472,10 +472,8 @@
472 472  
473 473  **Example**
474 474  
475 -(% style="text-align:center" %)
476 -[[image:1760517675391-831.png]]
487 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps157.jpg]]
477 477  
478 -
479 479  The result obtained above
480 480  
481 481  D0 corresponds to str length is 7.
... ... @@ -482,16 +482,14 @@
482 482  
483 483  D1 corresponds to a decimal point length of 3.
484 484  
485 -(% style="text-align:center" %)
486 -[[image:1760517745942-979.png]]
495 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps158.jpg]]
487 487  
488 488  D10 corresponds to -12356 ignoring the decimal point
489 489  
499 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps159.jpg]]
490 490  
491 -(% style="text-align:center" %)
492 -[[image:1760517809643-353.png]]
493 493  
494 -=== **ASCI/HEX Code Data →ASCII Conversion** ===
502 +=== **6.8.**[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps160.png]]**8 ASCI/HEX Code Data →ASCII Conversion** ===
495 495  
496 496  **ASCI(P)**
497 497  
... ... @@ -530,14 +530,12 @@
530 530  
531 531  **(1) 16-bit conversion mode (when SM8161=OFF)**
532 532  
533 -Convert the digits of the HEX code after the device specified in (s) into ASCII, and transfer to the upper and lower 8 bits (bytes) of the device specified in (d). When using in 16-bit conversion mode, SM161 should always be turned OFF. 
541 +Convert the digits of the HEX code after the device specified in (s) into ASCII, and transfer to the upper and lower 8 bits (bytes) of the device specified in (d). When using in 16-bit conversion mode, SM161 should always be turned OFF.
534 534  
535 535  In the case of the following program, perform the conversion as shown below.
536 536  
537 -(% style="text-align:center" %)
538 -[[image:1760517879658-305.png||height="201" width="654"]]
545 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps161.png]]
539 539  
540 -
541 541  **Specify the number of bits (characters) and the conversion result**
542 542  
543 543  |**(n)**|(% rowspan="2" %)**K1**|(% rowspan="2" %)**K2**|(% rowspan="2" %)**K3**|(% rowspan="2" %)**K4**|(% rowspan="2" %)**K5**|(% rowspan="2" %)**K6**|(% rowspan="2" %)**K7**|(% rowspan="2" %)**K8**|(% rowspan="2" %)**K9**
... ... @@ -552,12 +552,10 @@
552 552  |D203 on| | | | | | | |C|B
553 553  |Under D204| | | | | | | | |C
554 554  
555 -**Bit structure in the case of (n)=K4**
561 +**Bit structure in the case of (n)=K4¢**
556 556  
557 -(% style="text-align:center" %)
558 -[[image:1760518002883-747.png]]
563 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps162.png]][[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps163.jpg]]
559 559  
560 -
561 561  **(2) 8-bit conversion mode (when SM161=ON)**
562 562  
563 563  Convert the digits of the HEX code after the device specified in (s) into ASCII, and transfer to the lower 8 bits (bytes) of the device specified in (d). When using in 8-bit conversion mode, SM161 should always be set to ON for use.
... ... @@ -564,18 +564,14 @@
564 564  
565 565  In the case of the following program, perform the conversion as shown below.
566 566  
567 -(% style="text-align:center" %)
568 -[[image:1760518024863-940.png||height="154" width="494"]]
571 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps164.png]]
569 569  
570 -
571 571  If SM161 is set to ON, it will become 8-bit mode,
572 572  
573 573  Perform conversion processing as shown below.
574 574  
575 -(% style="text-align:center" %)
576 -[[image:1760518128297-536.png]]
577 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps165.png]]
577 577  
578 -
579 579  |**(n)**|(% rowspan="2" %)**K1**|(% rowspan="2" %)**K2**|(% rowspan="2" %)**K3**|(% rowspan="2" %)**K4**|(% rowspan="2" %)**K5**|(% rowspan="2" %)**K6**|(% rowspan="2" %)**K7**|(% rowspan="2" %)**K8**|(% rowspan="2" %)**K9**
580 580  |**(d)**
581 581  |D200|C|B|C|0|4|3|2|1|8
... ... @@ -588,10 +588,9 @@
588 588  |D207| | | | | | | |C|B
589 589  |D208| | | | | | | | |C
590 590  
591 -Bit structure in the case of (n)=K2
591 +Bit structure in the case of (n)=K2¢
592 592  
593 -(% style="text-align:center" %)
594 -[[image:1760518162828-183.png]]
593 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps166.png]][[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps167.jpg]]
595 595  
596 596  **Error code**
597 597  
... ... @@ -600,18 +600,19 @@
600 600  |4086H|When the specified device range is written to exceed the corresponding device range
601 601  |4084H|When the value specified in (n) exceeds the range of 1 to 256
602 602  
603 -**Example**
604 604  
605 -(% style="text-align:center" %)
606 -[[image:1760518190168-651.png]]
607 607  
604 +**Example**
608 608  
606 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps168.jpg]]
607 +
609 609  • 16-bit conversion mode (when SM161=OFF)
610 610  
611 611  Convert the digits of the HEX code after the device specified in d100 into ASCII, and transfer to the upper and lower 8 bits (bytes) of the device specified in d200. When using in 16-bit conversion mode, SM161 should always be turned OFF.
612 612  
613 -=== **HEX/ASCII → HEX Code Data Conversion** ===
614 614  
613 +=== **6.8.**[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps169.png]]**9 HEX/ASCII → HEX Code Data Conversion** ===
614 +
615 615  **HEX(P)**
616 616  
617 617  After the device number specified in (s), the ASCII data stored in the number of characters specified in (n) is converted to HEX code, and then stored in the device number specified in (d) or later.
... ... @@ -657,10 +657,8 @@
657 657  
658 658  In the following program, the conversion will be performed in the following manner.
659 659  
660 -(% style="text-align:center" %)
661 -[[image:1760518243532-544.png||height="136" width="579"]]
660 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps170.png]]
662 662  
663 -
664 664  Transform the source data
665 665  
666 666  |**(s)**|**ASCII data**|**HEX conversion**
... ... @@ -676,8 +676,7 @@
676 676  
677 677  Bit structure in the case of (n)=K4
678 678  
679 -(% style="text-align:center" %)
680 -[[image:1760518318672-792.png]]
677 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps171.jpg]]
681 681  
682 682  The number of characters specified and the conversion result becomes 0.
683 683  
... ... @@ -698,8 +698,7 @@
698 698  
699 699  In the following program, the conversion will be performed in the following manner.
700 700  
701 -(% style="text-align:center" %)
702 -[[image:1760518359500-132.png]]
698 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps172.jpg]]
703 703  
704 704  Transform the source data
705 705  
... ... @@ -716,8 +716,7 @@
716 716  
717 717  Bit structure in the case of (n)=K2
718 718  
719 -(% style="text-align:center" %)
720 -[[image:1760518380601-932.png]]
715 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps173.jpg]]
721 721  
722 722  The number of characters specified and the conversion result becomes 0.
723 723  
... ... @@ -736,16 +736,15 @@
736 736  
737 737  **Example**
738 738  
739 -(% style="text-align:center" %)
740 -[[image:1760518408811-430.png||height="113" width="463"]]
734 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps174.jpg]]
741 741  
742 -
743 743  After converting the ASCII data stored in the upper and lower 8 digits (bytes) of the device specified in (s) into HEX code, it transmits every 4 digits to the device specified in (d). The number of characters to be converted is specified in (n).
744 744  
745 745  SM161 is shared with ASC, ASCI, BCC, CCD and CRC instructions. When using in 16-bit conversion mode, please always set SM161 to OFF.
746 746  
747 -=== **CCD/Check Code** ===
748 748  
741 +=== **6.8**[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps175.png]]**.10 CCD/Check Code** ===
742 +
749 749  **CCD(P)**
750 750  
751 751  Calculate the horizontal parity value and the sum check value of the error checking method used in communication and the like. In addition to these error checking methods, there are CRC (Cyclic
... ... @@ -793,12 +793,11 @@
793 793  
794 794  In the case of the following program, perform the conversion as shown below.
795 795  
796 -(% style="text-align:center" %)
797 -[[image:1760518549836-396.png]]
790 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps176.png]] [[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps177.jpg]]
798 798  
792 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps178.jpg]][[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps179.png]]
799 799  
800 -(% style="text-align:center" %)
801 -[[image:1760518595510-661.png]]
794 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps180.png]][[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps181.jpg]]
802 802  
803 803  **(2) 8-bit conversion mode (when SM161=ON)**
804 804  
... ... @@ -810,12 +810,12 @@
810 810  
811 811  In the case of the following program, perform the conversion as shown below.
812 812  
813 -(% style="text-align:center" %)
814 -[[image:1760518650396-504.png]]
806 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps182.jpg]]
815 815  
816 -(% style="text-align:center" %)
817 -[[image:1760518681791-265.png]]
808 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps183.png]][[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps184.jpg]]
818 818  
810 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps185.png]][[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps186.jpg]]
811 +
819 819  **Error code**
820 820  
821 821  |**Error code**|**Content**
... ... @@ -825,16 +825,15 @@
825 825  
826 826  **Example**
827 827  
828 -(% style="text-align:center" %)
829 -[[image:1760518721394-977.png]]
821 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps187.jpg]]
830 830  
823 +Regarding D10 as the initial 10-point data, the addition data and horizontal parity data of the high and low 8-bit data are stored in the Devicess of D0 and D0+1.
831 831  
832 -Regarding D10 as the initial 10-point data, the addition data and horizontal parity data of the high and low 8-bit data are stored in the Devices of D0 and D0+1.
833 -
834 834  SM161 is shared with ASC, ASCI, BCC, CCD and CRC instructions. When using in 16 bits, always set to OFF for use.
835 835  
836 -=== **GBIN/Gray code → BIN 16-bit Data Conversion** ===
837 837  
828 +=== **6.**[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps188.png]]**8.11 GBIN/Gray code → BIN 16-bit Data Conversion** ===
829 +
838 838  **GBIN(P)**
839 839  
840 840  Convert the BIN 16-bit Gray code data stored in the device specified in (s) into BIN 16-bit data, and store it in the device specified in (d).
... ... @@ -866,8 +866,7 @@
866 866  
867 867  Convert the BIN 16-bit Gray code data stored in the device specified in (s) into BIN 16-bit data, and store it in the device specified in (d).
868 868  
869 -(% style="text-align:center" %)
870 -[[image:1760518798409-907.png]]
861 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps189.jpg]]
871 871  
872 872  GRY→BIN Mathematical Algorithm: Starting from the second bit from the left, XOR each bit with the decoded value of the left bit as the decoded value of the bit (the leftmost bit remains unchanged).
873 873  
... ... @@ -880,16 +880,17 @@
880 880  
881 881  **Example**
882 882  
883 -(% style="text-align:center" %)
884 -[[image:1760518822792-557.png]]
874 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps190.jpg]]
885 885  
876 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps191.jpg]]
886 886  
887 887  It could be used when the encoder of Gray code method is used to detect the absolute position.
888 888  
889 889  For S, the numerical are valid in the range of 0 to 32767.
890 890  
891 -=== **DGBIN/Gray Code → BIN32-bit Data Conversion** ===
892 892  
883 +=== **6.8.**[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps192.png]]**12 DGBIN/Gray Code → BIN32-bit Data Conversion** ===
884 +
893 893  **DGBIN(P)**
894 894  
895 895  Convert the BIN32-bit Gray code data stored in the device specified in (s) to BIN 32-bit data and store it in the device specified in (d).
... ... @@ -919,8 +919,7 @@
919 919  
920 920  Convert the BIN32-bit Gray code data stored in the device specified in (s) into BIN 32-bit data, and store it in the device specified in (d).
921 921  
922 -(% style="text-align:center" %)
923 -[[image:1760518892993-298.png]]
914 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps193.jpg]]
924 924  
925 925  (s)+1: high 16 bits
926 926  
... ... @@ -937,11 +937,13 @@
937 937  
938 938  **Example**
939 939  
940 -(% style="text-align:center" %)
941 -[[image:1760518916894-252.png]]
931 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps194.jpg]]
942 942  
943 -=== **GRY/BIN 16-bit Data → Gray Code Conversion** ===
933 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps195.jpg]]
944 944  
935 +
936 +=== **6.8.**[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps196.png]]**13 GRY/BIN 16-bit Data → Gray Code Conversion** ===
937 +
945 945  **GRY(P)**
946 946  
947 947  After converting the BIN 16-bit data of the device specified in (s) to BIN 16-bit Gray code data, it is stored in the device specified in (d).
... ... @@ -973,7 +973,7 @@
973 973  
974 974  Convert the BIN 16-bit data specified in (s) into BIN 16-bit Gray code, and store it in the device specified in (d).
975 975  
976 -[[image:1760518963231-603.png]]
969 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps197.jpg]]
977 977  
978 978  BIN→GRY Mathematical Algorithm: Starting from the rightmost bit, XOR each bit with the left bit as the value corresponding to the GRY bit, and the leftmost bit remains unchanged (equivalent to 0 on the left) .
979 979  
... ... @@ -986,22 +986,19 @@
986 986  
987 987  **Example**
988 988  
989 -(% style="text-align:center" %)
990 -[[image:1760519299493-121.png||height="63" width="442"]]
982 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps198.jpg]]
991 991  
992 -
993 993  As shown in the above ladder diagram:
994 994  
995 -(% style="text-align:center" %)
996 -[[image:1760519319104-654.png]]
986 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps199.jpg]]
997 997  
998 -
999 999  For S, the range of 0 to 32767 is valid.
1000 1000  
1001 -=== **DGRY/BIN 32-bit Data → Gray Code Conversion** ===
1002 1002  
1003 -**DGRY(P)**
991 +=== **6.8.14 DGRY/BIN 32-bit Data → Gray Code Conversion** ===
1004 1004  
993 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps200.png]]**DGRY(P)**
994 +
1005 1005  After converting the BIN 16-bit data of the device specified in (s) to BIN 16-bit Gray code data, it is stored in the device specified in (d).
1006 1006  
1007 1007  -[GRY  (s)  (d)]
... ... @@ -1031,8 +1031,7 @@
1031 1031  
1032 1032  Convert the BIN32-bit data specified in (s) into BIN32-bit Gray code and store it in the device specified in (d)
1033 1033  
1034 -(% style="text-align:center" %)
1035 -[[image:1760519357374-958.png]]
1024 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps201.jpg]]
1036 1036  
1037 1037  (s)+1: high 16 bits
1038 1038  
... ... @@ -1049,18 +1049,17 @@
1049 1049  
1050 1050  **Example**
1051 1051  
1052 -(% style="text-align:center" %)
1053 -[[image:1760519378928-755.png]]
1041 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps202.jpg]]
1054 1054  
1055 1055  As shown in the above ladder diagram:
1056 1056  
1057 -(% style="text-align:center" %)
1058 -[[image:1760519409066-947.png]]
1045 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps203.jpg]]
1059 1059  
1060 -=== **PRUN/Octal digit transmission (16-bit data)** ===
1061 1061  
1062 -PRUN(P)
1048 +=== **6.8.15 PRUN/Octal digit transmission (16-bit data)** ===
1063 1063  
1050 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps204.png]]PRUN(P)
1051 +
1064 1064  After processing the device numbers of (s) and (d) with specified digits as octal numbers, transfer the data.
1065 1065  
1066 1066  -[PRUN (s) (d)]
... ... @@ -1082,15 +1082,12 @@
1082 1082  
1083 1083  • Octal digit device→ decimal digit device
1084 1084  
1085 -(% style="text-align:center" %)
1086 -[[image:1760519463939-108.png]]
1073 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps205.jpg]]
1087 1087  
1088 1088  • Decimal digit device → octal digit device
1089 1089  
1090 -(% style="text-align:center" %)
1091 -[[image:1760519565692-716.png]]
1077 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps206.jpg]]
1092 1092  
1093 -
1094 1094  **Error code**
1095 1095  
1096 1096  |**Error code**|**Content**
... ... @@ -1099,17 +1099,15 @@
1099 1099  
1100 1100  **Example**
1101 1101  
1102 -(% style="text-align:center" %)
1103 -[[image:1760519583756-167.png]]
1087 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps207.jpg]]
1104 1104  
1105 1105  As shown in the above ladder diagram: X0~~X17 takes the value of octal digits and pass it to the devices corresponding to M.
1106 1106  
1107 -(% style="text-align:center" %)
1108 -[[image:1760519614678-176.png]]
1091 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps208.jpg]]
1109 1109  
1110 -=== **DPRUN/Otal Digit Transmission (32-bit data)** ===
1093 +===
1094 +**6.8.**[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps209.png]]**16 DPRUN/Otal Digit Transmission (32-bit data)** ===
1111 1111  
1112 -
1113 1113  **DPRUN(P)**
1114 1114  
1115 1115  After processing the device numbers of (s) and (d) with specified digits as octal numbers, transfer the data.
... ... @@ -1141,16 +1141,12 @@
1141 1141  
1142 1142  • Octal digit device to decimal digit device
1143 1143  
1144 -(% style="text-align:center" %)
1145 -[[image:1760519664128-168.png]]
1127 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps210.jpg]]
1146 1146  
1147 -
1148 1148  • Decimal digit device → octal digit device
1149 1149  
1150 -(% style="text-align:center" %)
1151 -[[image:1760519688020-796.png]]
1131 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps211.jpg]]
1152 1152  
1153 -
1154 1154  **Error code**
1155 1155  
1156 1156  |**Error code**|**Content**
... ... @@ -1159,10 +1159,8 @@
1159 1159  
1160 1160  **Example**
1161 1161  
1162 -(% style="text-align:center" %)
1163 -[[image:1760519705881-806.png||height="56" width="374"]]
1141 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13456\wps212.jpg]]
1164 1164  
1165 -
1166 1166  As shown in the above ladder diagram:
1167 1167  
1168 1168  X0 to X27 take the value of octal digits and pass them to the Devices corresponding to M.
1760515828495-204.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -32.6 KB
Content
1760515993069-622.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -39.0 KB
Content
1760516200225-646.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -9.3 KB
Content
1760516268370-140.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -40.6 KB
Content
1760516329466-296.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -33.8 KB
Content
1760516369609-652.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -16.3 KB
Content
1760516454645-987.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -94.5 KB
Content
1760516560154-107.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -52.4 KB
Content
1760516760461-209.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -18.3 KB
Content
1760516821297-118.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -26.1 KB
Content
1760516859697-895.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -34.7 KB
Content
1760517173347-405.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -62.5 KB
Content
1760517259004-868.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -34.1 KB
Content
1760517298248-607.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -12.7 KB
Content
1760517373906-417.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -95.0 KB
Content
1760517421103-521.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -11.6 KB
Content
1760517499439-697.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -13.5 KB
Content
1760517525868-463.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -25.9 KB
Content
1760517594117-892.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -138.8 KB
Content
1760517675391-831.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -13.0 KB
Content
1760517745942-979.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -12.2 KB
Content
1760517809643-353.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -16.5 KB
Content
1760517879658-305.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -39.7 KB
Content
1760518002883-747.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -38.0 KB
Content
1760518024863-940.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -19.0 KB
Content
1760518067695-791.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -4.8 KB
Content
1760518128297-536.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -4.9 KB
Content
1760518162828-183.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -30.1 KB
Content
1760518190168-651.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -9.9 KB
Content
1760518243532-544.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -17.2 KB
Content
1760518318672-792.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -26.5 KB
Content
1760518359500-132.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -26.9 KB
Content
1760518380601-932.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -29.7 KB
Content
1760518408811-430.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -19.6 KB
Content
1760518549836-396.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -12.1 KB
Content
1760518595510-661.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -85.8 KB
Content
1760518650396-504.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -24.1 KB
Content
1760518681791-265.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -78.4 KB
Content
1760518721394-977.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -16.7 KB
Content
1760518798409-907.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -17.9 KB
Content
1760518822792-557.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -38.8 KB
Content
1760518892993-298.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -42.5 KB
Content
1760518916894-252.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -38.5 KB
Content
1760518963231-603.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -28.8 KB
Content
1760519299493-121.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -12.3 KB
Content
1760519319104-654.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -28.8 KB
Content
1760519357374-958.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -49.1 KB
Content
1760519378928-755.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -10.1 KB
Content
1760519409066-947.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -61.2 KB
Content
1760519463939-108.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -151.8 KB
Content
1760519565692-716.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -141.8 KB
Content
1760519583756-167.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -6.6 KB
Content
1760519614678-176.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -119.0 KB
Content
1760519664128-168.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -71.0 KB
Content
1760519688020-796.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -68.3 KB
Content
1760519705881-806.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Iris
Size
... ... @@ -1,1 +1,0 @@
1 -13.5 KB
Content