Changes for page 10 Advanced Function

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

From version 14.1
edited by Hunter
on 2023/08/11 11:21
Change comment: There is no comment for this version
To version 34.1
edited by Jett
on 2024/08/20 09:21
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Hunter
1 +XWiki.2454238480
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  
... ... @@ -173,7 +173,7 @@
173 173  
174 174  **SMTP Settings**
175 175  
176 -* **Sender Name: **Fill the sender's name, which is composed of Chinese characters, letters (case sensitive) and numbers. But it can not contain the following special English symbols ',', ';', '"', '<'. Maximum character length 32 is allowed.
179 +* **Sender Name: **Fill the sender's name, which is composed of Chinese characters, letters (case sensitive) and numbers. However, it cannot contain some special English characters such as spaces( ), commas(,), semicolons(;), double quotes("), or less-than signs(<). Maximum character length 32 is allowed.
177 177  * **Password:** Fill in the password or authorization code of the mailbox. If the server needs to set the authorization code, the authorization code needs to be used. If the authorization code is not used, the password is used. Please refer to the SMTP service in the mailbox for the authorization code information. It cases sensitive, maximum character length 32 allowed in password.
178 178  * **Confirm Password: **Confirm the password or authorization code of the mailbox.
179 179  * **Email Address: **Fill in the sender's email address, case sensitive, maximum character length 32 allowed in it.Such as [[support@we-con.com.cn>>path:mailto:support@we-con.com.cn]].
... ... @@ -189,7 +189,10 @@
189 189  |Yahoo email|smtp.mail.yahoo.com.cn|465
190 190  |Google email|smtp.gmail.com|465
191 191  
195 +(% class="box infomessage" %)
196 +(((
192 192  **✎Note:** Gmail also needs to enable the [allow unsafe apps] option in the account, otherwise the mail will not be sent normally.
198 +)))
193 193  
194 194  (% style="list-style-type:disc" %)
195 195  * **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.
... ... @@ -198,7 +198,10 @@
198 198  ** 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.
199 199  ** 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.
200 200  
207 +(% class="box infomessage" %)
208 +(((
201 201  **✎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 +)))
202 202  
203 203  * **Error Message**
204 204  ** Set the error message receiving address, you could use the information to get the reasons of errors.
... ... @@ -294,7 +294,10 @@
294 294  * 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.
295 295  * **Recipient priority. **Set the priority order of recipients to recipient, BCC, and CC.
296 296  
306 +(% class="box infomessage" %)
307 +(((
297 297  **✎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 +)))
298 298  
299 299  == Recipient group setting ==
300 300  
... ... @@ -326,6 +326,8 @@
326 326  (% style="text-align:center" %)
327 327  [[image:邮件 7.png||class="img-thumbnail"]]
328 328  
341 +(% class="box infomessage" %)
342 +(((
329 329  (% class="wikigeneratedid" %)
330 330  **✎Note: **
331 331  
... ... @@ -334,6 +334,7 @@
334 334  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.
335 335  1. When testing with Zoho mailbox, there was a delay of less than 3 minutes.
336 336  1. The custom errors for the test error is as follows.
351 +)))
337 337  
338 338  (% class="table-bordered" %)
339 339  |=(% style="width: 129px;" %)Error code|=(% style="width: 946px;" %)Cause of reason
... ... @@ -568,10 +568,10 @@
568 568  
569 569  **Example 1**
570 570  
571 -{{code language="lua"}}
572 -if @W_HSW1073 = 29 then                                            'Ctrl key value is 29
586 +{{code language="vb"}}
587 +if @W_HSW1073 = 29 then      'Ctrl key value is 29
573 573  
574 -    if @W_HSW1074 = 1 or @W_HSW1074 = 2               'Press Ctrl key
589 +    if @W_HSW1074 = 1 or @W_HSW1074 = 2       'Press Ctrl key
575 575  
576 576                @W_HDW1000 = 1
577 577  
... ... @@ -586,12 +586,12 @@
586 586  
587 587  **Example 2**
588 588  
589 -{{code language="lua"}}
604 +{{code language="Visual Basic"}}
590 590  if @W_HSW1073 = 59 and (@W_HSW1074 = 1 or @W_HSW1074 = 2) then              'F1 key value is 59
591 591  
592 -   if @W_HDW1000 = 1 then                                                                                          'Combination Ctrl + F1
607 +   if @W_HDW1000 = 1 then                                                                 'Combination Ctrl + F1
593 593  
594 -         @W_HDW2000 = @W_HDW2000 + 1                                                                  'Function of combination key is HDW2000 + 1
609 +         @W_HDW2000 = @W_HDW2000 + 1                                  'Function of combination key is HDW2000 + 1
595 595  
596 596      endif
597 597  
... ... @@ -600,12 +600,12 @@
600 600  
601 601  **Example 3**
602 602  
603 -{{code language="lua"}}
604 -if @W_HSW1073 = 60 and (@W_HSW1074 = 1 or @W_HSW1074 = 2) then              'the value of F2 is 60
618 +{{code language="vb"}}
619 +if @W_HSW1073 = 60 and (@W_HSW1074 = 1 or @W_HSW1074 = 2) then            'the value of F2 is 60
605 605  
606 -   if @W_HDW1000 = 1 then                                                                                          'Combination Ctrl + F2
621 +   if @W_HDW1000 = 1 then                                                     'Combination Ctrl + F2
607 607  
608 -            @W_HDW2000 = @W_HDW2000 - 1                                                                'Function of combination key is HDW2000 - 1
623 +            @W_HDW2000 = @W_HDW2000 - 1                                  'Function of combination key is HDW2000 - 1
609 609  
610 610    endif
611 611  
... ... @@ -614,7 +614,7 @@
614 614  
615 615  **Example 4**
616 616  
617 -{{code language="lua"}}
632 +{{code language="vb"}}
618 618  if AsString(@W_HSW1078) = "a" and (@W_HSW1074 = 1 or @W_HSW1074 = 2) then          'Page up
619 619  
620 620      if @W_HSW13 > 0 then
... ... @@ -628,7 +628,7 @@
628 628  
629 629  **Example 5**
630 630  
631 -{{code language="lua"}}
646 +{{code language="vb"}}
632 632  if AsString(@W_HSW1078) = "b" and (@W_HSW1074 = 1 or @W_HSW1074 = 2) then          'Page down
633 633  
634 634      @W_HSW13 = @W_HSW13 + 1
... ... @@ -647,9 +647,9 @@
647 647  **Introduction**
648 648  
649 649  1. An external IP Camera (web camera) can be used to display the screen captured by the it to achieve real-time monitoring of the scene of the equipment.
650 -1. ONVIF protocol and H.264 coding camera (RTSP web camera) are supported.
665 +1. **ONVIF **protocol and **H.264** coding camera (RTSP web camera) are supported.
651 651  
652 -**Supported Model:**
667 +**Recommended Models:**
653 653  
654 654  * Hikvision
655 655  ** DS-2CD1321D-I
... ... @@ -660,9 +660,24 @@
660 660  ** DH-IPC-HFW1025D
661 661  ** DH-IPC-HFW1235M-I1
662 662  
663 -1. 8000 series HMI can view only **one **IP Camera monitoring screen at a time (only **one **camera object can be placed in a project).
664 -1. 8000 series HMI can view only **four** IP Camera monitoring screen at a time (only **four **camera object can be placed in a project).
678 +**IP Camera Parameters Comparison for HMI Series**
665 665  
680 +|=(% style="width: 300px;" %)HMI Series|=(% style="width: 157px;" %)System Version|=(% style="width: 320px;" %)Support IP Camera or Not|=(% style="width: 645px;" %)Number of Cameras
681 +|=(% style="width: 300px;" %)PI8000|(% style="width:157px" %)HMI V1.0/V2.0|(% style="width:320px" %)Yes|(% style="width:645px" %)1
682 +|=(% style="width: 300px;" %)PI9000|(% style="width:157px" %)HMI V1.0/V2.0|(% style="width:320px" %)Yes|(% style="width:645px" %)4
683 +|=(% style="width: 300px;" %)PI3000ig|(% style="width:157px" %)HMI V2.0|(% style="width:320px" %)No|(% style="width:645px" %)N/A
684 +|=(% style="width: 300px;" %)PI8000ig|(% style="width:157px" %)HMI V2.0|(% style="width:320px" %)Yes|(% style="width:645px" %)4
685 +
686 +{{info}}
687 +✎Note:
688 +
689 +~1. General 8000 series HMI can only view **1** IP camera streaming media play at the same time(Only **1** camera object can be placed per project).
690 +
691 +2. General 9000 series HMI can only view **4** IP camera streaming media play at the same time(Only **4** camera objects can be placed per project).
692 +
693 +3. PI8000ig series HMI can only view **4** IP camera streaming media play at the same time(Only **4** camera objects can be placed per project).
694 +{{/info}}
695 +
666 666  == **Camera search** ==
667 667  
668 668  In the software PIStudio, Click "Project" -> "Project settings"-> "Extend", and check "Enable camera search module", shown as below.
... ... @@ -946,7 +946,7 @@
946 946  * How many customers could remote access HMI at the same time?
947 947  ** It supports max. 4 customers access HMI in the same time.
948 948  
949 -= **Mulit-link** =
979 += **Mulit-link(For HMI V1.0)** =
950 950  
951 951  == **Introduction** ==
952 952  
... ... @@ -1011,6 +1011,27 @@
1011 1011  
1012 1012  ✎Note: Slave project only needs to ensure that there is "the HSW address of the Master HMI IP" and the font style used by the Master.
1013 1013  
1044 += **Mulit-link(For HMI V3.0)** =
1045 +
1046 +== **Introduction** ==
1047 +
1048 +1. Multi-link function is through the master-slave mode of communication, using Ethernet cable connection to realize one machine with multiple screens, that is, one HMI connects another HMI through the Ethernet port, and reads or writes the data of the PLC connected by the master.
1049 +1. In the multi-link operation, one HMI is the master (Master), and the other is the slave (Slave). Master HMI is the only one that communicates with the PLC, and the data receiving from the PLC is transmitted to each slave through the master (Master).
1050 +
1051 +== **Supported Series** ==
1052 +
1053 +ig series, MD series
1054 +
1055 +== **Step of connecting slave to master** ==
1056 +
1057 +Go backstage,and Click[Cloud]
1058 +
1059 +(% style="text-align:center" %)
1060 +[[image:企业微信截图_17175875277292.png||height="245" width="429"]]
1061 +
1062 +
1063 +
1064 +
1014 1014  = **V-NET Access (PC Side)** =
1015 1015  
1016 1016  == **Login interface** ==
... ... @@ -1160,3 +1160,110 @@
1160 1160  (((
1161 1161  **✎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.
1162 1162  )))
1214 +
1215 +== **RE Series Instructions** ==
1216 +
1217 +The RE series could easily meet advanced requirements such as real-time dashboard in industrial site.
1218 +
1219 +**Operation Steps**
1220 +
1221 +(1) New project
1222 +
1223 +1) Click [New Project];
1224 +
1225 +2) Name the project;
1226 +
1227 +3) Select [HMI Series] as [RE Series];
1228 +
1229 +4) Select [HMI Model] as [V-BOX RE-00/V-BOX RE-4G] (according to the actual needs);
1230 +
1231 +5) Optional Step: Select the resolution. (Due to the RE V-Box doesn't have the actual display, so it can select various resolutions)
1232 +
1233 +6) 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;
1234 +
1235 +7) Click [OK] to finish the creation;
1236 +
1237 +(% style="text-align:center" %)
1238 +[[image:10-1remake.png]]
1239 +
1240 +8) Establish the communication protocol setup;
1241 +
1242 +(% style="text-align:center" %)
1243 +[[image:10-2.png]]
1244 +
1245 +(2) Enable Cloud
1246 +
1247 +Enable the Cloud function to let the RE V-Box able to access the V-NET platform.
1248 +
1249 +1) Click [Cloud];
1250 +
1251 +2) Click [Enable];
1252 +
1253 +3) Select the corresponding server;
1254 +
1255 +4) Click [OK] to finish the settings;
1256 +
1257 +(% style="text-align:center" %)
1258 +[[image:10-3.png]]
1259 +
1260 +(3) Project Download
1261 +
1262 +After project is done, user can compile and download the project into device. Same to the HMI, there are two download methods available for RE series, one is micro USB cable and the other one is the Ethernet.
1263 +
1264 +1) Click [Compile];
1265 +
1266 +2) Click [Download] to pop up the download tool;
1267 +
1268 +3) Select the download port;
1269 +
1270 +4) Click [PC to HMI];
1271 +
1272 +5) Click OK to reboot the device;
1273 +
1274 +(% style="text-align:center" %)
1275 +[[image:10-4.png]]
1276 +
1277 +{{info}}
1278 +✎Note: About the tool options' details, please go ahead: [[Download Tool>>||anchor="HDownloadTool"]]
1279 +{{/info}}
1280 +
1281 +(4) V-NET Platform Bind and browse
1282 +
1283 +About this part, please back to the heading [[V-NET Access>>doc:||anchor="HV-NETAccess28PCSide29"]] on the beginning or check the corresponding video: [[The ig V-NET Access>>https://youtu.be/j6i6KsCmnTE?list=PL_Bpnb2RgaktphrxRaCpFA809H_0xs-cU]](The general steps are same).
1284 +
1285 +1) Remote monitoring
1286 +
1287 +The remote monitoring module can display the project screen of the current HMI in real time and can operate the project on the web page.
1288 +
1289 +(% style="text-align:center" %)
1290 +[[image:10-5.png]]
1291 +
1292 +2) Data view
1293 +
1294 +It is divided into Communication port, Collection point, Alarm configuration, Alarm Recird, Data Record configuration, Data Record etc.
1295 +
1296 +About this part, please go to the [[Data Tool>>doc:PIStudio.08\.Basic Function.WebHome]] to check the details, or check the corresponding video: [[The ig Upload to Cloud Configuration>>https://youtu.be/vWXSF3qCwiQ]]
1297 +
1298 +(% style="text-align:center" %)
1299 +[[image:10-6.png]]
1300 +
1301 +3) Pass-through
1302 +
1303 +The pass-through function allows application files on the PC to maintenance the project program on site through RE devices.
1304 +
1305 +About this part, please go to the [[Device Pass-through>>doc:V-BOX.V-Net.Manual.3 V-NET Client.WebHome||anchor="HDevicePass-through"]] chapter to check the details,
1306 +
1307 +✎Note:
1308 +
1309 +* The pass-through function is unavailable on the browser web page, user need to change to V-NET Client to process the procedures;
1310 +* When the device is offline, button [Start Pass-through] cannot be clicked;
1311 +* When the device firmware is too low, button [Start Pass-through] cannot be clicked;
1312 +* Current user doesn't have permission for pass-through device or the device is shared by others, button [Start Pass-through] cannot be clicked;
1313 +* When the current user already has one device that is being penetrated, button [Start Pass-through] button cannot be clicked;
1314 +
1315 +4) LAN Monitoring
1316 +
1317 +Open the browser and enter the IP of the RE V-Box. Just like the following screenshot:
1318 +
1319 +(% style="text-align:center" %)
1320 +[[image:10-7.png]]
10-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Hunter
Size
... ... @@ -1,0 +1,1 @@
1 +139.5 KB
Content
10-1remake.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Hunter
Size
... ... @@ -1,0 +1,1 @@
1 +139.2 KB
Content
10-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Hunter
Size
... ... @@ -1,0 +1,1 @@
1 +44.0 KB
Content
10-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Hunter
Size
... ... @@ -1,0 +1,1 @@
1 +44.4 KB
Content
10-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Hunter
Size
... ... @@ -1,0 +1,1 @@
1 +46.1 KB
Content
10-5.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Hunter
Size
... ... @@ -1,0 +1,1 @@
1 +118.0 KB
Content
10-6.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Hunter
Size
... ... @@ -1,0 +1,1 @@
1 +19.1 KB
Content
10-7.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Hunter
Size
... ... @@ -1,0 +1,1 @@
1 +136.7 KB
Content
企业微信截图_17175875277292.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.2454238480
Size
... ... @@ -1,0 +1,1 @@
1 +4.3 MB
Content