Changes for page 13 HMI Internal Registers

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

From version 2.1
edited by Hunter
on 2022/07/09 11:59
Change comment: There is no comment for this version
To version 8.1
edited by Stone Wu
on 2022/08/25 17:27
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.Hunter
1 +XWiki.Stone
Content
... ... @@ -4,27 +4,26 @@
4 4  
5 5  *HSW, HDW, HUW, HAW are word address, HSX, HDX, HUX, HAX are bit address.
6 6  
7 -1. **System data area (HSW): **A special register defined by the system.
8 -1. **Data storage area (HDW/HDX): **Users store user data.
9 -1. **System data area (HUW): **A special register defined by the system.
10 -1. **System Data (HAW)**: System register used for power-off save.
11 -1. **Recipe index area (RPW): **System register used for recipe index.
7 +* **System data area (HSW): **A special register defined by the system.
8 +* **Data storage area (HDW/HDX): **Users store user data.
9 +* **System data area (HUW): **A special register defined by the system.
10 +* **System Data (HAW)**: System register used for power-off save.
11 +* **Recipe index area (RPW): **System register used for recipe index.
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  
... ... @@ -337,9 +337,11 @@
337 337  * HDX882.1=0 SD card doesn't execute storage or storage finished.
338 338  * HDX882.1=1 SD card is reading data, don't remove SD card.
339 339  )))
340 -|=(% style="width: 160px;" %)HSW884|(% style="width:282px" %)Enter setup screen|(% style="width:452px" %)(((
341 -* = 0: Do not into setup screen
342 -* = 1: Enter setup screen
342 +|=(% style="width: 160px;" %)HSW884|(% style="width:282px" %)Enter the system network configuration interface|(% style="width:452px" %)(((
343 +* =0: Do not enter the network configuration interface
344 +* =1: Enter the system network configuration interface.
345 +** ig series HMI only supports to enter the system interface
346 +
343 343  )))
344 344  |=(% style="width: 160px;" %)HSW885|(% style="width:282px" %)When the control object hides the address is read failed (communication failure), set the display mode of the object|(% style="width:452px" %)(((
345 345  * = 0: displayed by object setting.
... ... @@ -508,6 +508,10 @@
508 508  * HSX1502.0=1: Modification comfirmed. Save the data of HSW1450~~HSW1501 to a file for immediate effect.
509 509  * HSX1502.1=1:Modification cancelled. Restore the current data of hSW1450-HSW1501 to the data saved in the file last time.
510 510  )))
515 +|=(% style="width: 160px;" %)HSW1509|(% style="width:282px" %)Curve width|(% style="width:452px" %)(((
516 +* =0: Use the curve width set by project default.
517 +* =1 to 10: use special register to set curve width.
518 +)))
511 511  |=(% style="width: 160px;" %)HSW1603|(% style="width:282px" %)Number of current unreleased alarms|(% style="width:452px" %)The number of current unreleased alarms in alarm record file.
512 512  |=(% style="width: 160px;" %)HSW1604|(% style="width:282px" %)The auxiliary judgment address when the control bit in the Object Lock fails to be read|(% style="width:452px" %)(((
513 513  * =0: The auxiliary address is invalid.
... ... @@ -635,6 +635,22 @@
635 635  * =1: download firmware
636 636  * =2: enter the background
637 637  )))
646 +|=(% style="width: 160px;" %)HSW1866|(% style="width:282px" %)Delete the LUa extension module file|(% style="width:452px" %)(((
647 +* =1, delete;
648 +* = Others, do not delete
649 +)))
650 +|=(% style="width: 160px;" %)HSW1867|(% style="width:282px" %)Reset mode|(% style="width:452px" %)(((
651 +Monitor address is set during reset of reset switch, whether to cancel reset,
652 +
653 +* = 0, yes (default);
654 +* = 1, no
655 +)))
656 +|=(% style="width: 160px;" %)HSW1868|(% style="width:282px" %)Double-click or long press the record type table mode|(% style="width:452px" %)(((
657 +Controls whether the button pops up when double-clicking or long pressing on record type table object
658 +
659 +* = 0, yes (default);
660 +* = 1, no
661 +)))
638 638  |=(% style="width: 160px;" %)HSW10000~~19999|(% style="width:282px" %)Power-down storage area|(% style="width:452px" %)After restart, the data remains
639 639  |=(% style="width: 160px;" %)HSW10035|(% rowspan="13" style="width:282px" %)(((
640 640  **✎Note: **Only valid when the HMI is plugged into the Ethernet cable.
... ... @@ -749,10 +749,10 @@
749 749  |=(% style="width: 160px;" %)HSW11760|(% style="width:282px" %)Screensaver countdown|(% style="width:452px" %)Display the countdown to enter the Screensaver, unit: second.
750 750  |=(% style="width: 160px;" %)HSW11761|(% style="width:282px" %)Screensaver screen number|(% style="width:452px" %)Set the screen number for Screensaver
751 751  
752 -== **Serial port communication configuration** ==
776 +== Serial port communication configuration ==
753 753  
754 754  (% class="table-bordered" %)
755 -|=(% style="width: 102px;" %)Port|=(% style="width: 173px;" %)**Function**|=(% style="width: 122px;" %)**Address**|=(% colspan="2" style="width: 506px;" %)**Description**
779 +|=(% scope="row" style="width: 102px;" %)Port|=(% style="width: 173px;" %)**Function**|=(% style="width: 122px;" %)**Address**|=(% colspan="2" style="width: 506px;" %)**Description**
756 756  |(% colspan="1" rowspan="11" style="width:102px" %)COM1|(% style="width:173px" %)Communication mode|(% style="width:122px" %)HSW10061|(% colspan="2" style="width:506px" %)(((
757 757  * =0: RS232
758 758  * =1: RS485
... ... @@ -782,10 +782,22 @@
782 782  * =1: ODD
783 783  * =2: EVEN
784 784  )))
785 -|(% style="width:173px" %)Wait timeout|(% style="width:122px" %)HSW10066|(% colspan="2" style="width:506px" %)Unit: ms. Range: 0~~30000
786 -|(% style="width:173px" %)reveive timeout|(% style="width:122px" %)HSW10067|(% colspan="2" style="width:506px" %)Unit: ms. Range: 0~~30000
787 -|(% style="width:173px" %)Retry time|(% style="width:122px" %)HSW10068|(% colspan="2" style="width:506px" %)Unit: times. Range: 0~~100
788 -|(% style="width:173px" %)Retry timeout|(% style="width:122px" %)HSW10069|(% colspan="2" style="width:506px" %)Unit: s. Range: 0~~300
809 +|(% style="width:173px" %)Wait timeout|(% style="width:122px" %)HSW10066|(% colspan="2" style="width:506px" %)(((
810 +* Unit: ms.
811 +* Range: 0 to 30000
812 +)))
813 +|(% style="width:173px" %)reveive timeout|(% style="width:122px" %)HSW10067|(% colspan="2" style="width:506px" %)(((
814 +* Unit: ms.
815 +* Range: 0 to 30000
816 +)))
817 +|(% style="width:173px" %)Retry time|(% style="width:122px" %)HSW10068|(% colspan="2" style="width:506px" %)(((
818 +* Unit: times.
819 +* Range: 0 to 100
820 +)))
821 +|(% style="width:173px" %)Retry timeout|(% style="width:122px" %)HSW10069|(% colspan="2" style="width:506px" %)(((
822 +* Unit: s.
823 +* Range: 0 to 300
824 +)))
789 789  |(% style="width:173px" %)HMI station number|(% style="width:122px" %)HSW10070|(% colspan="2" style="width:506px" %)
790 790  |(% style="width:173px" %)PLC station number|(% style="width:122px" %)HSW10071|(% colspan="2" style="width:506px" %)
791 791  |(% colspan="1" rowspan="11" style="width:102px" %)COM1-2|(% style="width:173px" %)Communication mode|(% style="width:122px" %)HSW10094|(% colspan="2" style="width:506px" %)(((
... ... @@ -818,10 +818,22 @@
818 818  * =1: ODD
819 819  * =2: EVEN
820 820  )))
821 -|(% style="width:173px" %)Wait timeout|(% style="width:122px" %)HSW10099|(% colspan="2" style="width:506px" %)Unit: ms. Range: 0~~30000
822 -|(% style="width:173px" %)receive timeout|(% style="width:122px" %)HSW10100|(% colspan="2" style="width:506px" %)Unit: ms. Range: 0~~30000
823 -|(% style="width:173px" %)Retry time|(% style="width:122px" %)HSW10101|(% colspan="2" style="width:506px" %)Unit: times. Range: 0~~100
824 -|(% style="width:173px" %)Retry timeout|(% style="width:122px" %)HSW10102|(% colspan="2" style="width:506px" %)Unit: s. Range: 0~~30
857 +|(% style="width:173px" %)Wait timeout|(% style="width:122px" %)HSW10099|(% colspan="2" style="width:506px" %)(((
858 +* Unit: ms.
859 +* Range: 0 to 30000
860 +)))
861 +|(% style="width:173px" %)receive timeout|(% style="width:122px" %)HSW10100|(% colspan="2" style="width:506px" %)(((
862 +* Unit: ms.
863 +* Range: 0 to 30000
864 +)))
865 +|(% style="width:173px" %)Retry time|(% style="width:122px" %)HSW10101|(% colspan="2" style="width:506px" %)(((
866 +* Unit: times.
867 +* Range: 0 to 100
868 +)))
869 +|(% style="width:173px" %)Retry timeout|(% style="width:122px" %)HSW10102|(% colspan="2" style="width:506px" %)(((
870 +* Unit: s.
871 +* Range: 0 to 30
872 +)))
825 825  |(% style="width:173px" %)HMI station number|(% style="width:122px" %)HSW10103|(% colspan="2" style="width:506px" %)
826 826  |(% style="width:173px" %)PLC station number|(% style="width:122px" %)HSW10104|(% colspan="2" style="width:506px" %)
827 827  |(% colspan="1" rowspan="11" style="width:102px" %)COM1-3|(% style="width:173px" %)Communication mode|(% style="width:122px" %)HSW10120|(% colspan="2" style="width:506px" %)(((
... ... @@ -854,10 +854,22 @@
854 854  * =1: ODD
855 855  * =2: EVEN
856 856  )))
857 -|(% style="width:173px" %)Wait timeout|(% style="width:122px" %)HSW10125|(% colspan="2" style="width:506px" %)Unit: ms. Range: 0~~30000
858 -|(% style="width:173px" %)receive timeout|(% style="width:122px" %)HSW10126|(% colspan="2" style="width:506px" %)Unit: ms. Range: 0~~30000
859 -|(% style="width:173px" %)Retry time|(% style="width:122px" %)HSW10127|(% colspan="2" style="width:506px" %)Unit: times. Range: 0~~100
860 -|(% style="width:173px" %)Retry timeout|(% style="width:122px" %)HSW10128|(% colspan="2" style="width:506px" %)Unit: s. Range: 0~~30
905 +|(% style="width:173px" %)Wait timeout|(% style="width:122px" %)HSW10125|(% colspan="2" style="width:506px" %)(((
906 +* Unit: ms.
907 +* Range: 0 to 30000
908 +)))
909 +|(% style="width:173px" %)receive timeout|(% style="width:122px" %)HSW10126|(% colspan="2" style="width:506px" %)(((
910 +* Unit: ms.
911 +* Range: 0 to 30000
912 +)))
913 +|(% style="width:173px" %)Retry time|(% style="width:122px" %)HSW10127|(% colspan="2" style="width:506px" %)(((
914 +* Unit: times.
915 +* Range: 0 to 100
916 +)))
917 +|(% style="width:173px" %)Retry timeout|(% style="width:122px" %)HSW10128|(% colspan="2" style="width:506px" %)(((
918 +* Unit: s.
919 +* Range: 0 to 30
920 +)))
861 861  |(% style="width:173px" %)HMI station number|(% style="width:122px" %)HSW10129|(% colspan="2" style="width:506px" %)
862 862  |(% style="width:173px" %)PLC station number|(% style="width:122px" %)HSW10130|(% colspan="2" style="width:506px" %)
863 863  |(% colspan="1" rowspan="11" style="width:102px" %)COM2|(% style="width:173px" %)Communication mode|(% style="width:122px" %)HSW10072|(% colspan="2" style="width:506px" %)(((
... ... @@ -888,10 +888,22 @@
888 888  * =1: ODD
889 889  * =2: EVEN
890 890  )))
891 -|(% style="width:173px" %)Wait timeout|(% style="width:122px" %)HSW10077|(% colspan="2" style="width:506px" %)Unit: ms. Range: 0~~30000
892 -|(% style="width:173px" %)receive timeout|(% style="width:122px" %)HSW10078|(% colspan="2" style="width:506px" %)Unit: ms. Range: 0~~30000
893 -|(% style="width:173px" %)Retry time|(% style="width:122px" %)HSW10079|(% colspan="2" style="width:506px" %)Unit: times. Range: 0~~100
894 -|(% style="width:173px" %)Retry timeout|(% style="width:122px" %)HSW10080|(% colspan="2" style="width:506px" %)Unit: s. Range: 0~~30
951 +|(% style="width:173px" %)Wait timeout|(% style="width:122px" %)HSW10077|(% colspan="2" style="width:506px" %)(((
952 +* Unit: ms.
953 +* Range: 0 to 30000
954 +)))
955 +|(% style="width:173px" %)receive timeout|(% style="width:122px" %)HSW10078|(% colspan="2" style="width:506px" %)(((
956 +* Unit: ms.
957 +* Range: 0 to 30000
958 +)))
959 +|(% style="width:173px" %)Retry time|(% style="width:122px" %)HSW10079|(% colspan="2" style="width:506px" %)(((
960 +* Unit: times.
961 +* Range: 0 to 100
962 +)))
963 +|(% style="width:173px" %)Retry timeout|(% style="width:122px" %)HSW10080|(% colspan="2" style="width:506px" %)(((
964 +* Unit: s.
965 +* Range: 0 to 30
966 +)))
895 895  |(% style="width:173px" %)HMI station number|(% style="width:122px" %)HSW10081|(% colspan="2" style="width:506px" %)
896 896  |(% style="width:173px" %)PLC station number|(% style="width:122px" %)HSW10082|(% colspan="2" style="width:506px" %)
897 897  |(% colspan="1" rowspan="11" style="width:102px" %)COM2-2|(% style="width:173px" %)Communication mode|(% style="width:122px" %)HSW10105|(% colspan="2" style="width:506px" %)(((
... ... @@ -922,10 +922,22 @@
922 922  * =1: ODD
923 923  * =2: EVEN
924 924  )))
925 -|(% style="width:173px" %)Wait timeout|(% style="width:122px" %)HSW10110|(% colspan="2" style="width:506px" %)Unit: ms. Range: 0~~30000
926 -|(% style="width:173px" %)receive timeout|(% style="width:122px" %)HSW10111|(% colspan="2" style="width:506px" %)Unit: ms. Range: 0~~30000
927 -|(% style="width:173px" %)Retry time|(% style="width:122px" %)HSW10112|(% colspan="2" style="width:506px" %)Unit: times. Range: 0~~100
928 -|(% style="width:173px" %)Retry timeout|(% style="width:122px" %)HSW10113|(% colspan="2" style="width:506px" %)Unit: s. Range: 0~~30
997 +|(% style="width:173px" %)Wait timeout|(% style="width:122px" %)HSW10110|(% colspan="2" style="width:506px" %)(((
998 +* Unit: ms.
999 +* Range: 0 to 30000
1000 +)))
1001 +|(% style="width:173px" %)receive timeout|(% style="width:122px" %)HSW10111|(% colspan="2" style="width:506px" %)(((
1002 +* Unit: ms.
1003 +* Range: 0 to 30000
1004 +)))
1005 +|(% style="width:173px" %)Retry time|(% style="width:122px" %)HSW10112|(% colspan="2" style="width:506px" %)(((
1006 +* Unit: times.
1007 +* Range: 0 to 100
1008 +)))
1009 +|(% style="width:173px" %)Retry timeout|(% style="width:122px" %)HSW10113|(% colspan="2" style="width:506px" %)(((
1010 +* Unit: s.
1011 +* Range: 0 to 30
1012 +)))
929 929  |(% style="width:173px" %)HMI station number|(% style="width:122px" %)HSW10114|(% colspan="2" style="width:506px" %)
930 930  |(% style="width:173px" %)PLC station number|(% style="width:122px" %)HSW10115|(% colspan="2" style="width:506px" %)
931 931  |(% colspan="1" rowspan="11" style="width:102px" %)COM3|(% style="width:173px" %)Communication mode|(% style="width:122px" %)HSW10083|(% colspan="2" style="width:506px" %)(((
... ... @@ -955,29 +955,48 @@
955 955  * =1: ODD
956 956  * =2: EVEN
957 957  )))
958 -|(% style="width:173px" %)Wait timeout|(% style="width:122px" %)HSW10088|(% colspan="2" style="width:506px" %)Unit: ms. Range: 0~~30000
959 -|(% style="width:173px" %)receive timeout|(% style="width:122px" %)HSW10089|(% colspan="2" style="width:506px" %)Unit: ms. Range: 0~~30000
960 -|(% style="width:173px" %)Retry time|(% style="width:122px" %)HSW10090|(% colspan="2" style="width:506px" %)Unit: times. Range: 0~~100
961 -|(% style="width:173px" %)Retry timeout|(% style="width:122px" %)HSW10091|(% colspan="2" style="width:506px" %)Unit: s. Range: 0~~30
1042 +|(% style="width:173px" %)Wait timeout|(% style="width:122px" %)HSW10088|(% colspan="2" style="width:506px" %)(((
1043 +* Unit: ms.
1044 +* Range: 0 to 30000
1045 +)))
1046 +|(% style="width:173px" %)receive timeout|(% style="width:122px" %)HSW10089|(% colspan="2" style="width:506px" %)(((
1047 +* Unit: ms.
1048 +* Range: 0 to 30000
1049 +)))
1050 +|(% style="width:173px" %)Retry time|(% style="width:122px" %)HSW10090|(% colspan="2" style="width:506px" %)(((
1051 +* Unit: times.
1052 +* Range: 0 to 100
1053 +)))
1054 +|(% style="width:173px" %)Retry timeout|(% style="width:122px" %)HSW10091|(% colspan="2" style="width:506px" %)(((
1055 +* Unit: s.
1056 +* Range: 0 to 30
1057 +)))
962 962  |(% style="width:173px" %)HMI station number|(% style="width:122px" %)HSW10092|(% colspan="2" style="width:506px" %)
963 963  |(% style="width:173px" %)PLC station number|(% style="width:122px" %)HSW10093|(% colspan="2" style="width:506px" %)
964 964  |(% colspan="1" rowspan="2" style="width:102px" %)CAN port|(% style="width:173px" %)CAN1 baud rate|(% style="width:122px" %)HSW010116|(% style="width:299px" %)(((
965 -Unit: K, the baud rate must be an integer, for example, when the baud rate required is 250000, just enter 250.
1061 +Unit: K, the baud rate must be an integer.
1062 +
1063 +For example, when the baud rate required is 250000, just enter 250.
966 966  )))|(% colspan="1" rowspan="2" style="width:218px" %)**✎Note: **If baud rate has been modified,please wait 5 seconds,then restart the HMI to take effect.
967 -|(% style="width:173px" %)CAN2 baud rate|(% style="width:122px" %)HSW010117|(% style="width:299px" %)Unit: K, the baud rate must be an integer, for example, when the baud rate required is 250000, just enter 250.
1065 +|(% style="width:173px" %)CAN2 baud rate|(% style="width:122px" %)HSW010117|(% style="width:299px" %)(((
1066 +Unit: K, the baud rate must be an integer.
968 968  
969 -== **Ethernet communication configuration** ==
1068 +For example, when the baud rate required is 250000, just enter 250.
1069 +)))
970 970  
1071 +== Ethernet communication configuration ==
1072 +
971 971  (% class="table-bordered" %)
972 -|=(% style="width: 40px;" %)**No.**|=(% style="width: 295px;" %)**Function**|=(% style="width: 220px;" %)**Address**|=(% style="width: 336px;" %)**Description**
1074 +|(% style="width:40px" %)**No.**|(% style="width:295px" %)**Function**|(% style="width:220px" %)**Address**|(% style="width:336px" %)**Description**
973 973  |(% rowspan="7" style="width:40px" %)1|(% colspan="1" rowspan="7" style="width:295px" %)Ethernet parameter configuration for communication number 1 in list. Configure those addresses according to connected device. After configuration, wait for 5 seconds and restart the HMI.|(% style="width:220px" %)HSW11004|(% style="width:336px" %)Device IP address high word 1
974 974  |(% style="width:220px" %)HSW11005|(% style="width:336px" %)Device IP address high word 2
975 975  |(% style="width:220px" %)HSW11006|(% style="width:336px" %)Device IP address high word 3
976 976  |(% style="width:220px" %)HSW11007|(% style="width:336px" %)Device IP address high word 4
977 977  |(% style="width:220px" %)HSW11008|(% style="width:336px" %)Device Port number
978 -|(% style="width:220px" %)HSW11009|=(% style="width: 336px;" %)(((
979 -* =2 TCP
980 -* =3 UDP
1080 +|(% style="width:220px" %)HSW11009|(% style="width:336px" %)(((
1081 +~=2 TCP
1082 +
1083 +~=3 UDP
981 981  )))
982 982  |(% style="width:220px" %)HSW11010|(% style="width:336px" %)Reserved
983 983  |(% rowspan="7" style="width:40px" %)2|(% colspan="1" rowspan="7" style="width:295px" %)Ethernet parameter configuration for communication number 2 in list. Configure those addresses according to connected device. After configuration, wait for 5 seconds and restart the HMI.|(% style="width:220px" %)HSW11011|(% style="width:336px" %)Device IP address high word 1
... ... @@ -985,9 +985,10 @@
985 985  |(% style="width:220px" %)HSW11013|(% style="width:336px" %)Device IP address high word 3
986 986  |(% style="width:220px" %)HSW11014|(% style="width:336px" %)Device IP address high word 4
987 987  |(% style="width:220px" %)HSW11015|(% style="width:336px" %)Device Port number
988 -|(% style="width:220px" %)HSW11016|=(% style="width: 336px;" %)(((
989 -* =2 TCP
990 -* =3 UDP
1091 +|(% style="width:220px" %)HSW11016|(% style="width:336px" %)(((
1092 +~=2 TCP
1093 +
1094 +~=3 UDP
991 991  )))
992 992  |(% style="width:220px" %)HSW11017|(% style="width:336px" %)Reserved
993 993  |(% style="width:40px" %)…|(% style="width:295px" %) |(% style="width:220px" %)…|(% style="width:336px" %)…
... ... @@ -996,16 +996,22 @@
996 996  |(% style="width:220px" %)HSW11223|(% style="width:336px" %)Device IP address high word 3
997 997  |(% style="width:220px" %)HSW11224|(% style="width:336px" %)Device IP address high word 4
998 998  |(% style="width:220px" %)HSW11225|(% style="width:336px" %)Device Port number
999 -|(% style="width:220px" %)HSW11226|=(% style="width: 336px;" %)2 TCP; =3 UDP
1103 +|(% style="width:220px" %)HSW11226|(% style="width:336px" %)(((
1104 +~=2 TCP;
1105 +
1106 +~=3 UDP
1107 +)))
1000 1000  |(% style="width:220px" %)HSW11227|(% style="width:336px" %)Reserved
1001 1001  
1002 -(% class="wikigeneratedid" %)
1110 +(% class="box infomessage" %)
1111 +(((
1003 1003  **✎Note:** The number of Ethernet connections supported by different HMI series varies.
1113 +)))
1004 1004  
1005 -== **Communication control** ==
1115 +== Communication control ==
1006 1006  
1007 1007  (% class="table-bordered" %)
1008 -|(% style="width:135px" %)**Communication No.**|(% style="width:102px" %)**Station No.**|(% style="width:185px" %)**Control bit**|(% style="width:191px" %)**Communication lamp**|(% style="width:271px" %)**Description**
1118 +|=(% style="width: 135px;" %)**Communication No.**|=(% style="width: 102px;" %)**Station No.**|=(% style="width: 185px;" %)**Control bit**|=(% style="width: 191px;" %)**Communication lamp**|=(% style="width: 271px;" %)**Description**
1009 1009  |(% colspan="1" rowspan="16" style="width:135px" %)1|(% style="width:102px" %)0~~15|(% style="width:185px" %)HSX550.0~HSX550.15|(% style="width:191px" %)HSX558.0~HSX558.15|(% rowspan="160" style="width:271px" %)Communication number refers to the number in "Communication Port Configuration". A number provides 256 device station numbers. Each station number corresponds to a communication control bit and a communication indicator bit. Registers HSX550.0 to HSX805.15 are used to control the station numbers from 0 to 127, and registers HSX1150.0 to HSX1405.15 are used to control station numbers 128 to 255.
1010 1010  |(% style="width:102px" %)16~~31|(% style="width:185px" %)HSX551.0~HSX551.15|(% style="width:191px" %)HSX559.0~HSX559.15
1011 1011  |(% style="width:102px" %)32~~47|(% style="width:185px" %)HSX552.0~HSX552.15|(% style="width:191px" %)HSX560.0~HSX560.15