Changes for page 13 HMI Internal Registers
Last modified by Jett on 2025/04/28 16:07
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,1 @@ 1 -PIStudio. 1 User Manual.WebHome1 +PIStudio.WebHome - Content
-
... ... @@ -4,28 +4,40 @@ 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 28 += Address ranges table = 29 + 30 +|=(% scope="row" style="width: 218px;" %)Address Type\HMI Series|=(% style="width: 228px;" %)General Series|=(% style="width: 200px;" %)i Series/HMI+ models|=(% style="width: 136px;" %)ie Series|=(% style="width: 232px;" %)ig Series 31 +|=(% style="width: 218px;" %)HDW|(% style="width:228px" %)HDW0-HDW299999|HDW0-HDW299999|HDW0-HDW299999|HDW0-HDW299999 32 +|=(% style="width: 218px;" %)HSW|(% style="width:228px" %)HSW0-HSW14999|HSW0-HSW14999|HSW0-HSW14999|HSW0-HSW14999 33 +|=(% style="width: 218px;" %)HAW|(% style="width:228px" %)HAW0-HAW199999|HAW0-HAW199999|HAW0-HAW199999|HAW0-HAW199999 34 +|=(% style="width: 218px;" %)HUW|(% style="width:228px" %)HUW0-HUW1599|HUW0-HUW1599|HUW0-HUW1599|HUW0-HUW1599 35 +|=(% style="width: 218px;" %)HDX|(% style="width:228px" %)HDX0.0-HDX299999.15|HDX0.0-HDX299999.15|HDX0.0-HDX299999.15|HDX0.0-HDX299999.15 36 +|=(% style="width: 218px;" %)HSX|(% style="width:228px" %)HSX0.0-HSX14999.15|HSX0.0-HSX14999.15|HSX0-HSX14999.15|HSX0.0-HSX14999.15 37 +|=(% style="width: 218px;" %)HAX|(% style="width:228px" %)HAX0.0-HAX199999.15|HAX0.0-HAX199999.15|HAX0.0-HAX199999.15|HAX0.0-HAX199999.15 38 +|=(% style="width: 218px;" %)HUX|(% style="width:228px" %)HUX0.0-HUX1599.15|HUX0.0-HUX1599.15|HUX0.0-HUX1599.15|HUX0.0-HUX1599.15 39 +|=(% style="width: 218px;" %)RPW|(% style="width:228px" %) |RPW000000-RPW990450|RPW000000-RPW990450|RPW000000-RPW990450 40 + 29 29 = **Data storage area (HDW/HDX)** = 30 30 31 31 It is used to save the temporary data of project. ... ... @@ -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 55 +(% class="box infomessage" %) 56 +((( 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 61 +))) 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 dis h;(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 dis h; (Please make a setting which is saved to flash disk or SD card in project setting).257 +* =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). 258 +* =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 ... ... @@ -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 355 +|=(% style="width: 160px;" %)HSW884|(% style="width:282px" %)Enter the system network configuration interface|(% style="width:452px" %)((( 356 +* =0: Do not enter the network configuration interface 357 +* =1: Enter the system network configuration interface. 358 +** ig series HMI only supports to enter the system interface 359 + 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. ... ... @@ -481,6 +481,8 @@ 481 481 * =0, Default value 482 482 * =1, Release the alarm generated before the last power-down when starting up 483 483 ))) 501 +|=(% 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 502 +|=(% style="width: 160px;" %)HSW1201|(% style="width:452px" %)HMI remote TSAP, which corresponds to the local TSAP of PLC 484 484 |=(% style="width: 160px;" %)HSW1450|(% style="width:282px" %)Enable objects level password function|(% style="width:452px" %)((( 485 485 * =0, Disable 486 486 * =1, Enable ... ... @@ -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 ))) 530 +|=(% style="width: 160px;" %)HSW1509|(% style="width:282px" %)Curve width|(% style="width:452px" %)((( 531 +* =0: Use the curve width set by project default. 532 +* =1 to 10: use special register to set curve width. 533 +))) 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. ... ... @@ -583,6 +583,9 @@ 583 583 * =0: Server connection exception 584 584 * =1: Server connection is OK 585 585 ))) 609 +|=(% style="width: 160px;" %)HSW1740|(% style="width:282px" %)Wi-fi signal strength|(% style="width:452px" %)((( 610 +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) 611 +))) 586 586 |=(% 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 587 587 |=(% style="width: 160px;" %)HSW1742|(% style="width:452px" %)Local IP address high byte 2 588 588 |=(% style="width: 160px;" %)HSW1743|(% style="width:452px" %)Local IP address high byte 3 ... ... @@ -610,10 +610,180 @@ 610 610 * =1: Server connection is OK 611 611 ))) 612 612 |=(% 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 639 +|=(% style="width: 160px;" %)((( 640 +HSW1762 641 +)))|(% colspan="1" rowspan="13" style="width:282px" %)((( 642 +Note: Valid when Ethernet2 of HMI is plugged into the network cable. 643 +①、When the Ethernet setting is enabled in the project parameters, this register displays the set value. 644 +②. When the Ethernet setting is not enabled in the engineering parameters, the register displays the Ethernet IP automatically acquired by the HMI. 645 +③. When the HMI is not plugged into the network cable, the register will show 0 whether the engineering parameters are set or not. 646 +④.IP related registers can be read and written (only static IP mode can be written). 647 +)))|(% style="width:452px" %)((( 648 +Ethernet2 Local IP address high byte 1 649 +))) 650 +|=(% style="width: 160px;" %)((( 651 +HSW1763 652 +)))|(% style="width:452px" %)((( 653 +Ethernet2 Local IP address high byte 2 654 +))) 655 +|=(% style="width: 160px;" %)((( 656 +HSW1764 657 +)))|(% style="width:452px" %)((( 658 +Ethernet2 Local IP address high byte 3 659 +))) 660 +|=(% style="width: 160px;" %)((( 661 +HSW1765 662 +)))|(% style="width:452px" %)((( 663 +Ethernet2 Local IP address high byte 4 664 +))) 665 +|=(% style="width: 160px;" %)((( 666 +HSW1766 667 +)))|(% style="width:452px" %)((( 668 +Ethernet2 Local mask IP address high byte 1 669 +))) 670 +|=(% style="width: 160px;" %)((( 671 +HSW1767 672 +)))|(% style="width:452px" %)((( 673 +Ethernet2 Local mask IP address high byte 2 674 +))) 675 +|=(% style="width: 160px;" %)((( 676 +HSW1768 677 +)))|(% style="width:452px" %)Ethernet2 Local mask IP address high byte 3 678 +|=(% style="width: 160px;" %)HSW1769|(% style="width:452px" %)Ethernet2 Local mask IP address high byte 4 679 +|=(% style="width: 160px;" %)((( 680 +HSW1770 681 +)))|(% style="width:452px" %)((( 682 +Ethernet2 Local gateway IP address high byte 1 683 +))) 684 +|=(% style="width: 160px;" %)((( 685 +HSW1771 686 +)))|(% style="width:452px" %)((( 687 +Ethernet2 Local gateway IP address high byte 2 688 +))) 689 +|=(% style="width: 160px;" %)((( 690 +HSW1772 691 +)))|(% style="width:452px" %)((( 692 +Ethernet2 Local gateway IP address high byte 3 693 +))) 694 +|=(% style="width: 160px;" %)((( 695 +HSW1773 696 +)))|(% style="width:452px" %)((( 697 +Ethernet2 Local gateway IP address high byte 4 698 +))) 699 +|=(% style="width: 160px;" %)((( 700 +HSW1774 701 +)))|(% style="width:452px" %)((( 702 +Ethernet2 Local Port Address 703 +))) 704 +|=(% style="width: 160px;" %)((( 705 +HSW1775 706 +)))|(% colspan="1" rowspan="6" style="width:282px" %)((( 707 +①Display the MAC code of Ethernet2 NIC 708 + 709 +(hexadecimal display) 710 + 711 +②Read-only mode, not modifiable 712 +)))|(% style="width:452px" %)((( 713 +Ethernet2 Local MAC code high byte 1 714 +))) 715 +|=(% style="width: 160px;" %)((( 716 +HSW1776 717 +)))|(% style="width:452px" %)((( 718 +Ethernet2 Local MAC code high byte 2 719 +))) 720 +|=(% style="width: 160px;" %)((( 721 +HSW1777 722 +)))|(% style="width:452px" %)((( 723 +Ethernet2 Local MAC code high byte 3 724 +))) 725 +|=(% style="width: 160px;" %)((( 726 +HSW1778 727 +)))|(% style="width:452px" %)((( 728 +Ethernet2 Local MAC code high byte 4 729 +))) 730 +|=(% style="width: 160px;" %)((( 731 +HSW1779 732 +)))|(% style="width:452px" %)((( 733 +Ethernet2 Local MAC code high byte 5 734 +))) 735 +|=(% style="width: 160px;" %)((( 736 +HSW1780 737 +)))|(% style="width:452px" %)((( 738 +Ethernet2 Local MAC code high byte 6 739 +))) 740 +|=(% style="width: 160px;" %)((( 741 +HSW1781 742 +)))|(% colspan="1" rowspan="8" style="width:282px" %)((( 743 +①Display and modify DNS1 and DNS2 of Ethernet2 744 + 745 +②Related registers can be read and written mode (only static IP mode can be written) 746 +)))|(% style="width:452px" %)((( 747 +Ethernet2 Local DNS1 address high byte 1 748 +))) 749 +|=(% style="width: 160px;" %)((( 750 +HSW1782 751 +)))|(% style="width:452px" %)((( 752 +Ethernet2 Local DNS1 address high byte 2 753 +))) 754 +|=(% style="width: 160px;" %)((( 755 +HSW1783 756 +)))|(% style="width:452px" %)((( 757 +Ethernet2 Local DNS1 address high byte 3 758 +))) 759 +|=(% style="width: 160px;" %)((( 760 +HSW1784 761 +)))|(% style="width:452px" %)((( 762 +Ethernet2 Local DNS1 address high byte 4 763 +))) 764 +|=(% style="width: 160px;" %)((( 765 +HSW1785 766 +)))|(% style="width:452px" %)((( 767 +Ethernet2 Local DNS2 address high byte 1 768 +))) 769 +|=(% style="width: 160px;" %)((( 770 +HSW1786 771 +)))|(% style="width:452px" %)((( 772 +Ethernet2 Local DNS2 address high byte 2 773 +))) 774 +|=(% style="width: 160px;" %)((( 775 +HSW1787 776 +)))|(% style="width:452px" %)((( 777 +Ethernet2 Local DNS2 address high byte 3 778 +))) 779 +|=(% style="width: 160px;" %)((( 780 +HSW1788 781 +)))|(% style="width:452px" %)((( 782 +Ethernet2 Local DNS2 address high byte 4 783 +))) 784 +|=(% style="width: 160px;" %)((( 785 +HSW1789 786 +)))|(% colspan="1" style="width:282px" %)((( 787 +Display or set the dynamic or static IP mode of Ethernet2 788 +)))|(% style="width:452px" %)((( 789 +HSX1789.0 = 0, Static IP mode 790 + 791 +HSX1789.0 = 1, dynamic IP mode 792 +))) 793 +|=(% style="width: 160px;" %)((( 794 +HSW1790 795 +)))|(% colspan="1" style="width:282px" %)((( 796 +Confirm Ethernet2 IP, subnet mask, gateway, DNS1, DNS2, and dynamic static IP settings 797 +)))|(% style="width:452px" %)((( 798 +~= 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) 799 +))) 800 +|=(% style="width: 160px;" %)((( 801 +HSW1791 802 +)))|(% colspan="1" style="width:282px" %)((( 803 +Network status of the Ethernet2 connection server 804 +)))|(% style="width:452px" %)((( 805 +~= 0, connection to the server is abnormal = 1, connection to the server is normal 806 +))) 613 613 |=(% 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. 614 614 |=(% style="width: 160px;" %)HSW1853|(% style="width:282px" %)File format for exporting data records to USB flash drive or SD card|(% style="width:452px" %)((( 615 615 * =0: db database 616 616 * =1: CSV 811 + 812 +(Only valid for script function DbToCsvFile) 617 617 ))) 618 618 |=(% style="width: 160px;" %)HSW1854|(% style="width:282px" %)High and low word conversion type|(% style="width:452px" %)((( 619 619 * =0: use the old high-low word conversion (default) ... ... @@ -635,14 +635,96 @@ 635 635 * =1: download firmware 636 636 * =2: enter the background 637 637 ))) 834 +|=(% style="width: 160px;" %)HSW1865|(% style="width:282px" %)Priority connection to the cloud|(% style="width:452px" %)((( 835 +* =0: priority Ethernet 836 +* =1: priority WLAN 837 +* =2: priority 4G 838 +))) 839 +|=(% style="width: 160px;" %)HSW1866|(% style="width:282px" %)Delete the Lua extension module file|(% style="width:452px" %)((( 840 +* =0: delete; 841 +* = Others: do not delete 842 +))) 843 +|=(% style="width: 160px;" %)HSW1867|(% style="width:282px" %)Reset mode|(% style="width:452px" %)((( 844 +Monitor address is set during reset of reset switch, whether to cancel reset, 845 + 846 +* = 0: yes (default); 847 +* = 1: no 848 +))) 849 +|=(% style="width: 160px;" %)HSW1868|(% style="width:282px" %)Double-click or long press the record type table mode|(% style="width:452px" %)((( 850 +Controls whether the button pops up when double-clicking or long pressing on record type table object 851 + 852 +* = 0: yes (default); 853 +* = 1: no 854 +))) 855 +|=(% style="width: 160px;" %)((( 856 +HSW1869 857 +)))|(% style="width:282px" %)((( 858 +Dynamic screensaver countdown 859 +)))|(% style="width:452px" %)((( 860 +Countdown to enter dynamic screensaver effect, unit (S) 861 +))) 862 +|=(% style="width: 160px;" %)((( 863 +HSW1870 864 +)))|(% style="width:282px" %)((( 865 +Display or set the dynamic or static IP mode of Ethernet1 866 +)))|(% style="width:452px" %)((( 867 +HSX1870.0 = 0, Static IP mode 868 + 869 +HSX1870.0 = 1, dynamic IP mode 870 +))) 871 +|=(% style="width: 160px;" %)((( 872 +HSW1871 873 +)))|(% style="width:282px" %)((( 874 +Confirm the IP, subnet mask, gateway, DNS1, DNS2, and dynamic static IP settings for Ethernet1 875 +)))|(% style="width:452px" %)((( 876 +~= 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) 877 +))) 878 +|=(% style="width: 160px;" %)((( 879 +HSW1872 880 +)))|(% colspan="1" rowspan="8" style="width:282px" %)((( 881 +①Display and modify DNS1 and DNS2 of Ethernet1 882 + 883 +②Related registers can be read and written mode (only static IP mode can be written) 884 +)))|(% style="width:452px" %)((( 885 +Ethernet1 Local DNS1 address high byte 1 886 +))) 887 +|=(% style="width: 160px;" %)((( 888 +HSW1873 889 +)))|(% style="width:452px" %)Ethernet1 Local DNS1 address high byte 2 890 +|=(% style="width: 160px;" %)((( 891 +HSW1874 892 +)))|(% style="width:452px" %)Ethernet1 Local DNS1 address high byte 3 893 +|=(% style="width: 160px;" %)((( 894 +HSW1875 895 +)))|(% style="width:452px" %)Ethernet1 Local DNS1 address high byte 4 896 +|=(% style="width: 160px;" %)((( 897 +HSW1876 898 +)))|(% style="width:452px" %)Ethernet1 Local DNS2 address high byte 1 899 +|=(% style="width: 160px;" %)((( 900 +HSW1877 901 +)))|(% style="width:452px" %)Ethernet1 Local DNS2 address high byte 2 902 +|=(% style="width: 160px;" %)((( 903 +HSW1878 904 +)))|(% style="width:452px" %)Ethernet1 Local DNS2 address high byte 3 905 +|=(% style="width: 160px;" %)((( 906 +HSW1879 907 +)))|(% style="width:452px" %)Ethernet1 Local DNS2 address high byte 4 908 +|=(% style="width: 160px;" %)HSW1890|(% colspan="1" style="width:282px" %)Enable refresh current network signal|(% style="width:452px" %)((( 909 +* =1: Refresh the network signal once after triggered (This register will be automatically reset after triggered, only update the signal value once after per 15 seconds, not able to update twice in the short interval) 910 +* =Others: not refresh 911 +))) 912 +|=(% style="width: 160px;" %)HSW1891|(% colspan="1" style="width:282px" %)Enable clear cache for screen data |(% style="width:452px" %)((( 913 +* =1, not clear screen cache when switch language 914 +* =2, trigger clear cache of all screens for once time 915 +* =3, always clear cache of all screen data 916 +))) 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 -**✎Note: **Only valid when the HMI is plugged into the Ethernet cable. 641 - 642 -1. If Ethernet settings is enabled in project parameters, this register displays the set value. 643 -1. If Ethernet settings is not enabled in project parameters, IP would automatically obtained IP. 644 -1. If HMI is not connected to the network, the register is displayed as 0 whether the engineering parameters are set. 645 -1. 4. All IP registers of HMI are read-only. 919 +Note: Valid when Ethernet1 of HMI is plugged into the network cable. 920 +①、When the Ethernet setting is enabled in the project parameters, this register displays the set value. 921 +②. When the Ethernet setting is not enabled in the engineering parameters, the register displays the Ethernet IP automatically acquired by the HMI. 922 +③. When the HMI is not plugged into the network cable, the register will show 0 whether the engineering parameters are set or not. 923 +④.IP related registers can be read and written (only static IP mode can be written). 646 646 )))|(% style="width:452px" %)Local IP address high byte 1 647 647 |=(% style="width: 160px;" %)HSW10036|(% style="width:452px" %)Local IP address high byte 2 648 648 |=(% style="width: 160px;" %)HSW10037|(% style="width:452px" %)Local IP address high byte 3 ... ... @@ -657,9 +657,11 @@ 657 657 |=(% style="width: 160px;" %)HSW10046|(% style="width:452px" %)Local gateway address high byte 4 658 658 |=(% style="width: 160px;" %)HSW10047|(% style="width:452px" %)Local port address 659 659 |=(% style="width: 160px;" %)HSW10048|(% rowspan="6" style="width:282px" %)((( 660 -Display sthe MAC code of thecurrent networkcard938 +①Display the MAC code of Ethernet1 NIC 661 661 662 -(Hexadecimal display) 940 +(hexadecimal display) 941 + 942 +②Read-only mode, not modifiable 663 663 )))|(% style="width:452px" %)Local MAC code high word 1 664 664 |=(% style="width: 160px;" %)HSW10049|(% style="width:452px" %)Local MAC code high word 2 665 665 |=(% style="width: 160px;" %)HSW10050|(% style="width:452px" %)Local MAC code high word 3 ... ... @@ -666,7 +666,7 @@ 666 666 |=(% style="width: 160px;" %)HSW10051|(% style="width:452px" %)Local MAC code high word 4 667 667 |=(% style="width: 160px;" %)HSW10052|(% style="width:452px" %)Local MAC code high word 5 668 668 |=(% style="width: 160px;" %)HSW10053|(% style="width:452px" %)Local MAC code high word 6 669 -|=(% 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 PLC949 +|=(% 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 670 670 |=(% style="width: 160px;" %)HSW10119|(% style="width:452px" %)HMI remote TSAP, which corresponds to the local TSAP of PLC 671 671 |=(% style="width: 160px;" %)HSW10461~~10493|(% style="width:282px" %)Remote access password|(% style="width:452px" %)8-character remote access password 672 672 |=(% style="width: 160px;" %)HSW10494~~10558|(% style="width:282px" %)Machine ID (Read only)|(% style="width:452px" %)Machine ID for remote access (read only 64-bit) ... ... @@ -748,11 +748,38 @@ 748 748 ))) 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 1031 +|=(% style="width: 160px;" %)((( 1032 +HSW11762 1033 +)))|(% style="width:282px" %)((( 1034 +Dynamic screensaver control address 1035 +)))|(% style="width:452px" %)((( 1036 +HSX11762.0=0, initialize with project configuration; 751 751 752 -= =**Serialport communicationconfiguration** ==1038 +HSX11762.0=1, initialize with special register configuration; 753 753 1040 +HSX11762.1=0, disable dynamic screensaver; 1041 + 1042 +HSX11762.1=1, enable dynamic screensaver 1043 +))) 1044 +|=(% style="width: 160px;" %)((( 1045 +HSW11763 1046 +)))|(% style="width:282px" %)((( 1047 +Waiting time to enter the dynamic screensaver 1048 +)))|(% style="width:452px" %)((( 1049 +Waiting time when the screen is not operated, range 1~~720 minutes 1050 +))) 1051 +|=(% style="width: 160px;" %)((( 1052 +HSW11764 1053 +)))|(% style="width:282px" %)((( 1054 +Animated screensaver animation type 1055 +)))|(% style="width:452px" %)((( 1056 +~=0: Raster,=1: Blinds,=2: Bubble 1057 +))) 1058 + 1059 +== Serial port communication configuration == 1060 + 754 754 (% class="table-bordered" %) 755 -|=(% style="width: 102px;" %)Port|=(% style="width: 173px;" %)**Function**|=(% style="width: 122px;" %)**Address**|=(% colspan="2" style="width: 506px;" %)**Description** 1062 +|=(% 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 1092 +|(% style="width:173px" %)Wait timeout|(% style="width:122px" %)HSW10066|(% colspan="2" style="width:506px" %)((( 1093 +* Unit: ms. 1094 +* Range: 0 to 30000 1095 +))) 1096 +|(% style="width:173px" %)reveive timeout|(% style="width:122px" %)HSW10067|(% colspan="2" style="width:506px" %)((( 1097 +* Unit: ms. 1098 +* Range: 0 to 30000 1099 +))) 1100 +|(% style="width:173px" %)Retry time|(% style="width:122px" %)HSW10068|(% colspan="2" style="width:506px" %)((( 1101 +* Unit: times. 1102 +* Range: 0 to 100 1103 +))) 1104 +|(% style="width:173px" %)Retry timeout|(% style="width:122px" %)HSW10069|(% colspan="2" style="width:506px" %)((( 1105 +* Unit: s. 1106 +* Range: 0 to 300 1107 +))) 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 1140 +|(% style="width:173px" %)Wait timeout|(% style="width:122px" %)HSW10099|(% colspan="2" style="width:506px" %)((( 1141 +* Unit: ms. 1142 +* Range: 0 to 30000 1143 +))) 1144 +|(% style="width:173px" %)receive timeout|(% style="width:122px" %)HSW10100|(% colspan="2" style="width:506px" %)((( 1145 +* Unit: ms. 1146 +* Range: 0 to 30000 1147 +))) 1148 +|(% style="width:173px" %)Retry time|(% style="width:122px" %)HSW10101|(% colspan="2" style="width:506px" %)((( 1149 +* Unit: times. 1150 +* Range: 0 to 100 1151 +))) 1152 +|(% style="width:173px" %)Retry timeout|(% style="width:122px" %)HSW10102|(% colspan="2" style="width:506px" %)((( 1153 +* Unit: s. 1154 +* Range: 0 to 30 1155 +))) 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 1188 +|(% style="width:173px" %)Wait timeout|(% style="width:122px" %)HSW10125|(% colspan="2" style="width:506px" %)((( 1189 +* Unit: ms. 1190 +* Range: 0 to 30000 1191 +))) 1192 +|(% style="width:173px" %)receive timeout|(% style="width:122px" %)HSW10126|(% colspan="2" style="width:506px" %)((( 1193 +* Unit: ms. 1194 +* Range: 0 to 30000 1195 +))) 1196 +|(% style="width:173px" %)Retry time|(% style="width:122px" %)HSW10127|(% colspan="2" style="width:506px" %)((( 1197 +* Unit: times. 1198 +* Range: 0 to 100 1199 +))) 1200 +|(% style="width:173px" %)Retry timeout|(% style="width:122px" %)HSW10128|(% colspan="2" style="width:506px" %)((( 1201 +* Unit: s. 1202 +* Range: 0 to 30 1203 +))) 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 1234 +|(% style="width:173px" %)Wait timeout|(% style="width:122px" %)HSW10077|(% colspan="2" style="width:506px" %)((( 1235 +* Unit: ms. 1236 +* Range: 0 to 30000 1237 +))) 1238 +|(% style="width:173px" %)receive timeout|(% style="width:122px" %)HSW10078|(% colspan="2" style="width:506px" %)((( 1239 +* Unit: ms. 1240 +* Range: 0 to 30000 1241 +))) 1242 +|(% style="width:173px" %)Retry time|(% style="width:122px" %)HSW10079|(% colspan="2" style="width:506px" %)((( 1243 +* Unit: times. 1244 +* Range: 0 to 100 1245 +))) 1246 +|(% style="width:173px" %)Retry timeout|(% style="width:122px" %)HSW10080|(% colspan="2" style="width:506px" %)((( 1247 +* Unit: s. 1248 +* Range: 0 to 30 1249 +))) 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 1280 +|(% style="width:173px" %)Wait timeout|(% style="width:122px" %)HSW10110|(% colspan="2" style="width:506px" %)((( 1281 +* Unit: ms. 1282 +* Range: 0 to 30000 1283 +))) 1284 +|(% style="width:173px" %)receive timeout|(% style="width:122px" %)HSW10111|(% colspan="2" style="width:506px" %)((( 1285 +* Unit: ms. 1286 +* Range: 0 to 30000 1287 +))) 1288 +|(% style="width:173px" %)Retry time|(% style="width:122px" %)HSW10112|(% colspan="2" style="width:506px" %)((( 1289 +* Unit: times. 1290 +* Range: 0 to 100 1291 +))) 1292 +|(% style="width:173px" %)Retry timeout|(% style="width:122px" %)HSW10113|(% colspan="2" style="width:506px" %)((( 1293 +* Unit: s. 1294 +* Range: 0 to 30 1295 +))) 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 1325 +|(% style="width:173px" %)Wait timeout|(% style="width:122px" %)HSW10088|(% colspan="2" style="width:506px" %)((( 1326 +* Unit: ms. 1327 +* Range: 0 to 30000 1328 +))) 1329 +|(% style="width:173px" %)receive timeout|(% style="width:122px" %)HSW10089|(% colspan="2" style="width:506px" %)((( 1330 +* Unit: ms. 1331 +* Range: 0 to 30000 1332 +))) 1333 +|(% style="width:173px" %)Retry time|(% style="width:122px" %)HSW10090|(% colspan="2" style="width:506px" %)((( 1334 +* Unit: times. 1335 +* Range: 0 to 100 1336 +))) 1337 +|(% style="width:173px" %)Retry timeout|(% style="width:122px" %)HSW10091|(% colspan="2" style="width:506px" %)((( 1338 +* Unit: s. 1339 +* Range: 0 to 30 1340 +))) 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. 1344 +Unit: K, the baud rate must be an integer. 1345 + 1346 +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. 1348 +|(% style="width:173px" %)CAN2 baud rate|(% style="width:122px" %)HSW010117|(% style="width:299px" %)((( 1349 +Unit: K, the baud rate must be an integer. 968 968 969 -== **Ethernet communication configuration** == 1351 +For example, when the baud rate required is 250000, just enter 250. 1352 +))) 970 970 1354 +== Ethernet communication configuration == 1355 + 971 971 (% class="table-bordered" %) 972 -| =(% style="width:;" %)**No.**|=(% style="width:;" %)**Function**|=(% style="width:;" %)**Address**|=(% style="width:;" %)**Description**1357 +|(% 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 1363 +|(% style="width:220px" %)HSW11009|(% style="width:336px" %)((( 1364 +~=2 TCP 1365 + 1366 +~=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 1374 +|(% style="width:220px" %)HSW11016|(% style="width:336px" %)((( 1375 +~=2 TCP 1376 + 1377 +~=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 1386 +|(% style="width:220px" %)HSW11226|(% style="width:336px" %)((( 1387 +~=2 TCP; 1388 + 1389 +~=3 UDP 1390 +))) 1000 1000 |(% style="width:220px" %)HSW11227|(% style="width:336px" %)Reserved 1001 1001 1002 -(% class="wikigeneratedid" %) 1393 +(% class="box infomessage" %) 1394 +((( 1003 1003 **✎Note:** The number of Ethernet connections supported by different HMI series varies. 1396 +))) 1004 1004 1005 -== **Communication control**==1398 +== 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** 1401 +|=(% 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