General Purpose User Variables
General Purpose Non-Holding User Variables
|
Address |
Description |
Minimum |
Maximum |
Format |
Unit |
|
0~1 |
General purpose user variable 0 |
-2147483648 |
2147483647 |
|
|
|
2~3 |
General purpose user variable 1 |
-2147483648 |
2147483647 |
|
|
|
4~5 |
General purpose user variable 2 |
-2147483648 |
2147483647 |
|
|
|
… |
… |
-2147483648 |
2147483647 |
|
|
|
… |
… |
-2147483648 |
2147483647 |
|
|
|
… |
… |
-2147483648 |
2147483647 |
|
|
|
194~195 |
General purpose user variable 97 |
-2147483648 |
2147483647 |
|
|
|
196~197 |
General purpose user variable 98 |
-2147483648 |
2147483647 |
|
|
|
198~199 |
General purpose user variable 99 |
-2147483648 |
2147483647 |
|
|
|
|
There are a total of 100 general-purpose non-holding user variables. They start from address 0 and continue sequentially. They can store 32-bit data. These variables can be used for purposes such as holding user macros/package program data. When the power is turned off and then on again, the contents of these variables are reset. |
General Purpose Holding User Variables
|
Address |
Description |
Minimum |
Maximum |
Format |
Unit |
|
200~201 |
General purpose holding user variable 0 |
-2147483648 |
2147483647 |
|
|
|
202~203 |
General purpose holding user variable 1 |
-2147483648 |
2147483647 |
|
|
|
204~205 |
General purpose holding user variable 2 |
-2147483648 |
2147483647 |
|
|
|
… |
… |
-2147483648 |
2147483647 |
|
|
|
… |
… |
-2147483648 |
2147483647 |
|
|
|
… |
… |
-2147483648 |
2147483647 |
|
|
|
394~395 |
General purpose holding user variable 97 |
-2147483648 |
2147483647 |
|
|
|
396~397 |
General purpose holding user variable 98 |
-2147483648 |
2147483647 |
|
|
|
398~399 |
General purpose holding user variable 99 |
-2147483648 |
2147483647 |
|
|
|
|
There are a total of 100 general purpose holding user variables. They start from address 200 and continue sequentially. They can store 32-bit data. These variables can be used for purposes such as holding user macros/package program data. When the power is turned off and then on again, the contents of these variables remain unchanged. |
