Changes for page 10 Advanced Function

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

From version 21.5
edited by Hunter
on 2024/02/04 19:14
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
Content
... ... @@ -583,10 +583,10 @@
583 583  
584 584  **Example 1**
585 585  
586 -{{code language="lua"}}
587 -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
588 588  
589 -    if @W_HSW1074 = 1 or @W_HSW1074 = 2               'Press Ctrl key
589 +    if @W_HSW1074 = 1 or @W_HSW1074 = 2       'Press Ctrl key
590 590  
591 591                @W_HDW1000 = 1
592 592  
... ... @@ -601,12 +601,12 @@
601 601  
602 602  **Example 2**
603 603  
604 -{{code language="lua"}}
604 +{{code language="Visual Basic"}}
605 605  if @W_HSW1073 = 59 and (@W_HSW1074 = 1 or @W_HSW1074 = 2) then              'F1 key value is 59
606 606  
607 -   if @W_HDW1000 = 1 then                                                                                          'Combination Ctrl + F1
607 +   if @W_HDW1000 = 1 then                                                                 'Combination Ctrl + F1
608 608  
609 -         @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
610 610  
611 611      endif
612 612  
... ... @@ -615,12 +615,12 @@
615 615  
616 616  **Example 3**
617 617  
618 -{{code language="lua"}}
619 -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
620 620  
621 -   if @W_HDW1000 = 1 then                                                                                          'Combination Ctrl + F2
621 +   if @W_HDW1000 = 1 then                                                     'Combination Ctrl + F2
622 622  
623 -            @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
624 624  
625 625    endif
626 626  
... ... @@ -629,7 +629,7 @@
629 629  
630 630  **Example 4**
631 631  
632 -{{code language="lua"}}
632 +{{code language="vb"}}
633 633  if AsString(@W_HSW1078) = "a" and (@W_HSW1074 = 1 or @W_HSW1074 = 2) then          'Page up
634 634  
635 635      if @W_HSW13 > 0 then
... ... @@ -643,7 +643,7 @@
643 643  
644 644  **Example 5**
645 645  
646 -{{code language="lua"}}
646 +{{code language="vb"}}
647 647  if AsString(@W_HSW1078) = "b" and (@W_HSW1074 = 1 or @W_HSW1074 = 2) then          'Page down
648 648  
649 649      @W_HSW13 = @W_HSW13 + 1
... ... @@ -675,9 +675,16 @@
675 675  ** DH-IPC-HFW1025D
676 676  ** DH-IPC-HFW1235M-I1
677 677  
678 -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).
679 -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:
680 680  
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 +
681 681  == **Camera search** ==
682 682  
683 683  In the software PIStudio, Click "Project" -> "Project settings"-> "Extend", and check "Enable camera search module", shown as below.
... ... @@ -1238,4 +1238,47 @@
1238 1238  (% style="text-align:center" %)
1239 1239  [[image:10-4.png]]
1240 1240  
1241 -
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-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