Changes for page 10 Advanced Function

Last modified by Jett on 2025/04/15 09:59

From version 9.1
edited by Theodore Xu
on 2023/05/08 15:31
Change comment: There is no comment for this version
To version 21.1
edited by Hunter
on 2024/02/04 16:23
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.AiXia
1 +XWiki.Hunter
Content
... ... @@ -80,10 +80,13 @@
80 80  |=(% style="width: 183px;" %)HDW201|(% style="width:314px" %)Volume value storage address|(% style="width:592px" %)Range from 0 to 100(default value is 100, and it is not adjustable so fars
81 81  |=(% style="width: 183px;" %)HDW202~~HDW234|(% style="width:314px" %)Audio file name|(% style="width:592px" %)Displays the file name of the audio currently playing
82 82  
83 +(% class="box infomessage" %)
84 +(((
83 83  ✎**Note:**
84 84  
85 85  * The audio file needs to be stored in the flash of PI9000 series HMI.
86 86  * Only PI9000 series HMI with audio module could support this function, and an external 3.5mm headphone is required.
89 +)))
87 87  
88 88  = **Video** =
89 89  
... ... @@ -94,6 +94,7 @@
94 94  1. Video playing could play video on HMI project screen.
95 95  1. It requires "Customized Object" and "File List" objects.
96 96  1. Currently, the video format support by Wecon HMI are including ASF, AVI, MKV, MP4, RM, and FLV.
100 +1. Olny supports playback of 360P and 480P resolution video.
97 97  
98 98  == Configuration ==
99 99  
... ... @@ -125,8 +125,8 @@
125 125  |(% style="width:92px" %)2(% style="font-size:10.5px" %)nd(%%) bit|(% style="width:107px" %)HDX100.2|(% style="width:599px" %)Bit for full screen control: Maximize the video when this bit address is triggered
126 126  |(% style="width:92px" %)3(% style="font-size:10.5px" %)rd(%%) bit|(% style="width:107px" %)HDX100.3|(% style="width:599px" %)Last video: Play the last video when this bit address is triggered.
127 127  |(% style="width:92px" %)4(% style="font-size:10.5px" %)th(%%) bit|(% style="width:107px" %)HDX100.4|(% style="width:599px" %)Next video: Play the next video when this bit address is triggered.
128 -|(% style="width:92px" %)5(% style="font-size:10.5px" %)th(%%) bit|(% style="width:107px" %)HDX100.5|(% style="width:599px" %)Volume increase: Increased by 10
129 -|(% style="width:92px" %)6(% style="font-size:10.5px" %)th(%%) bit|(% style="width:107px" %)HDX100.6|(% style="width:599px" %)Volume decrease: Decreased by 10
132 +|(% style="width:92px" %)5(% style="font-size:10.5px" %)th(%%) bit|(% style="width:107px" %)HDX100.5|(% style="width:599px" %)Volume increase: Increased by 10 (only be supported 9000 series)
133 +|(% style="width:92px" %)6(% style="font-size:10.5px" %)th(%%) bit|(% style="width:107px" %)HDX100.6|(% style="width:599px" %)Volume decrease: Decreased by 10 (only be supported 9000 series)
130 130  |(% rowspan="4" style="width:151px" %)Mode Selection|(% style="width:92px" %)7(% style="font-size:10.5px" %)th(%%) bit|(% style="width:107px" %)HDX100.7|(% style="width:599px" %)Once: Only play current video file once
131 131  |(% style="width:92px" %)8(% style="font-size:10.5px" %)th(%%) bit|(% style="width:107px" %)HDX100.8|(% style="width:599px" %)Single cycle: Repeat to play current video file
132 132  |(% style="width:92px" %)9(% style="font-size:10.5px" %)th(%%) bit|(% style="width:107px" %)HDX100.9|(% style="width:599px" %)Order: Play video file of the list and stop after done
... ... @@ -152,10 +152,13 @@
152 152  Configure the file list object as below:
153 153  
154 154  1. Select the directory as the MP4 folder in USB flash disk. Set the file name address as HDW150
155 -1. Create a folder named MP4 in the SD card directory to store the video files to be played.
156 156  1. Add the video controlling address, refer to the above video controlling address table.
157 157  1. Compile the project and download it to HMI, trigger the bit address to play the video from the list.
158 158  
162 +== Demo ==
163 +
164 +**PI8150ig Video Display: **[[Download link>>https://docs.we-con.com.cn/bin/view/PIStudio/2%20Demo/Applications/#H7PI8150igVideoDisplay]]
165 +
159 159  = **Email** =
160 160  
161 161  Wecon HMI can send email with information from fields to the specified email address as soon as the conditions is triggered, but email sending is based on the network.
... ... @@ -185,7 +185,10 @@
185 185  |Yahoo email|smtp.mail.yahoo.com.cn|465
186 186  |Google email|smtp.gmail.com|465
187 187  
195 +(% class="box infomessage" %)
196 +(((
188 188  **✎Note:** Gmail also needs to enable the [allow unsafe apps] option in the account, otherwise the mail will not be sent normally.
198 +)))
189 189  
190 190  (% style="list-style-type:disc" %)
191 191  * **Encryption Type: **SSL is a security protocol that provides security and data integrity for network communications. It encrypts network connections at the transport layer; TLS (STARTTLS) upgrades connections to SSL instead of using a separate encrypted communication port.
... ... @@ -194,7 +194,10 @@
194 194  ** Port 465: It protect the original data when transmitting data. The data can not be seen. Generally, port 465 must be selected as SSL encryption mode to send data correctly.
195 195  ** Port 587: The original data is protected only after the TLS(STARTTLS) command is executed. Generally, port 587 must be selected as TLS(STARTTLS) encryption mode to send data correctly.
196 196  
207 +(% class="box infomessage" %)
208 +(((
197 197  **✎Note: **Port 25 is open to SMTP servers, mainly for sending mail. But the port has vulnerability. Hackers often use port 25 to find SMTP servers to forward spam.
210 +)))
198 198  
199 199  * **Error Message**
200 200  ** Set the error message receiving address, you could use the information to get the reasons of errors.
... ... @@ -248,12 +248,14 @@
248 248  (% class="table-bordered" %)
249 249  |(% style="width:201px" %)**Address**|(% style="width:586px" %)**Description**
250 250  |(% style="width:201px" %)HDX100.0|(% style="width:586px" %)Sending trigger
251 -|(% style="width:201px" %)HDX101.0 to HDX101.15|(% style="width:586px" %)It is used for triggering recipient groups, for example, HDW101.0 set ON, and the address in group 1 will be in recipient list.
252 -|(% style="width:201px" %)HDX103.0 to HDX103.15|(% style="width:586px" %)It is used for triggering recipient groups, for example, HDW103.0 set ON, and the address in group 1 will be in CC list.
253 -|(% style="width:201px" %)HDX105.0 to HDX105.15|(% style="width:586px" %)It is used for triggering recipient groups, for example, HDW105.0 set ON, and the address in group 1 will be in BCC list (Secret delivery).
254 -|(% style="width:201px" %)HDW107 to HDW171|(% style="width:586px" %)The subject length is limited to 64 words. (If it exceeds, it will intercept 64 words of content)
255 -|(% style="width:201px" %)HDW172 to HDW300|(% style="width:586px" %)The content length is limited to 128 words. (If it exceeds, it will intercept 128 words of content)
256 -|(% style="width:201px" %)HDX301.0|(% style="width:586px" %)Whether to send an alarm record attachment (a file named AlarmDataFile.db)
264 +|(% style="width:201px" %)HDX101.0~~101.15|(% style="width:586px" %)It is used for triggering recipient groups, for example, HDW101.0 set ON, and the address in group 1 will be in recipient list.
265 +|(% style="width:201px" %)HDX103.0~~103.15|(% style="width:586px" %)It is used for triggering recipient groups, for example, HDW103.0 set ON, and the address in group 1 will be in CC list.
266 +|(% style="width:201px" %)HDX105.0~~105.15|(% style="width:586px" %)It is used for triggering recipient groups, for example, HDW105.0 set ON, and the address in group 1 will be in BCC list (Secret delivery).
267 +|(% style="width:201px" %)HDW107~~171|(% style="width:586px" %)The subject length is limited to 64 words. (If it exceeds, it will intercept 64 words of content); The length of 65 words only use 64 actually, the 65th word address is reserved;
268 +|(% style="width:201px" %)HDW172~~300|(% style="width:586px" %)The content length is limited to 128 words. (If it exceeds, it will intercept 128 words of content)
269 +|(% style="width:201px" %)HDX301.0|(% style="width:586px" %)Whether to send an alarm record file as attachment
270 +(HMI V1.0 filename: AlarmDataFile.db)
271 +(HMI V2.0 filename: AlarmDataFile_0.db)
257 257  
258 258  1. Emails that sent manually are not queued. Emails trigger by bit change, rising edge, falling edge and timing need to be sent in the sequence of triggering. The maximum value is 100, and those who are added after it is exceeded will be discarded. If an email is sending, it would send immediately after the current email is sent. If there is no email sending, it would send immediately.
259 259  1. If the trigger condition sent manually is the rising edge trigger, before the mail is sent, no new mail will be sent even if it is triggered again. No matter the email is sent successfully or not, the corresponding trigger would be OFF.
... ... @@ -288,7 +288,10 @@
288 288  * when sending an email, you must set a recipient. CC recipients and BCC recipients are not to be set. The total number of recipinet, CC recipients and BCC recipients is 40.
289 289  * **Recipient priority. **Set the priority order of recipients to recipient, BCC, and CC.
290 290  
306 +(% class="box infomessage" %)
307 +(((
291 291  **✎Note: **If the recipient address you select exists in all three positions, it exist only in the highest priority position. For example, if the recipient of an email has aaa, the bcc has aaa, and the cc has aaa, then let aaa only be the recipient.
309 +)))
292 292  
293 293  == Recipient group setting ==
294 294  
... ... @@ -320,6 +320,8 @@
320 320  (% style="text-align:center" %)
321 321  [[image:邮件 7.png||class="img-thumbnail"]]
322 322  
341 +(% class="box infomessage" %)
342 +(((
323 323  (% class="wikigeneratedid" %)
324 324  **✎Note: **
325 325  
... ... @@ -328,6 +328,7 @@
328 328  1. When TOM mail is sender's mail, the name of it and the recipient tested must be English, otherwise the email would be returned.
329 329  1. When testing with Zoho mailbox, there was a delay of less than 3 minutes.
330 330  1. The custom errors for the test error is as follows.
351 +)))
331 331  
332 332  (% class="table-bordered" %)
333 333  |=(% style="width: 129px;" %)Error code|=(% style="width: 946px;" %)Cause of reason
... ... @@ -1154,3 +1154,28 @@
1154 1154  (((
1155 1155  **✎Note:** After modifying the basic information of the device, you need to click Save below to save the modification successfully. If it is not saved successfully, please click Force Synchronization.
1156 1156  )))
1178 +
1179 +== **RE Series Instructions** ==
1180 +
1181 +The RE series could easily meet advanced requirements such as real-time dashboard in industrial site.
1182 +
1183 +**Operation Steps**
1184 +
1185 +(1) New project
1186 +
1187 +1) Click [New Project];
1188 +
1189 +2) Select [HMI Series] as [RE Series];
1190 +
1191 +3) Select [HMI Model] as [V-BOX RE-00/V-BOX RE-4G] (according to the actual needs);
1192 +
1193 +4) Optional Step: Same to the ig series, user could select the [[Screen style>>doc:PIStudio.04\.Software Menu.WebHome||anchor="HScreenstyle28Onlyigseries29"]] for RE series products;
1194 +
1195 +5) Click [OK] to finish the creation;
1196 +
1197 +(% style="text-align:center" %)
1198 +[[image:10-1.png]]
1199 +
1200 +(2) Enable Cloud
1201 +
1202 +Enable the Cloud function to let the RE V-Box able to access the V-NET platform.
10-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Hunter
Size
... ... @@ -1,0 +1,1 @@
1 +139.5 KB
Content