Changes for page 01 Common Function

Last modified by Hunter on 2026/02/28 15:06

From version 5.1
edited by Hunter
on 2025/11/06 10:28
Change comment: There is no comment for this version
To version 9.1
edited by Hunter
on 2026/02/28 14:39
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,7 +2,7 @@
2 2  
3 3  Address mapping is the operation to build the relationship between two different addresses. Forwarding address from source address to destination address, so the value in both addresses would be same according to the predefined mapping mode. Both addresses could be from different, in this way, to make HMI processing faster.
4 4  
5 -[[Download link>>https://ftp.we-con.com.cn/Download/WIKI/PI%20HMI/Demo/Common%20Function/AddressMapping.zip]]
5 +[[Download link>>https://ftp.we-con.com.cn/Download/WIKI/PI%20HMI/Demo/Common%20Function/AddressMappingV2.zip]]
6 6  
7 7  = **2 Alarm** =
8 8  
... ... @@ -128,12 +128,24 @@
128 128  
129 129  = 22 Column Chart(PI 10) =
130 130  
131 -Column chart is mianly for display the data as column chart format, so the users can intuitively see the trends and changes in the data.
131 +Column chart is mianly for display the data as column chart format, so the users can intuitively see the trends and changes in the data. **This demo only works on the PIStudio version V10.4 or above. **
132 132  
133 133  [[Download link>>https://ftp.we-con.com.cn/Download/WIKI/PI%20HMI/Demo/Common%20Function/ColumnChartV10.pi2]]
134 134  
135 135  = 23 Custom Trend(PI 11) =
136 136  
137 -The Custom Trend is a newly introduced object type for both Historical and Real-Time data. It providing a similar function with the Disk Record, but in different forms. Its data sourcing is from either Data Record or Trend Chart.
137 +The Custom Trend is a newly introduced object type for both Historical and Real-Time data. It providing a similar function with the Disk Record, but in different forms. Its data sourcing is from either Data Record or Trend Chart. **This demo only works on the PIStudio version V11.1 or above. **
138 138  
139 139  [[Download link>>https://ftp.we-con.com.cn/Download/WIKI/PI%20HMI/Demo/Common%20Function/CustomTrendV11.pi2]]
140 +
141 += 24 Schedule(PI 10) =
142 +
143 +Users can use the Schedule to execute the certain task in a regular cycle (daily, weekly or monthly). **This demo only works on the PIStudio version V10.4 or above.**
144 +
145 +[[Download link>>https://ftp.we-con.com.cn/Download/WIKI/PI%20HMI/Demo/Common%20Function/Scheduler.pi2]]
146 +
147 += 25 New Alarm =
148 +
149 +This demo is for new alarm record on PI10.0. And **the demo only works on the PIStudio version V10.5 or above.**
150 +
151 +[[Download link>>https://ftp.we-con.com.cn/Download/WIKI/PI%20HMI/Demo/Common%20Function/New%20alarm%20record.pi2]]