Changes for page 10 Advanced Function
Last modified by Jett on 2025/04/15 09:59
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -176,7 +176,7 @@ 176 176 177 177 **SMTP Settings** 178 178 179 -* **Sender Name: **Fill the sender's name, which is composed of Chinese characters, letters (case sensitive) and numbers. Butit canthefollowingspecial 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. 180 180 * **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. 181 181 * **Confirm Password: **Confirm the password or authorization code of the mailbox. 182 182 * **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]]. ... ... @@ -583,10 +583,10 @@ 583 583 584 584 **Example 1** 585 585 586 -{{code language=" lua"}}587 -if @W_HSW1073 = 29 then 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 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 607 + if @W_HDW1000 = 1 then 'Combination Ctrl + F1 608 608 609 - @W_HDW2000 = @W_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 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 621 + if @W_HDW1000 = 1 then 'Combination Ctrl + F2 622 622 623 - @W_HDW2000 = @W_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 ... ... @@ -662,9 +662,9 @@ 662 662 **Introduction** 663 663 664 664 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. 665 -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. 666 666 667 -** Supported Model:**667 +**Recommended Models:** 668 668 669 669 * Hikvision 670 670 ** DS-2CD1321D-I ... ... @@ -675,6 +675,14 @@ 675 675 ** DH-IPC-HFW1025D 676 676 ** DH-IPC-HFW1235M-I1 677 677 678 +**IP Camera Parameters Comparison for HMI Series** 679 + 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 + 678 678 {{info}} 679 679 ✎Note: 680 680