Changes for page 13 HMI Internal Registers

Last modified by Jett on 2025/04/28 16:07

From version 1.1
edited by Leo Wei
on 2022/06/08 12:57
Change comment: Imported from XAR
To version 3.1
edited by Stone Wu
on 2022/08/03 10:03
Change comment: There is no comment for this version

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,1 @@
1 -PIStudio.1 User Manual.WebHome
1 +PIStudio.WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.admin
1 +XWiki.Stone
Content
... ... @@ -12,19 +12,18 @@
12 12  
13 13  HMI internal registers are divided into bit address and word address, which can be accessed in two ways (take HDW as an example).
14 14  
15 -1. Access as word with the prefix "HDW".
15 +* Access as word with the prefix "HDW".
16 +** HDW0 means the 1st word of system data area. HDW1 means the 2nd word of system data area.
17 +* Access as bit with the prefix "HDX".  The number before "." i".  The number before Access in bit with the prefix "HD".  The number before Access in bit with the prefix "HDX". The number before "." indicates the number of the word. The number after "." indicates the bit number of the word.
18 +** HDX1020.12 means to access the system data area in bit mode, the specific location is the 13th bit of the 1020 word.
16 16  
17 -* HDW0 means the 1st word of system data area. HDW1 means the 2nd word of system data area.
18 -
19 -(% start="2" %)
20 -1. Access as bit with the prefix "HDX".  The number before "." i".  The number before Access in bit with the prefix "HD".  The number before Access in bit with the prefix "HDX". The number before "." indicates the number of the word. The number after "." indicates the bit number of the word.
21 -
22 -* HDX1020.12 means to access the system data area in bit mode, the specific location is the 13th bit of the 1020 word.
23 -
20 +(% class="box infomessage" %)
21 +(((
24 24  **✎Note:**
25 25  
26 26  * Addresses in HDX are the bits from words in HDW, so be careful when using addresses. For example, HDX1020.12 is the 13th bit to access the 1020 word. The value of this bit is the same as that of the word accessed through HDW001020. The 13th bit of this word is actually the same bit as HDX1020.12.
27 27  * The address of the bit address HDX is with a decimal point while word addresses are integers.
26 +)))
28 28  
29 29  = **Data storage area (HDW/HDX)** =
30 30  
... ... @@ -40,10 +40,13 @@
40 40  1. Access as word, and serial number range is from HAW0 to HAW199999.
41 41  1. Access as bit, and serial number range is from HAX0.0 to HAX199999.15.
42 42  
42 +(% class="box infomessage" %)
43 +(((
43 43  **✎Note:**
44 44  
45 45  * HAW/HAX is power-down retention. The register of this type is able to save the data before the power-down.
46 46  * To avoid possible device failure, do not immediately power off and reboot when configuring the power-down save addre
48 +)))
47 47  
48 48  = **Recipe index area (RPW)** =
49 49  
... ... @@ -317,8 +317,14 @@
317 317  |=(% style="width: 160px;" %)HSW857|(% style="width:282px" %)Permission in remote access (web page, mobile APP, cloud platform, etc.)|(% style="width:452px" %)(((
318 318  * =0: users could switch the screen, control the switch and update data in remote access.
319 319  * =1: users could only control function switch (only switch the screen), view data and switch state, but could not operate or update them.
320 -* =2: users could neither operate the screen switch, nor switch operation and data modification, only view.( ig series)
322 +* =2: users could neither operate the screen switch, nor switch operation and data modification, only view. (The ig series and 8000/9000 series with -R after system upgrade)
321 321  )))
324 +|=(% style="width: 160px;" %)HSW860~~861|(% style="width:282px" %)Data partition remaining space|(% style="width:452px" %)Display the data partition remaining space, updated every minute, unit(**kB**)
325 +|=(% style="width: 160px;" %)HSW880|(% style="width:282px" %)Enable data partition remaining space|(% style="width:452px" %)(((
326 +~=1, able to view the data partition remaining space from HSW860~~861.
327 +
328 +~=Other value except 1, disable the viewing function.
329 +)))
322 322  |=(% style="width: 160px;" %)HSW881|(% style="width:282px" %)Storage of Record files|(% style="width:452px" %)(((
323 323  It is used for controlling saving alarm/data record files to U disk / SD card.
324 324  
... ... @@ -721,9 +721,9 @@
721 721  * =2: Chinese
722 722  )))
723 723  |=(% style="width: 160px;" %)HSW11756|(% style="width:282px" %)(((
724 -Set access permission restrictions
732 +Access permission restrictions
725 725  
726 -**(ig series)**
734 +(ig series and** **8000/9000 series with -R after system upgrade)
727 727  )))|(% style="width:452px" %)(((
728 728  * =0: LAN or the external network both OK
729 729  * =1: Only LAN access
... ... @@ -993,8 +993,10 @@
993 993  |(% style="width:220px" %)HSW11226|=(% style="width: 336px;" %)2 TCP; =3 UDP
994 994  |(% style="width:220px" %)HSW11227|(% style="width:336px" %)Reserved
995 995  
996 -(% class="wikigeneratedid" %)
1004 +(% class="box infomessage" %)
1005 +(((
997 997  **✎Note:** The number of Ethernet connections supported by different HMI series varies.
1007 +)))
998 998  
999 999  == **Communication control** ==
1000 1000