Changes for page 10 Advanced Function

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

From version 17.1
edited by Mora Zhou
on 2023/11/21 16:28
Change comment: There is no comment for this version
To version 29.1
edited by Hunter
on 2024/05/23 15:27
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Mora
1 +XWiki.Hunter
Content
... ... @@ -303,7 +303,10 @@
303 303  * 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.
304 304  * **Recipient priority. **Set the priority order of recipients to recipient, BCC, and CC.
305 305  
306 +(% class="box infomessage" %)
307 +(((
306 306  **✎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 +)))
307 307  
308 308  == Recipient group setting ==
309 309  
... ... @@ -335,6 +335,8 @@
335 335  (% style="text-align:center" %)
336 336  [[image:邮件 7.png||class="img-thumbnail"]]
337 337  
341 +(% class="box infomessage" %)
342 +(((
338 338  (% class="wikigeneratedid" %)
339 339  **✎Note: **
340 340  
... ... @@ -343,6 +343,7 @@
343 343  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.
344 344  1. When testing with Zoho mailbox, there was a delay of less than 3 minutes.
345 345  1. The custom errors for the test error is as follows.
351 +)))
346 346  
347 347  (% class="table-bordered" %)
348 348  |=(% style="width: 129px;" %)Error code|=(% style="width: 946px;" %)Cause of reason
... ... @@ -577,10 +577,10 @@
577 577  
578 578  **Example 1**
579 579  
580 -{{code language="lua"}}
581 -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
582 582  
583 -    if @W_HSW1074 = 1 or @W_HSW1074 = 2               'Press Ctrl key
589 +    if @W_HSW1074 = 1 or @W_HSW1074 = 2       'Press Ctrl key
584 584  
585 585                @W_HDW1000 = 1
586 586  
... ... @@ -595,12 +595,12 @@
595 595  
596 596  **Example 2**
597 597  
598 -{{code language="lua"}}
604 +{{code language="Visual Basic"}}
599 599  if @W_HSW1073 = 59 and (@W_HSW1074 = 1 or @W_HSW1074 = 2) then              'F1 key value is 59
600 600  
601 -   if @W_HDW1000 = 1 then                                                                                          'Combination Ctrl + F1
607 +   if @W_HDW1000 = 1 then                                                                 'Combination Ctrl + F1
602 602  
603 -         @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
604 604  
605 605      endif
606 606  
... ... @@ -609,12 +609,12 @@
609 609  
610 610  **Example 3**
611 611  
612 -{{code language="lua"}}
613 -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
614 614  
615 -   if @W_HDW1000 = 1 then                                                                                          'Combination Ctrl + F2
621 +   if @W_HDW1000 = 1 then                                                     'Combination Ctrl + F2
616 616  
617 -            @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
618 618  
619 619    endif
620 620  
... ... @@ -623,7 +623,7 @@
623 623  
624 624  **Example 4**
625 625  
626 -{{code language="lua"}}
632 +{{code language="vb"}}
627 627  if AsString(@W_HSW1078) = "a" and (@W_HSW1074 = 1 or @W_HSW1074 = 2) then          'Page up
628 628  
629 629      if @W_HSW13 > 0 then
... ... @@ -637,7 +637,7 @@
637 637  
638 638  **Example 5**
639 639  
640 -{{code language="lua"}}
646 +{{code language="vb"}}
641 641  if AsString(@W_HSW1078) = "b" and (@W_HSW1074 = 1 or @W_HSW1074 = 2) then          'Page down
642 642  
643 643      @W_HSW13 = @W_HSW13 + 1
... ... @@ -669,9 +669,16 @@
669 669  ** DH-IPC-HFW1025D
670 670  ** DH-IPC-HFW1235M-I1
671 671  
672 -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).
673 -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 +{{info}}
679 +✎Note:
674 674  
681 +~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).
682 +
683 +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).
684 +
685 +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).
686 +{{/info}}
687 +
675 675  == **Camera search** ==
676 676  
677 677  In the software PIStudio, Click "Project" -> "Project settings"-> "Extend", and check "Enable camera search module", shown as below.
... ... @@ -1169,3 +1169,110 @@
1169 1169  (((
1170 1170  **✎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.
1171 1171  )))
1185 +
1186 +== **RE Series Instructions** ==
1187 +
1188 +The RE series could easily meet advanced requirements such as real-time dashboard in industrial site.
1189 +
1190 +**Operation Steps**
1191 +
1192 +(1) New project
1193 +
1194 +1) Click [New Project];
1195 +
1196 +2) Name the project;
1197 +
1198 +3) Select [HMI Series] as [RE Series];
1199 +
1200 +4) Select [HMI Model] as [V-BOX RE-00/V-BOX RE-4G] (according to the actual needs);
1201 +
1202 +5) Optional Step: Select the resolution. (Due to the RE V-Box doesn't have the actual display, so it can select various resolutions)
1203 +
1204 +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;
1205 +
1206 +7) Click [OK] to finish the creation;
1207 +
1208 +(% style="text-align:center" %)
1209 +[[image:10-1remake.png]]
1210 +
1211 +8) Establish the communication protocol setup;
1212 +
1213 +(% style="text-align:center" %)
1214 +[[image:10-2.png]]
1215 +
1216 +(2) Enable Cloud
1217 +
1218 +Enable the Cloud function to let the RE V-Box able to access the V-NET platform.
1219 +
1220 +1) Click [Cloud];
1221 +
1222 +2) Click [Enable];
1223 +
1224 +3) Select the corresponding server;
1225 +
1226 +4) Click [OK] to finish the settings;
1227 +
1228 +(% style="text-align:center" %)
1229 +[[image:10-3.png]]
1230 +
1231 +(3) Project Download
1232 +
1233 +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.
1234 +
1235 +1) Click [Compile];
1236 +
1237 +2) Click [Download] to pop up the download tool;
1238 +
1239 +3) Select the download port;
1240 +
1241 +4) Click [PC to HMI];
1242 +
1243 +5) Click OK to reboot the device;
1244 +
1245 +(% style="text-align:center" %)
1246 +[[image:10-4.png]]
1247 +
1248 +{{info}}
1249 +✎Note: About the tool options' details, please go ahead: [[Download Tool>>||anchor="HDownloadTool"]]
1250 +{{/info}}
1251 +
1252 +(4) V-NET Platform Bind and browse
1253 +
1254 +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).
1255 +
1256 +1) Remote monitoring
1257 +
1258 +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.
1259 +
1260 +(% style="text-align:center" %)
1261 +[[image:10-5.png]]
1262 +
1263 +2) Data view
1264 +
1265 +It is divided into Communication port, Collection point, Alarm configuration, Alarm Recird, Data Record configuration, Data Record etc.
1266 +
1267 +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]]
1268 +
1269 +(% style="text-align:center" %)
1270 +[[image:10-6.png]]
1271 +
1272 +3) Pass-through
1273 +
1274 +The pass-through function allows application files on the PC to maintenance the project program on site through RE devices.
1275 +
1276 +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,
1277 +
1278 +✎Note:
1279 +
1280 +* The pass-through function is unavailable on the browser web page, user need to change to V-NET Client to process the procedures;
1281 +* When the device is offline, button [Start Pass-through] cannot be clicked;
1282 +* When the device firmware is too low, button [Start Pass-through] cannot be clicked;
1283 +* Current user doesn't have permission for pass-through device or the device is shared by others, button [Start Pass-through] cannot be clicked;
1284 +* When the current user already has one device that is being penetrated, button [Start Pass-through] button cannot be clicked;
1285 +
1286 +4) LAN Monitoring
1287 +
1288 +Open the browser and enter the IP of the RE V-Box. Just like the following screenshot:
1289 +
1290 +(% style="text-align:center" %)
1291 +[[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