Changes for page 05 Registers

Last modified by Mora Zhou on 2024/12/05 16:04

From version 3.1
edited by Mora Zhou
on 2023/12/22 10:54
Change comment: There is no comment for this version
To version 4.1
edited by Devin Chen
on 2024/01/25 22:23
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Mora
1 +XWiki.DevinChen
Content
... ... @@ -12,21 +12,13 @@
12 12  |(% style="width:58px" %)3|(% style="width:263px" %)M - Intermediate|(% style="width:761px" %)(((
13 13  Common intermediate register; System special register;
14 14  )))
15 +|(% style="width:58px" %)4|(% style="width:263px" %)S - State|(% style="width:761px" %)PLC internal states flag for step control;
16 +|(% style="width:58px" %)5|(% style="width:263px" %)T - Timer|(% style="width:761px" %)16-bit timer (1, 10 and 100ms)
17 +|(% style="width:58px" %)6|(% style="width:263px" %)C - Counter|(% style="width:761px" %)16-bit and 32-bit up/down counter; High speed counter;
18 +|(% style="width:58px" %)7|(% style="width:263px" %)D – Data register|(% style="width:761px" %)Data register; String register; Indirect addressing address;
19 +|(% style="width:58px" %)8|(% style="width:263px" %)P, I - Pointer|(% style="width:761px" %)Jump pointer; Sub-program pointer; Interrupt pointer (high speed, );
20 +|(% style="width:58px" %)9|(% style="width:263px" %)K, H - Constant|(% style="width:761px" %)Binary, decimal, hexadecimal, floating point, etc.
15 15  
16 -(% class="table-bordered" %)
17 -|=(% style="width: 58px;" %)4|=(% style="width: 268px;" %)S - State|=(% style="width: 756px;" %)PLC internal states flag for step control;
18 -|(% style="width:58px" %)5|(% style="width:268px" %)T - Timer|(% style="width:756px" %)16-bit timer (1, 10 and 100ms)
19 -|(% style="width:58px" %)6|(% style="width:268px" %)C - Counter|(% style="width:756px" %)(((
20 -16-bit and 32-bit up/down counter; High speed counter;
21 -)))
22 -|(% style="width:58px" %)7|(% style="width:268px" %)D – Data register|(% style="width:756px" %)(((
23 -Data register; String register; Indirect addressing address;
24 -)))
25 -|(% style="width:58px" %)8|(% style="width:268px" %)P, I - Pointer|(% style="width:756px" %)(((
26 -Jump pointer; Sub-program pointer; Interrupt pointer (high speed, );
27 -)))
28 -|(% style="width:58px" %)9|(% style="width:268px" %)K, H - Constant|(% style="width:756px" %)Binary, decimal, hexadecimal, floating point, etc.
29 -
30 30  Table 2
31 31  
32 32  (% border="2" class="table-bordered" %)
... ... @@ -185,7 +185,7 @@
185 185  
186 186  **~ Examples:**
187 187  
188 -*
180 +*
189 189  ** M8033: All output statuses are retained when PLC operation is stopped;
190 190  ** M8034: All outputs are disabled;
191 191  ** M8039: The PLC operates under constant scould mode;