Changes for page 02 Devices

Last modified by Mora Zhou on 2023/11/22 14:13

From version 6.2
edited by Leo Wei
on 2022/07/20 09:54
Change comment: Update document after refactoring.
To version 13.1
edited by Stone Wu
on 2022/09/23 16:50
Change comment: There is no comment for this version

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,1 @@
1 -PLC Editor2.2\.1 LX5V user manual.WebHome
1 +PLC Editor2.WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.admin
1 +XWiki.Stone
Content
... ... @@ -1,28 +1,27 @@
1 -= Registers list =
1 += Device list =
2 2  
3 +|=(% scope="row" %)**Classification**|=**Type**|=**Device name**|=**Sign**|=**Range**|=**Number**
4 +|=(% rowspan="10" %)User devices|Bit|Input|X|0 to 1777|Octal number
5 +|(% scope="row" %)Bit|Output|Y|0 to 1777|Octal number
6 +|(% scope="row" %)Bit|Internal relay|M|0 to 7999|Decimal number
7 +|(% scope="row" %)Bit|Step relay|S|0 to 4095|Decimal number
8 +|(% scope="row" %)Bit/word|Timer|T|0 to 511|Decimal number
9 +|(% scope="row" %)Bit/word|Counter|C|0 to 255|Decimal number
10 +|(% scope="row" %)Bit/double word|Long counter|LC|0 to 255|Decimal number
11 +|(% scope="row" %)Bit/double word|High-speed counter|HSC|0 to 15|Decimal number
12 +|(% scope="row" %)Word|Data Register|D|0 to 7999|Decimal number
13 +|(% scope="row" %)Word|Data Register|R|0 to 29999|Decimal number
14 +|=(% rowspan="2" %)System devices|Bit|Special|SM|0 to 4095|Decimal number
15 +|(% scope="row" %)Word|Special register|SD|0 to 4095|Decimal number
16 +|=(% rowspan="3" %)Index registers|Word|Index register|[D]|0 to 7999|Decimal number
17 +|(% scope="row" %)Word|Index register|V|0 to 7|Decimal number
18 +|(% scope="row" %)Double word|Long index register|Z|0 to 7|Decimal number
19 +|=Nested|Bit|Nested|N|0 to 7|Decimal number
20 +|=Pointer|-|Pointer|P|0 to 4095|Decimal number
21 +|=(% rowspan="3" %)Constant|-|Decimal constant|K|-|Decimal number
22 +|(% scope="row" %)-|Hexadecimal constant|H|-|Hexadecimal number
23 +|(% scope="row" %)Single precision floating point|Real constant|E|-|-
3 3  
4 -|**Classification**|**Length**|**Description**|**Register**|**Range**|**Number**
5 -|(% rowspan="10" %)User registers|Bit|Input|X|0 to 1777|Octal number
6 -|Bit|Output|Y|0 to 1777|Octal number
7 -|Bit|Internal relay|M|0 to 7999|Decimal number
8 -|Bit|Step relay|S|0 to 4095|Decimal number
9 -|Bit/word|Timer|T|0 to 511|Decimal number
10 -|Bit/word|Counter|C|0 to 255|Decimal number
11 -|Bit/double word|Long counter|LC|0 to 255|Decimal number
12 -|Bit/double word|High-speed counter|HSC|0 to 15|Decimal number
13 -|Word|Data Register|D|0 to 7999|Decimal number
14 -|Word|Data Register|R|0 to 29999|Decimal number
15 -|(% rowspan="2" %)System registers|Bit|Special|SM|0 to 4095|Decimal number
16 -|Word|Special register|SD|0 to 4095|Decimal number
17 -|(% rowspan="3" %)Index registers|Word|Index register|[D]|0 to 7999|Decimal number
18 -|Word|Index register|V|0 to 7|Decimal number
19 -|Double word|Long index register|Z|0 to 7|Decimal number
20 -|Nested|Bit|Nested|N|0 to 7|Decimal number
21 -|Pointer|-|Pointer|P|0 to 4095|Decimal number
22 -|(% rowspan="3" %)Constant|-|Decimal constant|K|-|Decimal number
23 -|-|Hexadecimal constant|H|-|Hexadecimal number
24 -|Single precision floating point|Real constant|E|-|-
25 -
26 26  = User registers =
27 27  
28 28  == Input relay (X) ==
... ... @@ -129,7 +129,7 @@
129 129  
130 130  
131 131  
132 -== Data Register (D & R) ==
131 +== Data Register (D&R) ==
133 133  
134 134  Registers are used for data calculation and storage, such as the calculation and calculation of timers, counters, and analog parameters. The width of each register is 16 bits. If 32bit instructions are used, the adjacent registers are automatically formed into 32bit registers for use, the lower address is the low byte, and the higher address is the high byte.
135 135  
... ... @@ -145,13 +145,13 @@
145 145  
146 146  The special relay SM is an internal relay with a certain specification inside the programmable controller, so it cannot be used in the program like ordinary internal relays. It can be turned ON/OFF as needed to control the PLC.
147 147  
148 -For details, please refer to [[(% class="wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink" %)__Special relays (SM) list__>>path:#_Attachment 1 Special Relay (SM)]](%%).
147 +For details, please refer to [[(% class="wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink" %)__Special relays (SM) list__>>path:https://docs.we-con.com.cn/bin/view/PLC%20Editor2/15/#HAppendix1SpecialRelay28SM29]](%%).
149 149  
150 150  == Special Register (SD) ==
151 151  
152 152  The special register SD is an internal register whose specifications are determined within the programmable controller, so it cannot be used in the program like a normal internal register, and the corresponding data can be written as needed to control the PLC.
153 153  
154 -For details, please refer to [[(% class="wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink" %)__Special register (SD) list__>>path:#_Appendix 2 Special Register (SD)]](%%).
153 +For details, please refer to [[(% class="wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink" %)__Special register (SD) list__>>path:https://docs.we-con.com.cn/bin/view/PLC%20Editor2/15/#HAppendix2SpecialRegister28SD29]](%%).
155 155  
156 156  = Index Register =
157 157