Changes for page Appendixes
Last modified by Jiahao Lai on 2026/04/13 17:21
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,4 +1,4 @@ 1 -== [[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml9284\wps112.png]]**Appendix 1 Special Relay (SM)** ==1 +== **Appendix 1 Special Relay (SM)** == 2 2 3 3 === **Error Message** === 4 4 ... ... @@ -567,7 +567,7 @@ 567 567 (When being set as ON, STOP->RUN; it can be automatically changed to OFF after modification) 568 568 )))|R/W|√ 569 569 570 -== [[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml9284\wps135.png]]**Appendix 2 Special Register (SD)** ==570 +== **Appendix 2 Special Register (SD)** == 571 571 572 572 === **Error Message** === 573 573 ... ... @@ -609,7 +609,7 @@ 609 609 |SD49|Production information string|Store production information and ASCII code| |X 610 610 |SD50~~SD99|Model identification code|Store PLC model identification code, which cannot be modified|R|X 611 611 612 -=== **Clock Information** [[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml9284\wps138.png]]===612 +=== **Clock Information** === 613 613 614 614 |**SD label**|**Name**|**Content**|**R/W**|**Power-down save** 615 615 |SD100|Real time clock seconds (0~~59)|(% rowspan="7" %)PLC Built-in RTC Clock|R|X ... ... @@ -745,7 +745,7 @@ 745 745 |SD343|Timing clock output 4 counts the value in scanned numbers|The timing clock output 4 of DUTY instruction counts the value in scanned numbers|R/W|X 746 746 |SD344|Timing clock output 5 counts the value in scanned numbers|The timing clock output 5 of DUTY instruction counts the value in scanned numbers|R/W|X 747 747 748 -=== **Interrupt Prohibited** [[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml9284\wps141.png]]===748 +=== **Interrupt Prohibited** === 749 749 750 750 |**SD label**|**Name**|**Content**|**R/W**|**Power-down save** 751 751 |SD350~~SD381|Timer interrupt prohibited mask|SIMASK instruction interrupt mask, each bit represents an interrupt, see SIMAK instruction for details|R/W|X ... ... @@ -960,7 +960,7 @@ 960 960 |SD632|HSC7 input filter setting (0.01us)|Range 0~~1700, default 0|R|X 961 961 |SD633|The DHSCS, DHSCR and DHSZ instructions use the priority settings of the HSC7 channel|0~~2. The highest priority is 0, and the default value is 0|R/W|X 962 962 963 -=== **Right Expansion Module** [[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml9284\wps143.png]]===963 +=== **Right Expansion Module** === 964 964 965 965 |**SD label**|**Name**|**Content**|**R/W**|**Power-down save** 966 966 |SD2081| |Reserved|R|× ... ... @@ -976,7 +976,7 @@ 976 976 3/4: LX6_16EYT module 977 977 )))|R|× 978 978 979 -=== **Input Filter** [[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml9284\wps144.png]]===979 +=== **Input Filter** === 980 980 981 981 |**SD label**|**Name**|**Content**|**R/W**|**Power-down save** 982 982 |SD2280|Input filter point setting, with the default value being 10ms|Low byte X0~~X3, high byte X4~~X7|R/W|× ... ... @@ -1110,7 +1110,7 @@ 1110 1110 |SD4014|Low bit of this boot RUN time|(% rowspan="2" %)Store the RUN time after PLC starts up, with the unit being s|R|× 1111 1111 |SD4015|High bit of this boot RUN time|R|× 1112 1112 1113 -== [[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml9284\wps148.png]]**Appendix 3 Error Codes Sorting** ==1113 +== **Appendix 3 Error Codes Sorting** == 1114 1114 1115 1115 === **PLC Hardware Error** === 1116 1116 ... ... @@ -1136,7 +1136,7 @@ 1136 1136 |1500|The sign error when executing OUT T in END instruction during the ladder diagram conversion|Stop running|Detect OUT T instruction in ladder diagram|When END instruction is executed 1137 1137 |1501|Null pointer error|Stop running|Check whether an undefined program name is used.|At the time of initialization 1138 1138 1139 -=== **PLC Parameter Error** [[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml9284\wps151.png]]===1139 +=== **PLC Parameter Error** === 1140 1140 1141 1141 |**Error code**|**Description**|**Action**|**Processing approach**|**Test time** 1142 1142 |2000|Number of I/O points allocated by program is different from the actual number of hardware I/O points|Stop running|Check I/O points configuration|When the state changes from STOP to RUN ... ... @@ -1153,18 +1153,18 @@ 1153 1153 |2202|Special parameter setting error|Stop running|Check special parameters settings|When the state changes from STOP to RUN 1154 1154 |2203|PLC EDITOR and PLC firmware versions are inconsistent|Stop running|Please re-install the PLC Editor2 or upgrade the firmware by checking the correspondence table between the PLC Editor2 and the firmware version.|When the state changes from STOP to RUN 1155 1155 |2380|The current scan cycle exceeds the constant scan cycle set value|Continue to run|Modify the constant scan cycle setting|When END instruction is executed 1156 -|2400|Event exceeds maximum range |Stop running|Check whether the event setting exceeds 100|When the state changes from STOP to RUN1157 -|2401|Event execution program is empty |Stop running|Whether to establish the correct event program|When the state changes from STOP to RUN1158 -|2402|Event clear program is empty |Stop running|Whether to establish the correct event program|When the state changes from STOP to RUN1159 -|2403|Timed interrupt exceeds the maximum range |Stop running|Check whether the timer interrupt setting exceeds 100|When the state changes from STOP to RUN1160 -|2404|Timer interrupt execution program is empty |Stop running|Whether to establish the correct timer interrupt program|When the state changes from STOP to RUN1161 -|2405|Timer interrupt priority setting error |Stop running|Check whether the timer interrupt priority is set to 0~~2|When the state changes from STOP to RUN1156 +|2400|Event exceeds maximum range |Stop running|Check whether the event setting exceeds 100|When the state changes from STOP to RUN 1157 +|2401|Event execution program is empty |Stop running|Whether to establish the correct event program|When the state changes from STOP to RUN 1158 +|2402|Event clear program is empty |Stop running|Whether to establish the correct event program|When the state changes from STOP to RUN 1159 +|2403|Timed interrupt exceeds the maximum range |Stop running|Check whether the timer interrupt setting exceeds 100|When the state changes from STOP to RUN 1160 +|2404|Timer interrupt execution program is empty |Stop running|Whether to establish the correct timer interrupt program|When the state changes from STOP to RUN 1161 +|2405|Timer interrupt priority setting error |Stop running|Check whether the timer interrupt priority is set to 0~~2|When the state changes from STOP to RUN 1162 1162 |2406|High-speed counting interrupt exceeds the maximum range|Stop running|Check whether the high-speed counting interrupt setting exceeds 100|When the state changes from STOP to RUN 1163 1163 |2407|High-speed counting interrupt execution program is empty|Stop running|Whether to establish the correct high-speed counting interrupt program|When the state changes from STOP to RUN 1164 -|2408|High-speed counting priority setting error |Stop running|Check whether the high-speed counting interrupt priority is set to 0~~2|When the state changes from STOP to RUN1165 -|2409|External interrupt exceeds the maximum range |Stop running|Check whether the external interrupt setting exceeds 16|When the state changes from STOP to RUN1166 -|240A|External interrupt execution program is empty |Stop running|Whether to establish the correct external interrupt program|When the state changes from STOP to RUN1167 -|240B|External interrupt priority setting error |Stop running|Check whether the external interrupt priority is set to 0~~2|When the state changes from STOP to RUN1164 +|2408|High-speed counting priority setting error |Stop running|Check whether the high-speed counting interrupt priority is set to 0~~2|When the state changes from STOP to RUN 1165 +|2409|External interrupt exceeds the maximum range |Stop running|Check whether the external interrupt setting exceeds 16|When the state changes from STOP to RUN 1166 +|240A|External interrupt execution program is empty |Stop running|Whether to establish the correct external interrupt program|When the state changes from STOP to RUN 1167 +|240B|External interrupt priority setting error |Stop running|Check whether the external interrupt priority is set to 0~~2|When the state changes from STOP to RUN 1168 1168 |2500|High-speed counter channel exceeds the maximum range|Stop running|Detect high-speed input configuration|When the state changes from STOP to RUN 1169 1169 |2501|High-speed counter mode setting error|Stop running|Detect high-speed input configuration|When the state changes from STOP to RUN 1170 1170 |2502|High-speed counter frequency multiplication setting error|Stop running|Detect high-speed input configuration|When the state changes from STOP to RUN ... ... @@ -1405,7 +1405,7 @@ 1405 1405 |4F97|In the center of circle mode, the calculated radius distance is greater than the maximum radius, which means the range is +/-800,000 pulses.|Continue to run|Modify application instruction parameters|Instruction is running 1406 1406 |4F98|Helical interpolation error, the Z axis is the main axis (the Z axis coordinate is greater than the number of virtual main axes in the circular plane).|Continue to run|Modify application instruction parameters|Instruction is running 1407 1407 |4F99|Helical interpolation error, Z axis is 0.|Continue to run|Modify application instruction parameters|Instruction is running 1408 -|4F9B|The lead setting is out of range (i.e. lead appears[[image: file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml9284\wps155.png]]).|Continue to run|Modify application instruction parameters|Instruction is running1408 +|4F9B|The lead setting is out of range (i.e. lead appears[[image:1761206358928-705.png]]).|Continue to run|Modify application instruction parameters|Instruction is running 1409 1409 |5080|The ethernet socket is already connected and cannot be opened again.|Continue to run|Check if SOCOPEN instruction is executed repeatedly|When the application instruction is executed 1410 1410 |5081|Ethernet socket is not open, which results in the failure in operation|Continue to run|Check whether set ON the connected sign bit of the SOCOPEN instruction (d2) parameter.|When the application instruction is executed 1411 1411 |5082|Socket ID input by Ethernet instruction is out of range.|Continue to run|Modify application instruction parameters|When the application instruction is executed ... ... @@ -1426,7 +1426,7 @@ 1426 1426 )))|When the application instruction is executed 1427 1427 |5090|Abnormal network cable connection|Continue to run|Check if the network cable is connected|When the application instruction is executed 1428 1428 1429 -**Right Expansion Module Error (Communication Error Reported)** [[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml9284\wps156.png]]1429 +**Right Expansion Module Error (Communication Error Reported)** 1430 1430 1431 1431 |**Error code**|**Description**|**Action**|**Processing approach**|**Test time** 1432 1432 |7080|Expansion module checksum error|Continue to run|Detect the link between the expansion module and the host or whether there is external interference|Instruction is running ... ... @@ -1433,3 +1433,139 @@ 1433 1433 |7081|Abnormal expansion module communication message|Continue to run|Detect the link between the expansion module and the host or whether there is external interference|Instruction is running 1434 1434 |7082|FROM/TO instruction error|Continue to run|Detect the link between the expansion module and the host|Instruction is running 1435 1435 |7083|Expansion module access exception|Continue to run|Detect the link between the expansion module and the host|Instruction is running 1436 + 1437 +== [[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml9284\wps157.png]]**Appendix 4 ASCII Code Comparison Table** == 1438 + 1439 +=== [[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml9284\wps158.png]]**ASCII Code Comparison Table** === 1440 + 1441 + 1442 +|**Bin**|**Oct**|**(Dec)**|**Hex**|(% rowspan="2" %)**Abbreviations/characters**|(% rowspan="2" %)**Explanation** 1443 +|**(Binary)**|**(Octal)**|**(Decimal)**|**(Hexadecimal)** 1444 +|0000 0000|0|0|0x00|NUL(null)|Null character 1445 +|0000 0001|1|1|0x01|SOH (start of headline)|Start of headline 1446 +|0000 0010|2|2|0x02|STX (start of text)|Start of text 1447 +|0000 0011|3|3|0x03|ETX (end of text)|End of text 1448 +|0000 0100|4|4|0x04|EOT (end of transmission)|End of transmission 1449 +|0000 0101|5|5|0x05|ENQ (enquiry)|Enquiry 1450 +|0000 0110|6|6|0x06|ACK (acknowledge)|Acknowledge 1451 +|0000 0111|7|7|0x07|BEL (bell)|Bell 1452 +|0000 1000|10|8|0x08|BS (backspace)|Backspace 1453 +|0000 1001|11|9|0x09|HT (horizontal tab)|Horizontal tab 1454 +|0000 1010|12|10|0x0A|LF (NL line feed, new line)|Line feed 1455 +|0000 1011|13|11|0x0B|VT (vertical tab)|Vertical tab 1456 +|0000 1100|14|12|0x0C|FF (NP form feed, new page)|Form feed 1457 +|0000 1101|15|13|0x0D|CR (carriage return)|Carriage return 1458 +|0000 1110|16|14|0x0E|SO (shift out)|Shift out 1459 +|0000 1111|17|15|0x0F|SI (shift in)|Shift in 1460 +|0001 0000|20|16|0x10|DLE (data link escape)|Data link escape 1461 +|0001 0001|21|17|0x11|DC1 (device control 1)|Device control 1 1462 +|0001 0010|22|18|0x12|DC2 (device control 2)|Device control 2 1463 +|0001 0011|23|19|0x13|DC3 (device control 3)|Device control 3 1464 +|0001 0100|24|20|0x14|DC4 (device control 4)|Device control 4 1465 +|0001 0101|25|21|0x15|NAK (negative acknowledge)|Negative acknowledge 1466 +|0001 0110|26|22|0x16|SYN (synchronous idle)|Synchronous idle 1467 +|0001 0111|27|23|0x17|ETB (end of trans. block)|End of transmission block 1468 +|0001 1000|30|24|0x18|CAN (cancel)|Cancel 1469 +|0001 1001|31|25|0x19|EM (end of medium)|End of medium 1470 +|0001 1010|32|26|0x1A|SUB (substitute)|Substitute 1471 +|0001 1011|33|27|0x1B|ESC (escape)|Escape 1472 +|0001 1100|34|28|0x1C|FS (file separator)|File separator 1473 +|0001 1101|35|29|0x1D|GS (group separator)|Group separator 1474 +|0001 1110|36|30|0x1E|RS (record separator)|Record separator 1475 +|0001 1111|37|31|0x1F|US (unit separator)|Unit separator 1476 +|0010 0000|40|32|0x20|(space)|Space 1477 +|0010 0001|41|33|0x21|!|Exclamation mark 1478 +|0010 0010|42|34|0x22|"|Double quotation marks 1479 +|0010 0011|43|35|0x23|#|Pound sign 1480 +|0010 0100|44|36|0x24|$|Dollar sign 1481 +|0010 0101|45|37|0x25|%|Percent sign 1482 +|0010 0110|46|38|0x26|&|Ampersand 1483 +|0010 0111|47|39|0x27|'|Single quotation mark 1484 +|0010 1000|50|40|0x28|(|Opening bracket 1485 +|0010 1001|51|41|0x29|)|Closing bracket 1486 +|0010 1010|52|42|0x2A|*|Asterisk 1487 +|0010 1011|53|43|0x2B|+|Plus sign 1488 +|0010 1100|54|44|0x2C|,|**Comma** 1489 +|0010 1101|55|45|0x2D|-|Subtraction sign/dash 1490 +|0010 1110|56|46|0x2E|.|Full stop 1491 +|0010 1111|57|47|0x2F|/|Slash 1492 +|0011 0000|60|48|0x30|0|Character 0 1493 +|0011 0001|61|49|0x31|1|Character 1 1494 +|0011 0010|62|50|0x32|2|Character 2 1495 +|0011 0011|63|51|0x33|3|Character 3 1496 +|0011 0100|64|52|0x34|4|Character 4 1497 +|0011 0101|65|53|0x35|5|Character 5 1498 +|0011 0110|66|54|0x36|6|Character 6 1499 +|0011 0111|67|55|0x37|7|Character 7 1500 +|0011 1000|70|56|0x38|8|Character 8 1501 +|0011 1001|71|57|0x39|9|Character 9 1502 +|0011 1010|72|58|0x3A|:|Colon 1503 +|0011 1011|73|59|0x3B|:|Semicolon 1504 +|0011 1100|74|60|0x3C|<|Less-than sign 1505 +|0011 1101|75|61|0x3D|=|Equal sign 1506 +|0011 1110|76|62|0x3E|>|Greater-than sign 1507 +|0011 1111|77|63|0x3F|?|Question mark 1508 +|0100 0000|100|64|0x40|@|Email symbol 1509 +|0100 0001|101|65|0x41|A|Capital letter A 1510 +|0100 0010|102|66|0x42|B|Capital letter B 1511 +|0100 0011|103|67|0x43|C|Capital letter C 1512 +|0100 0100|104|68|0x44|D|Capital letter D 1513 +|0100 0101|105|69|0x45|E|Capital letter E 1514 +|0100 0110|106|70|0x46|F|Capital letter F 1515 +|0100 0111|107|71|0x47|G|Capital letter G 1516 +|0100 1000|110|72|0x48|H|Capital letter H 1517 +|0100 1001|111|73|0x49|I|Capital letter I 1518 +|1001010|112|74|0x4A|J|Capital letter J 1519 +|0100 1011|113|75|0x4B|K|Capital letter K 1520 +|0100 1100|114|76|0x4C|L|Capital letter L 1521 +|0100 1101|115|77|0x4D|M|Capital letter M 1522 +|0100 1110|116|78|0x4E|N|Capital letter N 1523 +|0100 1111|117|79|0x4F|O|Capital letter O 1524 +|0101 0000|120|80|0x50|P|Capital letter P 1525 +|0101 0001|121|81|0x51|Q|Capital letter Q 1526 +|0101 0010|122|82|0x52|R|Capital letter R 1527 +|0101 0011|123|83|0x53|S|Capital letter S 1528 +|0101 0100|124|84|0x54|T|Capital letter T 1529 +|0101 0101|125|85|0x55|U|Capital letter U 1530 +|0101 0110|126|86|0x56|V|Capital letter V 1531 +|0101 0111|127|87|0x57|W|Capital letter W 1532 +|0101 1000|130|88|0x58|X|Capital letter X 1533 +|0101 1001|131|89|0x59|Y|Capital letter Y 1534 +|0101 1010|132|90|0x5A|Z|Capital letter Z 1535 +|0101 1011|133|91|0x5B|[|Open bracket 1536 +|0101 1100|134|92|0x5C|/|Backslash 1537 +|0101 1101|135|93|0x5D|]|Close bracket 1538 +|0101 1110|136|94|0x5E|^|Caret 1539 +|0101 1111|137|95|0x5F|_|Underline 1540 +|0110 0000|140|96|0x60|`|Open single quotation mark 1541 +|0110 0001|141|97|0x61|a|Lowercase letter a 1542 +|0110 0010|142|98|0x62|b|Lowercase letter b 1543 +|0110 0011|143|99|0x63|c|Lowercase letter c 1544 +|0110 0100|144|100|0x64|d|Lowercase letter d 1545 +|0110 0101|145|101|0x65|e|Lowercase letter e 1546 +|0110 0110|146|102|0x66|f|Lowercase letter f 1547 +|0110 0111|147|103|0x67|g|Lowercase letter g 1548 +|0110 1000|150|104|0x68|h|Lowercase letter h 1549 +|0110 1001|151|105|0x69|i|Lowercase letter i 1550 +|0110 1010|152|106|0x6A|j|Lowercase letter j 1551 +|0110 1011|153|107|0x6B|k|Lowercase letter k 1552 +|0110 1100|154|108|0x6C|l|Lowercase letter l 1553 +|0110 1101|155|109|0x6D|m|Lowercase letter m 1554 +|0110 1110|156|110|0x6E|n|Lowercase letter n 1555 +|0110 1111|157|111|0x6F|o|Lowercase letter o 1556 +|0111 0000|160|112|0x70|p|Lowercase letter p 1557 +|0111 0001|161|113|0x71|q|Lowercase letter q 1558 +|0111 0010|162|114|0x72|r|Lowercase letter r 1559 +|0111 0011|163|115|0x73|s|Lowercase letter s 1560 +|0111 0100|164|116|0x74|t|Lowercase letter t 1561 +|0111 0101|165|117|0x75|u|Lowercase letter u 1562 +|0111 0110|166|118|0x76|v|Lowercase letter v 1563 +|0111 0111|167|119|0x77|w|Lowercase letter w 1564 +|0111 1000|170|120|0x78|x|Lowercase letter x 1565 +|0111 1001|171|121|0x79|y|Lowercase letter y 1566 +|0111 1010|172|122|0x7A|z|Lowercase letter z 1567 +|0111 1011|173|123|0x7B|{|Flower bracket 1568 +|0111 1100|174|124|0x7C|~||Vertical line 1569 +|0111 1101|175|125|0x7D|}|Closing flower bracket 1570 +|0111 1110|176|126|0x7E|~~|Tilde 1571 +|0111 1111|177|127|0x7F|DEL (delete)|Delete
- 1761206358928-705.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Iris - Size
-
... ... @@ -1,0 +1,1 @@ 1 +409 bytes - Content