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 16.2
edited by Hunter
on 2023/02/18 11:30
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.Hunter
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  
... ... @@ -239,8 +239,8 @@
239 239  * =2: HSX521.1=1, delete all trend graph.
240 240  * =4: HSX521.2=1, delete all alarms.
241 241  * =16: HSX521.4=1, delete history XY plot.
242 -* =32: HSX521.5=1, delete data records in SD card or flash dish;(Please make a setting which is saved to flash disk or SD card in project setting).
243 -* =64: HSX521.6=1, delete alarms records in SD card or flash dish; (Please make a setting which is saved to flash disk or SD card in project setting).
244 +* =32: HSX521.5=1, delete data records in SD card or USB flash disk;(Please make a setting which is saved to USB flash disk or SD card in project setting).
245 +* =64: HSX521.6=1, delete alarms records in SD card or USB flash disk; (Please make a setting which is saved to USB flash disk or SD card in project setting).
244 244  )))
245 245  |=(% style="width: 160px;" %)HSW522|(% style="width:282px" %)Copy and paste the alarm/data files in flash to the USB flash disk|(% style="width:452px" %)(((
246 246  * =0: No operation
... ... @@ -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  
... ... @@ -331,9 +331,11 @@
331 331  * HDX882.1=0 SD card doesn't execute storage or storage finished.
332 332  * HDX882.1=1 SD card is reading data, don't remove SD card.
333 333  )))
334 -|=(% style="width: 160px;" %)HSW884|(% style="width:282px" %)Enter setup screen|(% style="width:452px" %)(((
335 -* = 0: Do not into setup screen
336 -* = 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 +
337 337  )))
338 338  |=(% 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" %)(((
339 339  * = 0: displayed by object setting.
... ... @@ -475,6 +475,8 @@
475 475  * =0, Default value
476 476  * =1, Release the alarm generated before the last power-down when starting up
477 477  )))
488 +|=(% style="width: 160px;" %)HSW1200|(% colspan="1" rowspan="2" style="width:282px" %)TSAP settings for HMI in the Siemens LOGO! 8 protocol(ig series or HMI V2.0)|(% style="width:452px" %)HMI local TSAP, which corresponds to the remote TSAP of PLC
489 +|=(% style="width: 160px;" %)HSW1201|(% style="width:452px" %)HMI remote TSAP, which corresponds to the local TSAP of PLC
478 478  |=(% style="width: 160px;" %)HSW1450|(% style="width:282px" %)Enable objects level password function|(% style="width:452px" %)(((
479 479  * =0, Disable
480 480  * =1, Enable
... ... @@ -502,6 +502,10 @@
502 502  * HSX1502.0=1: Modification comfirmed. Save the data of HSW1450~~HSW1501 to a file for immediate effect.
503 503  * HSX1502.1=1:Modification cancelled. Restore the current data of hSW1450-HSW1501 to the data saved in the file last time.
504 504  )))
517 +|=(% style="width: 160px;" %)HSW1509|(% style="width:282px" %)Curve width|(% style="width:452px" %)(((
518 +* =0: Use the curve width set by project default.
519 +* =1 to 10: use special register to set curve width.
520 +)))
505 505  |=(% 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.
506 506  |=(% 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" %)(((
507 507  * =0: The auxiliary address is invalid.
... ... @@ -577,6 +577,9 @@
577 577  * =0: Server connection exception
578 578  * =1: Server connection is OK
579 579  )))
596 +|=(% style="width: 160px;" %)HSW1740|(% style="width:282px" %)Wi-fi signal signal strength|(% style="width:452px" %)(((
597 +Display the value of Wi-fi signal signal strength, ranges from 0~~100 (Signal strength is automatically obtained only once when HMI is powered on, and it will not be automatically updated. It needs to be used with the HSW1890)
598 +)))
580 580  |=(% style="width: 160px;" %)HSW1741|(% colspan="1" rowspan="12" style="width:282px" %)Related IP register in 4Gnetwork status (It is valid when HMI is connected to 4G)|(% style="width:452px" %)Local IP address high byte 1
581 581  |=(% style="width: 160px;" %)HSW1742|(% style="width:452px" %)Local IP address high byte 2
582 582  |=(% style="width: 160px;" %)HSW1743|(% style="width:452px" %)Local IP address high byte 3
... ... @@ -604,6 +604,174 @@
604 604  * =1: Server connection is OK
605 605  )))
606 606  |=(% style="width: 160px;" %)HSW1761|(% style="width:282px" %)Display 4G network signal strength|(% style="width:452px" %)Signal strength: 0~~31. The greater the value ,the signal is stronger
626 +|=(% style="width: 160px;" %)(((
627 +HSW1762
628 +)))|(% colspan="1" rowspan="13" style="width:282px" %)(((
629 +Note: Valid when Ethernet2 of HMI is plugged into the network cable.
630 +①、When the Ethernet setting is enabled in the project parameters, this register displays the set value.
631 +②. When the Ethernet setting is not enabled in the engineering parameters, the register displays the Ethernet IP automatically acquired by the HMI.
632 +③. When the HMI is not plugged into the network cable, the register will show 0 whether the engineering parameters are set or not.
633 +④.IP related registers can be read and written (only static IP mode can be written).
634 +)))|(% style="width:452px" %)(((
635 +Ethernet2 Local IP address high byte 1
636 +)))
637 +|=(% style="width: 160px;" %)(((
638 +HSW1763
639 +)))|(% style="width:452px" %)(((
640 +Ethernet2 Local IP address high byte 2
641 +)))
642 +|=(% style="width: 160px;" %)(((
643 +HSW1764
644 +)))|(% style="width:452px" %)(((
645 +Ethernet2 Local IP address high byte 3
646 +)))
647 +|=(% style="width: 160px;" %)(((
648 +HSW1765
649 +)))|(% style="width:452px" %)(((
650 +Ethernet2 Local IP address high byte 4
651 +)))
652 +|=(% style="width: 160px;" %)(((
653 +HSW1766
654 +)))|(% style="width:452px" %)(((
655 +Ethernet2 Local mask IP address high byte 1
656 +)))
657 +|=(% style="width: 160px;" %)(((
658 +HSW1767
659 +)))|(% style="width:452px" %)(((
660 +Ethernet2 Local mask IP address high byte 2
661 +)))
662 +|=(% style="width: 160px;" %)(((
663 +HSW1768
664 +)))|(% style="width:452px" %)Ethernet2 Local mask IP address high byte 3
665 +|=(% style="width: 160px;" %)HSW1769|(% style="width:452px" %)Ethernet2 Local mask IP address high byte 4
666 +|=(% style="width: 160px;" %)(((
667 +HSW1770
668 +)))|(% style="width:452px" %)(((
669 +Ethernet2 Local gateway IP address high byte 1
670 +)))
671 +|=(% style="width: 160px;" %)(((
672 +HSW1771
673 +)))|(% style="width:452px" %)(((
674 +Ethernet2 Local gateway IP address high byte 2
675 +)))
676 +|=(% style="width: 160px;" %)(((
677 +HSW1772
678 +)))|(% style="width:452px" %)(((
679 +Ethernet2 Local gateway IP address high byte 3
680 +)))
681 +|=(% style="width: 160px;" %)(((
682 +HSW1773
683 +)))|(% style="width:452px" %)(((
684 +Ethernet2 Local gateway IP address high byte 4
685 +)))
686 +|=(% style="width: 160px;" %)(((
687 +HSW1774
688 +)))|(% style="width:452px" %)(((
689 +Ethernet2 Local Port Address
690 +)))
691 +|=(% style="width: 160px;" %)(((
692 +HSW1775
693 +)))|(% colspan="1" rowspan="6" style="width:282px" %)(((
694 +①Display the MAC code of Ethernet2 NIC
695 +
696 +(hexadecimal display)
697 +
698 +②Read-only mode, not modifiable
699 +)))|(% style="width:452px" %)(((
700 +Ethernet2 Local MAC code high byte 1
701 +)))
702 +|=(% style="width: 160px;" %)(((
703 +HSW1776
704 +)))|(% style="width:452px" %)(((
705 +Ethernet2 Local MAC code high byte 2
706 +)))
707 +|=(% style="width: 160px;" %)(((
708 +HSW1777
709 +)))|(% style="width:452px" %)(((
710 +Ethernet2 Local MAC code high byte 3
711 +)))
712 +|=(% style="width: 160px;" %)(((
713 +HSW1778
714 +)))|(% style="width:452px" %)(((
715 +Ethernet2 Local MAC code high byte 4
716 +)))
717 +|=(% style="width: 160px;" %)(((
718 +HSW1779
719 +)))|(% style="width:452px" %)(((
720 +Ethernet2 Local MAC code high byte 5
721 +)))
722 +|=(% style="width: 160px;" %)(((
723 +HSW1780
724 +)))|(% style="width:452px" %)(((
725 +Ethernet2 Local MAC code high byte 6
726 +)))
727 +|=(% style="width: 160px;" %)(((
728 +HSW1781
729 +)))|(% colspan="1" rowspan="8" style="width:282px" %)(((
730 +①Display and modify DNS1 and DNS2 of Ethernet2
731 +
732 +②Related registers can be read and written mode (only static IP mode can be written)
733 +)))|(% style="width:452px" %)(((
734 +Ethernet2 Local DNS1 address high byte 1
735 +)))
736 +|=(% style="width: 160px;" %)(((
737 +HSW1782
738 +)))|(% style="width:452px" %)(((
739 +Ethernet2 Local DNS1 address high byte 2
740 +)))
741 +|=(% style="width: 160px;" %)(((
742 +HSW1783
743 +)))|(% style="width:452px" %)(((
744 +Ethernet2 Local DNS1 address high byte 3
745 +)))
746 +|=(% style="width: 160px;" %)(((
747 +HSW1784
748 +)))|(% style="width:452px" %)(((
749 +Ethernet2 Local DNS1 address high byte 4
750 +)))
751 +|=(% style="width: 160px;" %)(((
752 +HSW1785
753 +)))|(% style="width:452px" %)(((
754 +Ethernet2 Local DNS2 address high byte 1
755 +)))
756 +|=(% style="width: 160px;" %)(((
757 +HSW1786
758 +)))|(% style="width:452px" %)(((
759 +Ethernet2 Local DNS2 address high byte 2
760 +)))
761 +|=(% style="width: 160px;" %)(((
762 +HSW1787
763 +)))|(% style="width:452px" %)(((
764 +Ethernet2 Local DNS2 address high byte 3
765 +)))
766 +|=(% style="width: 160px;" %)(((
767 +HSW1788
768 +)))|(% style="width:452px" %)(((
769 +Ethernet2 Local DNS2 address high byte 4
770 +)))
771 +|=(% style="width: 160px;" %)(((
772 +HSW1789
773 +)))|(% colspan="1" style="width:282px" %)(((
774 +Display or set the dynamic or static IP mode of Ethernet2
775 +)))|(% style="width:452px" %)(((
776 +HSX1789.0 = 0, Static IP mode
777 +
778 +HSX1789.0 = 1, dynamic IP mode
779 +)))
780 +|=(% style="width: 160px;" %)(((
781 +HSW1790
782 +)))|(% colspan="1" style="width:282px" %)(((
783 +Confirm Ethernet2 IP, subnet mask, gateway, DNS1, DNS2, and dynamic static IP settings
784 +)))|(% style="width:452px" %)(((
785 +~= 1, confirm the setting (i.e., after modifying IP-related information, set this address to 1, representing confirmation of the modification, after which it will be reset to 0)
786 +)))
787 +|=(% style="width: 160px;" %)(((
788 +HSW1791
789 +)))|(% colspan="1" style="width:282px" %)(((
790 +Network status of the Ethernet2 connection server
791 +)))|(% style="width:452px" %)(((
792 +~= 0, connection to the server is abnormal = 1, connection to the server is normal
793 +)))
607 607  |=(% style="width: 160px;" %)HSW1852|(% style="width:282px" %)Control the interval in two consecutive clicks|(% style="width:452px" %)Limit range: 1~~500ms. The default is 100 ms.
608 608  |=(% style="width: 160px;" %)HSW1853|(% style="width:282px" %)File format for exporting data records to USB flash drive or SD card|(% style="width:452px" %)(((
609 609  * =0: db database
... ... @@ -629,14 +629,87 @@
629 629  * =1: download firmware
630 630  * =2: enter the background
631 631  )))
819 +|=(% style="width: 160px;" %)HSW1865|(% style="width:282px" %)Priority connection to the cloud|(% style="width:452px" %)(((
820 +* =0: priority Ethernet
821 +* =1: priority WLAN
822 +* =2: priority 4G
823 +)))
824 +|=(% style="width: 160px;" %)HSW1866|(% style="width:282px" %)Delete the LUa extension module file|(% style="width:452px" %)(((
825 +* =0: delete;
826 +* = Others: do not delete
827 +)))
828 +|=(% style="width: 160px;" %)HSW1867|(% style="width:282px" %)Reset mode|(% style="width:452px" %)(((
829 +Monitor address is set during reset of reset switch, whether to cancel reset,
830 +
831 +* = 0: yes (default);
832 +* = 1: no
833 +)))
834 +|=(% style="width: 160px;" %)HSW1868|(% style="width:282px" %)Double-click or long press the record type table mode|(% style="width:452px" %)(((
835 +Controls whether the button pops up when double-clicking or long pressing on record type table object
836 +
837 +* = 0: yes (default);
838 +* = 1: no
839 +)))
840 +|=(% style="width: 160px;" %)(((
841 +HSW1869
842 +)))|(% style="width:282px" %)(((
843 +Dynamic screensaver countdown
844 +)))|(% style="width:452px" %)(((
845 +Countdown to enter dynamic screensaver effect, unit (S)
846 +)))
847 +|=(% style="width: 160px;" %)(((
848 +HSW1870
849 +)))|(% style="width:282px" %)(((
850 +Display or set the dynamic or static IP mode of Ethernet1
851 +)))|(% style="width:452px" %)(((
852 +HSX1870.0 = 0, Static IP mode
853 +
854 +HSX1870.0 = 1, dynamic IP mode
855 +)))
856 +|=(% style="width: 160px;" %)(((
857 +HSW1871
858 +)))|(% style="width:282px" %)(((
859 +Confirm the IP, subnet mask, gateway, DNS1, DNS2, and dynamic static IP settings for Ethernet1
860 +)))|(% style="width:452px" %)(((
861 +~= 1, confirm the setting (i.e., after modifying IP-related information, set this address to 1, representing confirmation of the modification, after which it will be reset to 0)
862 +)))
863 +|=(% style="width: 160px;" %)(((
864 +HSW1872
865 +)))|(% colspan="1" rowspan="8" style="width:282px" %)(((
866 +①Display and modify DNS1 and DNS2 of Ethernet1
867 +
868 +②Related registers can be read and written mode (only static IP mode can be written)
869 +)))|(% style="width:452px" %)(((
870 +Ethernet1 Local DNS1 address high byte 1
871 +)))
872 +|=(% style="width: 160px;" %)(((
873 +HSW1873
874 +)))|(% style="width:452px" %)Ethernet1 Local DNS1 address high byte 2
875 +|=(% style="width: 160px;" %)(((
876 +HSW1874
877 +)))|(% style="width:452px" %)Ethernet1 Local DNS1 address high byte 3
878 +|=(% style="width: 160px;" %)(((
879 +HSW1875
880 +)))|(% style="width:452px" %)Ethernet1 Local DNS1 address high byte 4
881 +|=(% style="width: 160px;" %)(((
882 +HSW1876
883 +)))|(% style="width:452px" %)Ethernet1 Local DNS2 address high byte 1
884 +|=(% style="width: 160px;" %)(((
885 +HSW1877
886 +)))|(% style="width:452px" %)Ethernet1 Local DNS2 address high byte 2
887 +|=(% style="width: 160px;" %)(((
888 +HSW1878
889 +)))|(% style="width:452px" %)Ethernet1 Local DNS2 address high byte 3
890 +|=(% style="width: 160px;" %)(((
891 +HSW1879
892 +)))|(% style="width:452px" %)Ethernet1 Local DNS2 address high byte 4
632 632  |=(% style="width: 160px;" %)HSW10000~~19999|(% style="width:282px" %)Power-down storage area|(% style="width:452px" %)After restart, the data remains
633 633  |=(% style="width: 160px;" %)HSW10035|(% rowspan="13" style="width:282px" %)(((
634 -**✎Note: **Only valid when the HMI is plugged into the Ethernet cable.
635 -
636 -1. If Ethernet settings is enabled in project parameters, this register displays the set value.
637 -1. If Ethernet settings is not enabled in project parameters, IP would automatically obtained IP.
638 -1. If HMI is not connected to the network, the register is displayed as 0 whether the engineering parameters are set.
639 -1. 4. All IP registers of HMI are read-only.
895 +Note: Valid when Ethernet1 of HMI is plugged into the network cable.
896 +①、When the Ethernet setting is enabled in the project parameters, this register displays the set value.
897 +②. When the Ethernet setting is not enabled in the engineering parameters, the register displays the Ethernet IP automatically acquired by the HMI.
898 +③. When the HMI is not plugged into the network cable, the register will show 0 whether the engineering parameters are set or not.
899 +④.IP related registers can be read and written (only static IP mode can be written).
640 640  )))|(% style="width:452px" %)Local IP address high byte 1
641 641  |=(% style="width: 160px;" %)HSW10036|(% style="width:452px" %)Local IP address high byte 2
642 642  |=(% style="width: 160px;" %)HSW10037|(% style="width:452px" %)Local IP address high byte 3
... ... @@ -651,9 +651,11 @@
651 651  |=(% style="width: 160px;" %)HSW10046|(% style="width:452px" %)Local gateway address high byte 4
652 652  |=(% style="width: 160px;" %)HSW10047|(% style="width:452px" %)Local port address
653 653  |=(% style="width: 160px;" %)HSW10048|(% rowspan="6" style="width:282px" %)(((
654 -Displays the MAC code of the current network card
914 +Display the MAC code of Ethernet1 NIC
655 655  
656 -(Hexadecimal display)
916 +(hexadecimal display)
917 +
918 +②Read-only mode, not modifiable
657 657  )))|(% style="width:452px" %)Local MAC code high word 1
658 658  |=(% style="width: 160px;" %)HSW10049|(% style="width:452px" %)Local MAC code high word 2
659 659  |=(% style="width: 160px;" %)HSW10050|(% style="width:452px" %)Local MAC code high word 3
... ... @@ -660,7 +660,7 @@
660 660  |=(% style="width: 160px;" %)HSW10051|(% style="width:452px" %)Local MAC code high word 4
661 661  |=(% style="width: 160px;" %)HSW10052|(% style="width:452px" %)Local MAC code high word 5
662 662  |=(% style="width: 160px;" %)HSW10053|(% style="width:452px" %)Local MAC code high word 6
663 -|=(% style="width: 160px;" %)HSW10118|(% colspan="1" rowspan="2" style="width:282px" %)TSAP settings for HMI in the Siemens logo! 8 protocol|(% style="width:452px" %)HMI local TSAP, which corresponds to the remote TSAP of PLC
925 +|=(% style="width: 160px;" %)HSW10118|(% colspan="1" rowspan="2" style="width:282px" %)TSAP settings for HMI in the Siemens LOGO! 8 protocol|(% style="width:452px" %)HMI local TSAP, which corresponds to the remote TSAP of PLC
664 664  |=(% style="width: 160px;" %)HSW10119|(% style="width:452px" %)HMI remote TSAP, which corresponds to the local TSAP of PLC
665 665  |=(% style="width: 160px;" %)HSW10461~~10493|(% style="width:282px" %)Remote access password|(% style="width:452px" %)8-character remote access password
666 666  |=(% style="width: 160px;" %)HSW10494~~10558|(% style="width:282px" %)Machine ID (Read only)|(% style="width:452px" %)Machine ID for remote access (read only 64-bit)
... ... @@ -721,9 +721,9 @@
721 721  * =2: Chinese
722 722  )))
723 723  |=(% style="width: 160px;" %)HSW11756|(% style="width:282px" %)(((
724 -Set access permission restrictions
986 +Access permission restrictions
725 725  
726 -**(ig series)**
988 +(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
... ... @@ -742,11 +742,38 @@
742 742  )))
743 743  |=(% style="width: 160px;" %)HSW11760|(% style="width:282px" %)Screensaver countdown|(% style="width:452px" %)Display the countdown to enter the Screensaver, unit: second.
744 744  |=(% style="width: 160px;" %)HSW11761|(% style="width:282px" %)Screensaver screen number|(% style="width:452px" %)Set the screen number for Screensaver
1007 +|=(% style="width: 160px;" %)(((
1008 +HSW11762
1009 +)))|(% style="width:282px" %)(((
1010 +Dynamic screensaver control address
1011 +)))|(% style="width:452px" %)(((
1012 +HSX11762.0=0, initialize with project configuration;
745 745  
746 -== **Serial port communication configuration** ==
1014 +HSX11762.0=1, initialize with special register configuration;
747 747  
1016 +HSX11762.1=0, disable dynamic screensaver;
1017 +
1018 +HSX11762.1=1, enable dynamic screensaver
1019 +)))
1020 +|=(% style="width: 160px;" %)(((
1021 +HSW11763
1022 +)))|(% style="width:282px" %)(((
1023 +Waiting time to enter the dynamic screensaver
1024 +)))|(% style="width:452px" %)(((
1025 +Waiting time when the screen is not operated, range 1~~720 minutes
1026 +)))
1027 +|=(% style="width: 160px;" %)(((
1028 +HSW11764
1029 +)))|(% style="width:282px" %)(((
1030 +Animated screensaver animation type
1031 +)))|(% style="width:452px" %)(((
1032 +~=0: Raster,=1: Blinds,=2: Bubble
1033 +)))
1034 +
1035 +== Serial port communication configuration ==
1036 +
748 748  (% class="table-bordered" %)
749 -|=(% style="width: 102px;" %)Port|=(% style="width: 173px;" %)**Function**|=(% style="width: 122px;" %)**Address**|=(% colspan="2" style="width: 506px;" %)**Description**
1038 +|=(% scope="row" style="width: 102px;" %)Port|=(% style="width: 173px;" %)**Function**|=(% style="width: 122px;" %)**Address**|=(% colspan="2" style="width: 506px;" %)**Description**
750 750  |(% colspan="1" rowspan="11" style="width:102px" %)COM1|(% style="width:173px" %)Communication mode|(% style="width:122px" %)HSW10061|(% colspan="2" style="width:506px" %)(((
751 751  * =0: RS232
752 752  * =1: RS485
... ... @@ -776,10 +776,22 @@
776 776  * =1: ODD
777 777  * =2: EVEN
778 778  )))
779 -|(% style="width:173px" %)Wait timeout|(% style="width:122px" %)HSW10066|(% colspan="2" style="width:506px" %)Unit: ms. Range: 0~~30000
780 -|(% style="width:173px" %)reveive timeout|(% style="width:122px" %)HSW10067|(% colspan="2" style="width:506px" %)Unit: ms. Range: 0~~30000
781 -|(% style="width:173px" %)Retry time|(% style="width:122px" %)HSW10068|(% colspan="2" style="width:506px" %)Unit: times. Range: 0~~100
782 -|(% style="width:173px" %)Retry timeout|(% style="width:122px" %)HSW10069|(% colspan="2" style="width:506px" %)Unit: s. Range: 0~~300
1068 +|(% style="width:173px" %)Wait timeout|(% style="width:122px" %)HSW10066|(% colspan="2" style="width:506px" %)(((
1069 +* Unit: ms.
1070 +* Range: 0 to 30000
1071 +)))
1072 +|(% style="width:173px" %)reveive timeout|(% style="width:122px" %)HSW10067|(% colspan="2" style="width:506px" %)(((
1073 +* Unit: ms.
1074 +* Range: 0 to 30000
1075 +)))
1076 +|(% style="width:173px" %)Retry time|(% style="width:122px" %)HSW10068|(% colspan="2" style="width:506px" %)(((
1077 +* Unit: times.
1078 +* Range: 0 to 100
1079 +)))
1080 +|(% style="width:173px" %)Retry timeout|(% style="width:122px" %)HSW10069|(% colspan="2" style="width:506px" %)(((
1081 +* Unit: s.
1082 +* Range: 0 to 300
1083 +)))
783 783  |(% style="width:173px" %)HMI station number|(% style="width:122px" %)HSW10070|(% colspan="2" style="width:506px" %)
784 784  |(% style="width:173px" %)PLC station number|(% style="width:122px" %)HSW10071|(% colspan="2" style="width:506px" %)
785 785  |(% colspan="1" rowspan="11" style="width:102px" %)COM1-2|(% style="width:173px" %)Communication mode|(% style="width:122px" %)HSW10094|(% colspan="2" style="width:506px" %)(((
... ... @@ -812,10 +812,22 @@
812 812  * =1: ODD
813 813  * =2: EVEN
814 814  )))
815 -|(% style="width:173px" %)Wait timeout|(% style="width:122px" %)HSW10099|(% colspan="2" style="width:506px" %)Unit: ms. Range: 0~~30000
816 -|(% style="width:173px" %)receive timeout|(% style="width:122px" %)HSW10100|(% colspan="2" style="width:506px" %)Unit: ms. Range: 0~~30000
817 -|(% style="width:173px" %)Retry time|(% style="width:122px" %)HSW10101|(% colspan="2" style="width:506px" %)Unit: times. Range: 0~~100
818 -|(% style="width:173px" %)Retry timeout|(% style="width:122px" %)HSW10102|(% colspan="2" style="width:506px" %)Unit: s. Range: 0~~30
1116 +|(% style="width:173px" %)Wait timeout|(% style="width:122px" %)HSW10099|(% colspan="2" style="width:506px" %)(((
1117 +* Unit: ms.
1118 +* Range: 0 to 30000
1119 +)))
1120 +|(% style="width:173px" %)receive timeout|(% style="width:122px" %)HSW10100|(% colspan="2" style="width:506px" %)(((
1121 +* Unit: ms.
1122 +* Range: 0 to 30000
1123 +)))
1124 +|(% style="width:173px" %)Retry time|(% style="width:122px" %)HSW10101|(% colspan="2" style="width:506px" %)(((
1125 +* Unit: times.
1126 +* Range: 0 to 100
1127 +)))
1128 +|(% style="width:173px" %)Retry timeout|(% style="width:122px" %)HSW10102|(% colspan="2" style="width:506px" %)(((
1129 +* Unit: s.
1130 +* Range: 0 to 30
1131 +)))
819 819  |(% style="width:173px" %)HMI station number|(% style="width:122px" %)HSW10103|(% colspan="2" style="width:506px" %)
820 820  |(% style="width:173px" %)PLC station number|(% style="width:122px" %)HSW10104|(% colspan="2" style="width:506px" %)
821 821  |(% colspan="1" rowspan="11" style="width:102px" %)COM1-3|(% style="width:173px" %)Communication mode|(% style="width:122px" %)HSW10120|(% colspan="2" style="width:506px" %)(((
... ... @@ -848,10 +848,22 @@
848 848  * =1: ODD
849 849  * =2: EVEN
850 850  )))
851 -|(% style="width:173px" %)Wait timeout|(% style="width:122px" %)HSW10125|(% colspan="2" style="width:506px" %)Unit: ms. Range: 0~~30000
852 -|(% style="width:173px" %)receive timeout|(% style="width:122px" %)HSW10126|(% colspan="2" style="width:506px" %)Unit: ms. Range: 0~~30000
853 -|(% style="width:173px" %)Retry time|(% style="width:122px" %)HSW10127|(% colspan="2" style="width:506px" %)Unit: times. Range: 0~~100
854 -|(% style="width:173px" %)Retry timeout|(% style="width:122px" %)HSW10128|(% colspan="2" style="width:506px" %)Unit: s. Range: 0~~30
1164 +|(% style="width:173px" %)Wait timeout|(% style="width:122px" %)HSW10125|(% colspan="2" style="width:506px" %)(((
1165 +* Unit: ms.
1166 +* Range: 0 to 30000
1167 +)))
1168 +|(% style="width:173px" %)receive timeout|(% style="width:122px" %)HSW10126|(% colspan="2" style="width:506px" %)(((
1169 +* Unit: ms.
1170 +* Range: 0 to 30000
1171 +)))
1172 +|(% style="width:173px" %)Retry time|(% style="width:122px" %)HSW10127|(% colspan="2" style="width:506px" %)(((
1173 +* Unit: times.
1174 +* Range: 0 to 100
1175 +)))
1176 +|(% style="width:173px" %)Retry timeout|(% style="width:122px" %)HSW10128|(% colspan="2" style="width:506px" %)(((
1177 +* Unit: s.
1178 +* Range: 0 to 30
1179 +)))
855 855  |(% style="width:173px" %)HMI station number|(% style="width:122px" %)HSW10129|(% colspan="2" style="width:506px" %)
856 856  |(% style="width:173px" %)PLC station number|(% style="width:122px" %)HSW10130|(% colspan="2" style="width:506px" %)
857 857  |(% colspan="1" rowspan="11" style="width:102px" %)COM2|(% style="width:173px" %)Communication mode|(% style="width:122px" %)HSW10072|(% colspan="2" style="width:506px" %)(((
... ... @@ -882,10 +882,22 @@
882 882  * =1: ODD
883 883  * =2: EVEN
884 884  )))
885 -|(% style="width:173px" %)Wait timeout|(% style="width:122px" %)HSW10077|(% colspan="2" style="width:506px" %)Unit: ms. Range: 0~~30000
886 -|(% style="width:173px" %)receive timeout|(% style="width:122px" %)HSW10078|(% colspan="2" style="width:506px" %)Unit: ms. Range: 0~~30000
887 -|(% style="width:173px" %)Retry time|(% style="width:122px" %)HSW10079|(% colspan="2" style="width:506px" %)Unit: times. Range: 0~~100
888 -|(% style="width:173px" %)Retry timeout|(% style="width:122px" %)HSW10080|(% colspan="2" style="width:506px" %)Unit: s. Range: 0~~30
1210 +|(% style="width:173px" %)Wait timeout|(% style="width:122px" %)HSW10077|(% colspan="2" style="width:506px" %)(((
1211 +* Unit: ms.
1212 +* Range: 0 to 30000
1213 +)))
1214 +|(% style="width:173px" %)receive timeout|(% style="width:122px" %)HSW10078|(% colspan="2" style="width:506px" %)(((
1215 +* Unit: ms.
1216 +* Range: 0 to 30000
1217 +)))
1218 +|(% style="width:173px" %)Retry time|(% style="width:122px" %)HSW10079|(% colspan="2" style="width:506px" %)(((
1219 +* Unit: times.
1220 +* Range: 0 to 100
1221 +)))
1222 +|(% style="width:173px" %)Retry timeout|(% style="width:122px" %)HSW10080|(% colspan="2" style="width:506px" %)(((
1223 +* Unit: s.
1224 +* Range: 0 to 30
1225 +)))
889 889  |(% style="width:173px" %)HMI station number|(% style="width:122px" %)HSW10081|(% colspan="2" style="width:506px" %)
890 890  |(% style="width:173px" %)PLC station number|(% style="width:122px" %)HSW10082|(% colspan="2" style="width:506px" %)
891 891  |(% colspan="1" rowspan="11" style="width:102px" %)COM2-2|(% style="width:173px" %)Communication mode|(% style="width:122px" %)HSW10105|(% colspan="2" style="width:506px" %)(((
... ... @@ -916,10 +916,22 @@
916 916  * =1: ODD
917 917  * =2: EVEN
918 918  )))
919 -|(% style="width:173px" %)Wait timeout|(% style="width:122px" %)HSW10110|(% colspan="2" style="width:506px" %)Unit: ms. Range: 0~~30000
920 -|(% style="width:173px" %)receive timeout|(% style="width:122px" %)HSW10111|(% colspan="2" style="width:506px" %)Unit: ms. Range: 0~~30000
921 -|(% style="width:173px" %)Retry time|(% style="width:122px" %)HSW10112|(% colspan="2" style="width:506px" %)Unit: times. Range: 0~~100
922 -|(% style="width:173px" %)Retry timeout|(% style="width:122px" %)HSW10113|(% colspan="2" style="width:506px" %)Unit: s. Range: 0~~30
1256 +|(% style="width:173px" %)Wait timeout|(% style="width:122px" %)HSW10110|(% colspan="2" style="width:506px" %)(((
1257 +* Unit: ms.
1258 +* Range: 0 to 30000
1259 +)))
1260 +|(% style="width:173px" %)receive timeout|(% style="width:122px" %)HSW10111|(% colspan="2" style="width:506px" %)(((
1261 +* Unit: ms.
1262 +* Range: 0 to 30000
1263 +)))
1264 +|(% style="width:173px" %)Retry time|(% style="width:122px" %)HSW10112|(% colspan="2" style="width:506px" %)(((
1265 +* Unit: times.
1266 +* Range: 0 to 100
1267 +)))
1268 +|(% style="width:173px" %)Retry timeout|(% style="width:122px" %)HSW10113|(% colspan="2" style="width:506px" %)(((
1269 +* Unit: s.
1270 +* Range: 0 to 30
1271 +)))
923 923  |(% style="width:173px" %)HMI station number|(% style="width:122px" %)HSW10114|(% colspan="2" style="width:506px" %)
924 924  |(% style="width:173px" %)PLC station number|(% style="width:122px" %)HSW10115|(% colspan="2" style="width:506px" %)
925 925  |(% colspan="1" rowspan="11" style="width:102px" %)COM3|(% style="width:173px" %)Communication mode|(% style="width:122px" %)HSW10083|(% colspan="2" style="width:506px" %)(((
... ... @@ -949,29 +949,48 @@
949 949  * =1: ODD
950 950  * =2: EVEN
951 951  )))
952 -|(% style="width:173px" %)Wait timeout|(% style="width:122px" %)HSW10088|(% colspan="2" style="width:506px" %)Unit: ms. Range: 0~~30000
953 -|(% style="width:173px" %)receive timeout|(% style="width:122px" %)HSW10089|(% colspan="2" style="width:506px" %)Unit: ms. Range: 0~~30000
954 -|(% style="width:173px" %)Retry time|(% style="width:122px" %)HSW10090|(% colspan="2" style="width:506px" %)Unit: times. Range: 0~~100
955 -|(% style="width:173px" %)Retry timeout|(% style="width:122px" %)HSW10091|(% colspan="2" style="width:506px" %)Unit: s. Range: 0~~30
1301 +|(% style="width:173px" %)Wait timeout|(% style="width:122px" %)HSW10088|(% colspan="2" style="width:506px" %)(((
1302 +* Unit: ms.
1303 +* Range: 0 to 30000
1304 +)))
1305 +|(% style="width:173px" %)receive timeout|(% style="width:122px" %)HSW10089|(% colspan="2" style="width:506px" %)(((
1306 +* Unit: ms.
1307 +* Range: 0 to 30000
1308 +)))
1309 +|(% style="width:173px" %)Retry time|(% style="width:122px" %)HSW10090|(% colspan="2" style="width:506px" %)(((
1310 +* Unit: times.
1311 +* Range: 0 to 100
1312 +)))
1313 +|(% style="width:173px" %)Retry timeout|(% style="width:122px" %)HSW10091|(% colspan="2" style="width:506px" %)(((
1314 +* Unit: s.
1315 +* Range: 0 to 30
1316 +)))
956 956  |(% style="width:173px" %)HMI station number|(% style="width:122px" %)HSW10092|(% colspan="2" style="width:506px" %)
957 957  |(% style="width:173px" %)PLC station number|(% style="width:122px" %)HSW10093|(% colspan="2" style="width:506px" %)
958 958  |(% colspan="1" rowspan="2" style="width:102px" %)CAN port|(% style="width:173px" %)CAN1 baud rate|(% style="width:122px" %)HSW010116|(% style="width:299px" %)(((
959 -Unit: K, the baud rate must be an integer, for example, when the baud rate required is 250000, just enter 250.
1320 +Unit: K, the baud rate must be an integer.
1321 +
1322 +For example, when the baud rate required is 250000, just enter 250.
960 960  )))|(% 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.
961 -|(% 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.
1324 +|(% style="width:173px" %)CAN2 baud rate|(% style="width:122px" %)HSW010117|(% style="width:299px" %)(((
1325 +Unit: K, the baud rate must be an integer.
962 962  
963 -== **Ethernet communication configuration** ==
1327 +For example, when the baud rate required is 250000, just enter 250.
1328 +)))
964 964  
1330 +== Ethernet communication configuration ==
1331 +
965 965  (% class="table-bordered" %)
966 -|=(% style="width: 40px;" %)**No.**|=(% style="width: 295px;" %)**Function**|=(% style="width: 220px;" %)**Address**|=(% style="width: 336px;" %)**Description**
1333 +|(% style="width:40px" %)**No.**|(% style="width:295px" %)**Function**|(% style="width:220px" %)**Address**|(% style="width:336px" %)**Description**
967 967  |(% 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
968 968  |(% style="width:220px" %)HSW11005|(% style="width:336px" %)Device IP address high word 2
969 969  |(% style="width:220px" %)HSW11006|(% style="width:336px" %)Device IP address high word 3
970 970  |(% style="width:220px" %)HSW11007|(% style="width:336px" %)Device IP address high word 4
971 971  |(% style="width:220px" %)HSW11008|(% style="width:336px" %)Device Port number
972 -|(% style="width:220px" %)HSW11009|=(% style="width: 336px;" %)(((
973 -* =2 TCP
974 -* =3 UDP
1339 +|(% style="width:220px" %)HSW11009|(% style="width:336px" %)(((
1340 +~=2 TCP
1341 +
1342 +~=3 UDP
975 975  )))
976 976  |(% style="width:220px" %)HSW11010|(% style="width:336px" %)Reserved
977 977  |(% 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
... ... @@ -979,9 +979,10 @@
979 979  |(% style="width:220px" %)HSW11013|(% style="width:336px" %)Device IP address high word 3
980 980  |(% style="width:220px" %)HSW11014|(% style="width:336px" %)Device IP address high word 4
981 981  |(% style="width:220px" %)HSW11015|(% style="width:336px" %)Device Port number
982 -|(% style="width:220px" %)HSW11016|=(% style="width: 336px;" %)(((
983 -* =2 TCP
984 -* =3 UDP
1350 +|(% style="width:220px" %)HSW11016|(% style="width:336px" %)(((
1351 +~=2 TCP
1352 +
1353 +~=3 UDP
985 985  )))
986 986  |(% style="width:220px" %)HSW11017|(% style="width:336px" %)Reserved
987 987  |(% style="width:40px" %)…|(% style="width:295px" %) |(% style="width:220px" %)…|(% style="width:336px" %)…
... ... @@ -990,16 +990,22 @@
990 990  |(% style="width:220px" %)HSW11223|(% style="width:336px" %)Device IP address high word 3
991 991  |(% style="width:220px" %)HSW11224|(% style="width:336px" %)Device IP address high word 4
992 992  |(% style="width:220px" %)HSW11225|(% style="width:336px" %)Device Port number
993 -|(% style="width:220px" %)HSW11226|=(% style="width: 336px;" %)2 TCP; =3 UDP
1362 +|(% style="width:220px" %)HSW11226|(% style="width:336px" %)(((
1363 +~=2 TCP;
1364 +
1365 +~=3 UDP
1366 +)))
994 994  |(% style="width:220px" %)HSW11227|(% style="width:336px" %)Reserved
995 995  
996 -(% class="wikigeneratedid" %)
1369 +(% class="box infomessage" %)
1370 +(((
997 997  **✎Note:** The number of Ethernet connections supported by different HMI series varies.
1372 +)))
998 998  
999 -== **Communication control** ==
1374 +== Communication control ==
1000 1000  
1001 1001  (% class="table-bordered" %)
1002 -|(% style="width:135px" %)**Communication No.**|(% style="width:102px" %)**Station No.**|(% style="width:185px" %)**Control bit**|(% style="width:191px" %)**Communication lamp**|(% style="width:271px" %)**Description**
1377 +|=(% style="width: 135px;" %)**Communication No.**|=(% style="width: 102px;" %)**Station No.**|=(% style="width: 185px;" %)**Control bit**|=(% style="width: 191px;" %)**Communication lamp**|=(% style="width: 271px;" %)**Description**
1003 1003  |(% 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.
1004 1004  |(% style="width:102px" %)16~~31|(% style="width:185px" %)HSX551.0~HSX551.15|(% style="width:191px" %)HSX559.0~HSX559.15
1005 1005  |(% style="width:102px" %)32~~47|(% style="width:185px" %)HSX552.0~HSX552.15|(% style="width:191px" %)HSX560.0~HSX560.15