Changes for page 10 Advanced Function

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

From version 12.1
edited by Theodore Xu
on 2023/05/08 15:51
Change comment: There is no comment for this version
To version 2.2
edited by Leo Wei
on 2022/07/29 15:02
Change comment: Update document after refactoring.

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.AiXia
1 +XWiki.admin
Content
... ... @@ -6,17 +6,17 @@
6 6  1. Audio playing could play audio on HMI. You need to configure the relevant information, triggered by the condition, broadcast the set the mp3 audio file. The audio file can only be stored in the flash mp3 file.
7 7  1. Only the 9000 Series HMIs with audio modules can use this feature, and an external 3.5mm headphone head is required.
8 8  
9 -== Configuration ==
9 +== **Configuration** ==
10 10  
11 11  In PIStudio software, the setting procedue is as follow.
12 12  
13 13  (% style="text-align:center" %)
14 -[[image:音频 1.png||height="655" width="528" class="img-thumbnail"]]
14 +[[image:音频 1.png||class="img-thumbnail" height="655" width="528"]]
15 15  
16 -**Click "Set" to open "Audio settings" window.**
16 +**(1) Click "Set" to open "Audio settings" window.**
17 17  
18 18  (% style="text-align:center" %)
19 -[[image:11.Advanced Function_html_949272a66c003cd.png||height="402" width="588" class="img-thumbnail"]]
19 +[[image:11.Advanced Function_html_949272a66c003cd.png||class="img-thumbnail" height="402" width="588"]]
20 20  
21 21  * Audio list: Display the audio files you added. Double click the audio to configure it.
22 22  * Add: Add a new audio file.
... ... @@ -23,35 +23,41 @@
23 23  * Delete: Delete selected audio file.
24 24  * Audio set: Set the configurations of the audio, contolled by address.
25 25  
26 -**Trigger configuration for audio files**
26 +**(2) Trigger configuration for audio files**
27 27  
28 28  (% style="text-align:center" %)
29 29  [[image:音频 2.png||class="img-thumbnail"]]
30 30  
31 -* **Audio files**
32 -** MP3 file supported only.
33 -** The audio filesize should be less than 30MB.
34 -** The suffix .mp3 is necessary. The length of name should be less than 20 (including .mp3).
35 -** Audio file needs to be saved into the folder named mp3 in HMI flash, if not, it would not play. User could use the ~[[[CopyFile>>path:#_CopyFile]]] script function to import audio files into the HMI flash.
36 -* **Trigger mode settings: **There are 3 kinds trigger mode to choose. They coulf be valid at the same time.
37 -** **Play according to time interval: **Set the interval time. For example ,set 3 minutes, then it will play for each 3 minutes' interval.
38 -** **Trigger to play: **There are three bit trigger conditions: Rising edge, Falling edge and Bit change. You could trigger one condition to play the audio file.
39 -** **Play according to time: **Play the audio when the time is up.
40 -* **Play settings.** Set the play times and the cycle interval when it is triggered.
31 +**1) Audio files**
41 41  
42 -**Audio file playback setting**
33 +* MP3 file supported only.
34 +* The audio filesize should be less than 30MB.
35 +* The suffix .mp3 is necessary. The length of name should be less than 20 (including .mp3).
36 +* Audio file needs to be saved into the folder named mp3 in HMI flash, if not, it would not play. User could use the ~[[[CopyFile>>path:#_CopyFile]]] script function to import audio files into the HMI flash.
43 43  
38 +**2) Trigger mode settings**
39 +
40 +There are 3 kinds trigger mode to choose. They coulf be valid at the same time.
41 +
42 +* **Play according to time interval: **Set the interval time. For example ,set 3 minutes, then it will play for each 3 minutes' interval.
43 +* **Trigger to play: **There are three bit trigger conditions: Rising edge, Falling edge and Bit change. You could trigger one condition to play the audio file.
44 +* **Play according to time: **Play the audio when the time is up.
45 +
46 +**3) Play settings.** Set the play times and the cycle interval when it is triggered.
47 +
48 +**(3) Audio file playback setting**
49 +
44 44  This function is to control the playback of audio file in the list by address. (It should be used with file list.)
45 45  
46 46  (% style="text-align:center" %)
47 -[[image:音频 3.png||height="429" width="620" class="img-thumbnail"]]
53 +[[image:音频 3.png||class="img-thumbnail" height="429" width="620"]]
48 48  
49 -== Control address ==
55 +== **Control address** ==
50 50  
51 51  The table below describes each bit address function (including play, pause, etc). If the audio control address is HDW120, then specific function details are as shown in the table below.
52 52  
53 53  (% class="table-bordered" %)
54 -|=(% scope="row" %)**Function**|=(% style="width: 177px;" %)**Address**|=(% style="width: 647px;" %)**Description**
60 +|=**Function**|=(% style="width: 177px;" %)**Address**|=(% style="width: 647px;" %)**Description**
55 55  |(% rowspan="7" %)Play Control|(% style="width:177px" %)HDX120.0 (0(% style="font-size:10.5px" %)th(%%) bit)|(% style="width:647px" %)Play control bit: Play the audio file when this bit address is triggered
56 56  |(% style="width:177px" %)HDX120.1 (1(% style="font-size:10.5px" %)st(%%) bit)|(% style="width:647px" %)Pause control bit: Pause playback when this bit address is triggered, or resume playback after pause
57 57  |(% style="width:177px" %)HDX120.2 (2(% style="font-size:10.5px" %)nd(%%) bit)|(% style="width:647px" %)Stop control bit: Stop the play when this bit address is triggered
... ... @@ -64,13 +64,13 @@
64 64  |(% style="width:177px" %)HDX120.9 (9(% style="font-size:10.5px" %)th(%%) bit)|(% style="width:647px" %)Order: Play audio file orderly and stop as soon as the tas finished
65 65  |(% style="width:177px" %)HDX120.10 (10(% style="font-size:10.5px" %)th(%%) bit)|(% style="width:647px" %)Repeat in order: Repeat to play the audio file of the list
66 66  
67 -== State address ==
73 +== **State address** ==
68 68  
69 69  The audio play status address occupies a continuous 35 word addresses. If audio play status address is set as HDW200, the specific function allocation details are shown as below table
70 70  
71 71  (% class="table-bordered" %)
72 -|=(% scope="row" style="width: 183px;" %)**Address**|=(% style="width: 314px;" %)**Function**|=(% style="width: 592px;" %)**Description**
73 -|=(% style="width: 183px;" %)HDW200|(% style="width:314px" %)Playback status storage address|(% style="width:592px" %)(((
78 +|=(% style="width: 183px;" %)**Address**|=(% style="width: 314px;" %)**Function**|=(% style="width: 592px;" %)**Description**
79 +|(% style="width:183px" %)HDW200|(% style="width:314px" %)Playback status storage address|(% style="width:592px" %)(((
74 74  ~=0 : stop play
75 75  
76 76  ~=1 : playing
... ... @@ -77,8 +77,8 @@
77 77  
78 78  ~=2 : pause play
79 79  )))
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 -|=(% style="width: 183px;" %)HDW202~~HDW234|(% style="width:314px" %)Audio file name|(% style="width:592px" %)Displays the file name of the audio currently playing
86 +|(% 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
87 +|(% 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 83  ✎**Note:**
84 84  
... ... @@ -90,49 +90,49 @@
90 90  **Introduction**
91 91  
92 92  1. Configure related information and play video files through conditional trigger.
93 -1. Only HMI 9000 and 8150ig series support this function.
99 +1. Only HMI  9000 series support this function.
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.
97 97  
98 -== Configuration ==
104 +== **Configuration** ==
99 99  
100 -**Custom object configuration**
106 +**(1) Custom object configuration**
101 101  
102 102  (% style="text-align:center" %)
103 -[[image:视频功能部件配置.png]]
109 +[[image:11.Advanced Function_html_4939953650efc334.png||class="img-thumbnail" height="499" width="415"]]
104 104  
105 -**Basic**
111 +**1) Basic**
106 106  
107 107  The function address doesn't have to be configured. DLL file name needs to be "Custom_MoviePlayer".
108 108  
109 -**Custom Address**
115 +**2) Custom Address**
110 110  
111 111  * ID1 is the address for storing the video file name (including the suffix). It could not be empty and the length is 32 words.
112 -* ID2 is the address for video control, and occupies 1 word. It could not be empty. Please refer to[[ "Video control address">>https://docs.we-con.com.cn/bin/view/PIStudio/11.Advanced%20Function/#HControladdress-1]].
118 +* ID2 is the address for video control, and occupies 1 word. It could not be empty. Please refer to[[ "Video control address">>http://docs.we-con.com.cn/wiki/pistudio/view/Helps/11.Advanced%20Function/#HControladdress-1]].
113 113  * ID3 is the address of video status, and occupies 1 word. It could not be empty. 0 indicate stop, and 1 indicates play.
114 -* ID4 is the address for stroring the volume of video file, and occupies 1 word. 8150ig can not adjust the volume, only 9000 series can be set.
115 -* ID5 is the address for the video file path, and occupies 1 word. It could not be empty. Please refer to [["Video file path">>https://docs.we-con.com.cn/bin/view/PIStudio/11.Advanced%20Function/#HFilepath]].
120 +* ID4 is the address for stroring the valume of video file, and occupies 1 word.
121 +* ID5 is the address for the video file path, and occupies 1 word. It could not be empty. Please refer to [["Video file path">>http://docs.we-con.com.cn/wiki/pistudio/view/Helps/11.Advanced%20Function/#HFilepath]].
116 116  
117 -== Control address ==
123 +== **Control address** ==
118 118  
119 119  (% class="table-bordered" %)
120 120  |=(% style="width: 151px;" %)**Function**|=(% colspan="2" style="width: 200px;" %)**Address**|=(% style="width: 599px;" %)**Description**
121 -|(% rowspan="7" style="width:151px" %)Play Control|(% style="width:92px" %)0(% style="font-size:10.5px" %)th(%%) bit|(% style="width:107px" %)HDX100.0|(% style="width:599px" %)(((
122 -Bit for playing control:This address save the name of the video file to be played.
127 +|(% rowspan="7" style="width:151px" %)Play Control|(% style="width:92px" %)0(% style="font-size:10.5px" %)th(%%) bit|(% style="width:107px" %)HDX102.0|(% style="width:599px" %)(((
128 +Bit for playing control: Play the video file when this bit address is triggered
123 123  )))
124 -|(% style="width:92px" %)1(% style="font-size:10.5px" %)st(%%) bit|(% style="width:107px" %)HDX100.1|(% style="width:599px" %)Bit for pause control:Pause playing when this bit address is triggered, or resume playing after pause
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 -|(% 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 -|(% 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 (only be supported 9000 series)
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 (only be supported 9000 series)
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 -|(% 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 -|(% 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
133 -|(% style="width:92px" %)10(% style="font-size:10.5px" %)th(%%) bit|(% style="width:107px" %)HDX100.10|(% style="width:599px" %)Repeat in order: Repeat to play the video file of the list
130 +|(% style="width:92px" %)1(% style="font-size:10.5px" %)st(%%) bit|(% style="width:107px" %)HDX102.1|(% style="width:599px" %)Bit for pause control:Pause playing when this bit address is triggered, or resume playing after pause
131 +|(% style="width:92px" %)2(% style="font-size:10.5px" %)nd(%%) bit|(% style="width:107px" %)HDX102.2|(% style="width:599px" %)Bit for full screen control: Maximize the video when this bit address is triggered
132 +|(% style="width:92px" %)3(% style="font-size:10.5px" %)rd(%%) bit|(% style="width:107px" %)HDX102.3|(% style="width:599px" %)Last video: Play the last video when this bit address is triggered.
133 +|(% style="width:92px" %)4(% style="font-size:10.5px" %)th(%%) bit|(% style="width:107px" %)HDX102.4|(% style="width:599px" %)Next video: Play the next video when this bit address is triggered.
134 +|(% style="width:92px" %)5(% style="font-size:10.5px" %)th(%%) bit|(% style="width:107px" %)HDX102.5|(% style="width:599px" %)Volume increase: Increased by 10
135 +|(% style="width:92px" %)6(% style="font-size:10.5px" %)th(%%) bit|(% style="width:107px" %)HDX102.6|(% style="width:599px" %)Volume decrease: Decreased by 10
136 +|(% rowspan="4" style="width:151px" %)Mode Selection|(% style="width:92px" %)7(% style="font-size:10.5px" %)th(%%) bit|(% style="width:107px" %)HDX102.7|(% style="width:599px" %)Once: Only play current video file once
137 +|(% style="width:92px" %)8(% style="font-size:10.5px" %)th(%%) bit|(% style="width:107px" %)HDX102.8|(% style="width:599px" %)Single cycle: Repeat to play current video file
138 +|(% style="width:92px" %)9(% style="font-size:10.5px" %)th(%%) bit|(% style="width:107px" %)HDX102.9|(% style="width:599px" %)Order: Play video file of the list and stop after done
139 +|(% style="width:92px" %)10(% style="font-size:10.5px" %)th(%%) bit|(% style="width:107px" %)HDX102.10|(% style="width:599px" %)Repeat in order: Repeat to play the video file of the list
134 134  
135 -== (% style="color:inherit; font-family:inherit; font-size:23px" %)File path(%%) ==
141 +== (% style="color:inherit; font-family:inherit; font-size:23px" %)**File path**(%%) ==
136 136  
137 137  (% class="table-bordered" %)
138 138  |=**Value**|=**Video File Path**|=**Description**
... ... @@ -140,12 +140,12 @@
140 140  |1|SD card|Please create a folder named mp4 in the SD card directory to store the video files to be played
141 141  |2|HMI flash|Copy the video files to the mp4 folder in the directory of flash
142 142  
143 -== Case ==
149 +== **Case** ==
144 144  
145 -Operating Procedures of File List Object Settings
151 +**Operating Procedures of File List Object Settings**
146 146  
147 147  (% style="text-align:center" %)
148 -[[image:file setting.png]]
154 +[[image:11.Advanced Function_html_21e02c4465831a9e.png||class="img-thumbnail" height="560" width="600"]]
149 149  
150 150  Configure the customized object as the above picture
151 151  
... ... @@ -152,32 +152,35 @@
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
161 +1. Create a folder named MP4 in the SD card directory to store the video files to be played.
155 155  1. Add the video controlling address, refer to the above video controlling address table.
156 156  1. Compile the project and download it to HMI, trigger the bit address to play the video from the list.
157 157  
158 -== Demo ==
159 -
160 -**PI8150ig Video Display: **[[Download link>>https://docs.we-con.com.cn/bin/view/PIStudio/2%20Demo/Applications/#H7PI8150igVideoDisplay]]
161 -
162 162  = **Email** =
163 163  
167 +**Introduction**
168 +
164 164  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.
165 165  
166 -== Email setting ==
171 +== **Email setting** ==
167 167  
168 -In "PIStudio" software, click "Project" "E-mail" to open email function setting screen.
173 +In "PIStudio" software, click "Project"-> "E-mail" to open email function setting screen.
169 169  
170 170  (% style="text-align:center" %)
171 -[[image:邮件 1.png||height="780" width="597" class="img-thumbnail"]]
176 +[[image:邮件 1.png||class="img-thumbnail" height="780" width="597"]]
172 172  
173 -**SMTP Settings**
178 +(**1) SMTP Settings**
174 174  
175 -* **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.
176 -* **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.
177 -* **Confirm Password: **Confirm the password or authorization code of the mailbox.
178 -* **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]].
179 -* **SMTP Server: **Please refer to the mailbox account settings. If you enter a common mailbox, the corresponding server address will be automatically written. such as smtp.exmail.qq.com.
180 +**1) 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.
180 180  
182 +**2) 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.
183 +
184 +**3) Confirm Password: **Confirm the password or authorization code of the mailbox.
185 +
186 +**4) 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]].
187 +
188 +**5) SMTP Server: **Please refer to the mailbox account settings. If you enter a common mailbox, the corresponding server address will be automatically written. such as smtp.exmail.qq.com.
189 +
181 181  (% class="table-bordered" %)
182 182  |=Email|=Email server|=Port number
183 183  |163 email|smtp.163.com|465
... ... @@ -188,22 +188,29 @@
188 188  |Yahoo email|smtp.mail.yahoo.com.cn|465
189 189  |Google email|smtp.gmail.com|465
190 190  
191 -**✎Note:** Gmail also needs to enable the [allow unsafe apps] option in the account, otherwise the mail will not be sent normally.
200 +**✎Note:**
192 192  
202 +Gmail also needs to enable the [allow unsafe apps] option in the account, otherwise the mail will not be sent normally.
203 +
204 +**6) 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.
205 +
206 +**7) The Port Number: **Enter corresponding port number according to the SMTP serve addrress entered. You could only enter interger between 1 and 65535. Do not enter more than 6 digits in length. Common port numbers are port 25, 465 and 587.
207 +
193 193  (% style="list-style-type:disc" %)
194 -* **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.
195 -* **The Port Number: **Enter corresponding port number according to the SMTP serve addrress entered. You could only enter interger between 1 and 65535. Do not enter more than 6 digits in length. Common port numbers are port 25, 465 and 587.
196 -** Port 25: It does not protect the original data when transmitting data. The data can be seen. Generally, port 25 must be selected as no encryption or TLS(STARTTLS) encryption mode to send data correctly.
197 -** 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.
198 -** 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.
209 +* Port 25: It does not protect the original data when transmitting data. The data can be seen. Generally, port 25 must be selected as no encryption or TLS(STARTTLS) encryption mode to send data correctly.
210 +* 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.
211 +* 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.
199 199  
200 200  **✎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.
201 201  
202 -* **Error Message**
203 -** Set the error message receiving address, you could use the information to get the reasons of errors.
204 -** The error types in the mail function are divided into two types: custom rule error and server's error.
205 -** Custom rule errors are as follows.
215 +**8) Error Message**
206 206  
217 +Set the error message receiving address, you could use the information to get the reasons of errors.
218 +
219 +The error types in the mail function are divided into two types: custom rule error and server's error.
220 +
221 +Custom rule errors are as follows.
222 +
207 207  (% class="table-bordered" %)
208 208  |**Message**
209 209  |Email settings are incorrect
... ... @@ -244,7 +244,7 @@
244 244  |could not connect: Connection refused
245 245  |smtp-server: 550 User not found: aaa.163.com
246 246  
247 -* **Manual Trigger**
263 +**9) Manual Trigger**
248 248  
249 249  It is for modifying the email sending settings when HMI is running. According to the set manual trigger address, the address is offset backward to get the address of the corresponding function (a total of 201 words). Take HDW100 as an example.
250 250  
... ... @@ -262,7 +262,7 @@
262 262  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.
263 263  1. Emails that sent manually would only be sent once no matter the sending error is custom error, network or other errors.
264 264  
265 -== Email sending settings ==
281 +== **Email sending settings** ==
266 266  
267 267  (% style="text-align:center" %)
268 268  [[image:邮件 2.png||class="img-thumbnail"]]
... ... @@ -272,28 +272,38 @@
272 272  1. **Delete. **You could select an email to delete or click the "ID" column to delete in batch.
273 273  
274 274  (% style="text-align:center" %)
275 -[[image:邮件 3.png||height="578" width="744" class="img-thumbnail"]]
291 +[[image:邮件 3.png||class="img-thumbnail" height="578" width="744"]]
276 276  
277 -**Email sending configuration.**
293 +**(1) Email sending configuration.**
278 278  
279 -* **Theme. **The value cannot be empty and case sensitive. The total length  cannot exceed 256 characters.
280 -* **Content of email. **The contents are divided into three combinations: text, alarm and variable. The list can contain only 32 items at most, and the total length of the preview cannot exceed 1024 items.
281 -** **Text. **You could directly edit the text of language 1 to language 3. If you need to set multiple languages, click "edit all text" to set. You may also select "Text library". The content is case sensitive, and the total length of English/Chinese characters/numbers/symbols does not exceed 253.
282 -** **Alarm. **You could select "bit alarm" or "word alarm" from the list. The content is from alarm text. if the alarm changes, the content changes with it. The content is case sensitive, and the total length of English/Chinese characters/numbers/symbols does not exceed 253.
283 -** **Variable. **Set the corresponding variable address. Read value or strings according to the specified format, and the read information will be displayed in the corresponding position in the mail content.
284 -* **Preview. **Combine the content of current edited email and diaplay it for you to modify the content conviniently. The preview length cannot exceed 1024.
285 -* **Sending method. **It is divided into timed send interval and bit address trigger tranmission. The two methods cannot be used at the same time.
286 -** timed send interval. After booting, the current system time is used to start calculating, and each time the time  is up, the information will be sent to the set recipient in the form of an email, and the minimum time should be set to 5 minutes. **Note: **The first boot is not sent.
287 -** Bit address trigger tranmission. When the set trigger address meets the trigger conditon, the information will be sent to the set recipient in the form of an email. If the content select alarm, the alarm address would be written in the trigger address. There are three methods to trigger: sending on rising edge, sending on falling edge and send when the bit changes.
288 -* **Recipient.** It is set in groups. You could send  multiple groups, and each group can have multiple recipients.
289 -* **Add CC.** Sends the current email to other recipients.
290 -* **Add secret delivery. ** Sends the current email to other recipients, but the recipient and cc recipients do not see the BCC recipient.
291 -* 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.
292 -* **Recipient priority. **Set the priority order of recipients to recipient, BCC, and CC.
295 +**1) Theme. **The value cannot be empty and case sensitive. The total length  cannot exceed 256 characters.
293 293  
297 +**2) Content of email. **The contents are divided into three combinations: text, alarm and variable. The list can contain only 32 items at most, and the total length of the preview cannot exceed 1024 items.
298 +
299 +* **Text. **You could directly edit the text of language 1 to language 3. If you need to set multiple languages, click "edit all text" to set. You may also select "Text library". The content is case sensitive, and the total length of English/Chinese characters/numbers/symbols does not exceed 253.
300 +* **Alarm. **You could select "bit alarm" or "word alarm" from the list. The content is from alarm text. if the alarm changes, the content changes with it. The content is case sensitive, and the total length of English/Chinese characters/numbers/symbols does not exceed 253.
301 +* **Variable. **Set the corresponding variable address. Read value or strings according to the specified format, and the read information will be displayed in the corresponding position in the mail content.
302 +
303 +**3) Preview. **Combine the content of current edited email and diaplay it for you to modify the content conviniently. The preview length cannot exceed 1024.
304 +
305 +**4) Sending method. **It is divided into timed send interval and bit address trigger tranmission. The two methods cannot be used at the same time.
306 +
307 +* timed send interval. After booting, the current system time is used to start calculating, and each time the time  is up, the information will be sent to the set recipient in the form of an email, and the minimum time should be set to 5 minutes. **Note: **The first boot is not sent.
308 +* Bit address trigger tranmission. When the set trigger address meets the trigger conditon, the information will be sent to the set recipient in the form of an email. If the content select alarm, the alarm address would be written in the trigger address. There are three methods to trigger: sending on rising edge, sending on falling edge and send when the bit changes.
309 +
310 +**5) Recipient.** It is set in groups. You could send  multiple groups, and each group can have multiple recipients.
311 +
312 +**6) Add CC.** Sends the current email to other recipients.
313 +
314 +**7) Add secret delivery. ** Sends the current email to other recipients, but the recipient and cc recipients do not see the BCC recipient.
315 +
316 +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.
317 +
318 +**8) Recipient priority. **Set the priority order of recipients to recipient, BCC, and CC.
319 +
294 294  **✎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.
295 295  
296 -== Recipient group setting ==
322 +== **Recipient group setting** ==
297 297  
298 298  (% style="text-align:center" %)
299 299  [[image:邮件 4.png||class="img-thumbnail"]]
... ... @@ -302,7 +302,7 @@
302 302  1. **Group to send. **The groups that you send the emails to.
303 303  1. **Open recipinet settings.** Set the information of recipients, and add and subtract groups.
304 304  
305 -== Recipient setting ==
331 +== **Recipient setting** ==
306 306  
307 307  (% style="text-align:center" %)
308 308  [[image:邮件 5.png||class="img-thumbnail"]]
... ... @@ -318,7 +318,7 @@
318 318  1. **Nuber of group. **You could click the  up/down arrow to increase or devrease groups. The default number is 1. The maximum number is 16.
319 319  1. **Description. **To decribe the group information. The total length shall not exceed 32.
320 320  
321 -== Test sending settings ==
347 +== **Test sending settings** ==
322 322  
323 323  (% style="text-align:center" %)
324 324  [[image:邮件 7.png||class="img-thumbnail"]]
... ... @@ -386,17 +386,17 @@
386 386  |(% style="width:129px" %)416|(% style="width:946px" %)STARTTLS_NOT_SUPPORTED = The STARTTLS command is not supported by the server
387 387  |(% style="width:129px" %)417|(% style="width:946px" %)LOGIN_NOT_SUPPORTED = AUTH LOGIN is not supported by the server
388 388  
389 -== Email status ==
415 +== **Email status** ==
390 390  
391 -**Network disconnection error**
417 +**(1) Network disconnection error**
392 392  
393 393  If the fault is determined as a network disconnection error, the system does not delete the sent information and does not record the number of errors, and it would make an infinite send attempt.
394 394  
395 -**Custom rule error**
421 +**(2) Custom rule error**
396 396  
397 397  If the fault is determined as a custom rule error, delete the information.
398 398  
399 -**Server return error**
425 +**(3) Server return error**
400 400  
401 401  If the fault is determined as a server return error, then the error time add 1. It would try to send the email for 3 times. Regardless of whether the transmission is successful or not, it would delete the email to be sent. The test results are as follows.
402 402  
... ... @@ -410,17 +410,17 @@
410 410  |(% style="width:125px" %)sina|(% style="width:186px" %)50|(% style="width:765px" %)It can be sent again after a few minutes or a few hours, but cannont be received normally
411 411  |(% style="width:125px" %)gmail|(% style="width:186px" %)500|(% style="width:765px" %)No more delivery on that day
412 412  
413 -**Message Prompt**
439 +**(4) Message Prompt**
414 414  
415 415  1. If the email to be sent is deleted, a message will pop up.
416 416  1. If the email is sent successfully, a messge will pop up: "The email is sent successfully."
417 417  1. If the five symbols ',' , ' | ', '<', '>' and '&' appear in the fields set by the message prompt, the message prompt will display an abnormal message.
418 418  
419 -**Mail attachment**
445 +**(5) Mail attachment**
420 420  
421 421  Currently, the email attachment function only supports sending the specified alarm record (AlarmDataFile.db file), and does not support selecting content to send.
422 422  
423 -= USB keyboard =
449 += **USB keyboard** =
424 424  
425 425  (% class="wikigeneratedid" id="HIntroduction" %)
426 426  **Introduction**
... ... @@ -429,14 +429,14 @@
429 429  1. When the keyboard function is enabled, the "Cursor Display" function is enabled by default. The user could move the cursor through the "up, down, left and right buttons" of the keyboard, and then press the Enter key to select the object.
430 430  1. Multiple devices could be connected with HMI via USB HUB (up to 4 external devices), such as: mouse, keyboard, scanner, magnetic stripe reader, etc.
431 431  
432 -== Enable function ==
458 +== **Enable function** ==
433 433  
434 -In the software PIStudio, Click "Project" "Project settings" → "Extend", and check "Enable keyboard" in "Input device" settings area as below.
460 +In the software PIStudio, Click "Project" -> "Project settings"-> "Extend", and check "Enable keyboard" in "Input device" settings area as below.
435 435  
436 436  (% style="text-align:center" %)
437 -[[image:11.Advanced Function_html_f6cded728eedf4ce.png||height="567" width="501" class="img-thumbnail"]]
463 +[[image:11.Advanced Function_html_f6cded728eedf4ce.png||class="img-thumbnail" height="567" width="501"]]
438 438  
439 -== Configuration decription ==
465 +== **Configuration decription** ==
440 440  
441 441  1. When the keyboard function is enabled, the "Cursor Display" function is enabled by default. The user could move the cursor through the “up, down, left and right buttons” of the keyboard, and then press the Enter key to select the object;
442 442  1. NumLock: When NumLock key is not lit, the keypad number is not allowed to be input (offline simulation does not allow all numeric keys to be input, including the numeric keys on the left side of the keyboard);
... ... @@ -449,13 +449,13 @@
449 449  In practical application, the [Enable Keyboard] function could be combined with the related "system special address" to achieve multi-key combination operation.
450 450  
451 451  (% class="table-bordered" %)
452 -|=(% style="width: 114px;" %)**Address**|=(% style="width: 229px;" %)**Description**|=(% style="width: 733px;" %)**Function**
453 -|(% style="width:114px" %)HSW1073|(% style="width:229px" %)Keyboard key value|(% style="width:733px" %)(((
478 +|=**Address**|=**Description**|=**Function**
479 +|HSW1073|Keyboard key value|(((
454 454  The currently pressed key value is displayed. The key value is shown in Table 1
455 455  
456 456  (The Numeric/Character display object is not updated when it is being entered)
457 457  )))
458 -|(% style="width:114px" %)HSW1074|(% style="width:229px" %)Keyboard key status|(% style="width:733px" %)(((
484 +|HSW1074|Keyboard key status|(((
459 459  Display current key states
460 460  
461 461  ~=0: key release
... ... @@ -466,15 +466,15 @@
466 466  
467 467  (The Numeric/Character display object is not updated when it is being entered)
468 468  )))
469 -|(% style="width:114px" %)HSW1075|(% style="width:229px" %)Cursor speed|(% style="width:733px" %)Control the movement speed of the cursor, the range is 0~~100, the default is 20
470 -|(% style="width:114px" %)HSW1076|(% style="width:229px" %)X coordinate value of cursor|(% style="width:733px" %)The X value of the current position of the cursor, range: 0~~screen width-1
471 -|(% style="width:114px" %)HSW1077|(% style="width:229px" %)Y coordinate value of cursor|(% style="width:733px" %)The Y value of the current position of the cursor, range: 0~~screen height-1
472 -|(% style="width:114px" %)HSW1078|(% style="width:229px" %)The ASCII code of keyboard key|(% style="width:733px" %)(((
495 +|HSW1075|Cursor speed|Control the movement speed of the cursor, the range is 0~~100, the default is 20
496 +|HSW1076|X coordinate value of cursor|The X value of the current position of the cursor, range: 0~~screen width-1
497 +|HSW1077|Y coordinate value of cursor|The Y value of the current position of the cursor, range: 0~~screen height-1
498 +|HSW1078|The ASCII code of keyboard key|(((
473 473  Only the ASCII values of letters, numbers, and symbols are displayed. The ASCII value of the function keys is not displayed, as shown in Table 2
474 474  
475 475  (The Numeric/Character display object is not updated when it is being entered)
476 476  )))
477 -|(% style="width:114px" %)HSW1079|(% style="width:229px" %)Enable cursor position and Enter key mode|(% style="width:733px" %)(((
503 +|HSW1079|Enable cursor position and Enter key mode|(((
478 478  HSX1079.0 = 1: Set the cursor position according to HSW1076 and HSW1077 value;
479 479  
480 480  HSX1079.1 = 0: When Numeric/Character display object is entered, enter key is for end input instruction. When no Numeric/Character display object is entered, enter key is for normal click;
... ... @@ -555,91 +555,77 @@
555 555  
556 556  'HSW1073 key value
557 557  
558 -'HSW1074 key states
584 +'HSW1074 key states 0: released; 1: pressed; 2: Holding pressed
559 559  
560 -* 0: released;
561 -* 1: pressed;
562 -* 2: Holding pressed
563 -
564 564  'HSW1078 ASCII value of key
565 565  
566 -**Example 1**
588 +**(1) Example 1**
567 567  
568 -{{code language="lua"}}
569 -if @W_HSW1073 = 29 then                                            'Ctrl key value is 29
590 +if @W_HSW1073 = 29 then  'Ctrl key value is 29
570 570  
571 -    if @W_HSW1074 = 1 or @W_HSW1074 = 2               'Press Ctrl key
592 + if @W_HSW1074 = 1 or @W_HSW1074 = 2  'Press Ctrl key
572 572  
573 -              @W_HDW1000 = 1
594 + @W_HDW1000 = 1
574 574  
575 -    else                                                                               'Release Ctrl key
596 + else  'Release Ctrl key
576 576  
577 -              @W_HDW1000 = 0
598 + @W_HDW1000 = 0
578 578  
579 -    endif
600 + endif
580 580  
581 581  endif
582 -{{/code}}
583 583  
584 -**Example 2**
604 +**(2) Example 2**
585 585  
586 -{{code language="lua"}}
587 -if @W_HSW1073 = 59 and (@W_HSW1074 = 1 or @W_HSW1074 = 2) then              'F1 key value is 59
606 +if @W_HSW1073 = 59 and (@W_HSW1074 = 1 or @W_HSW1074 = 2) then  'F1 key value is 59
588 588  
589 -   if @W_HDW1000 = 1 then                                                                                          'Combination Ctrl + F1
608 + if @W_HDW1000 = 1 then  'Combination Ctrl + F1
590 590  
591 -         @W_HDW2000 = @W_HDW2000 + 1                                                                  'Function of combination key is HDW2000 + 1
610 + @W_HDW2000 = @W_HDW2000 + 1  'Function of combination key is HDW2000 + 1
592 592  
593 -    endif
612 + endif
594 594  
595 595  endif
596 -{{/code}}
597 597  
598 -**Example 3**
616 +**(3) Example 3**
599 599  
600 -{{code language="lua"}}
601 -if @W_HSW1073 = 60 and (@W_HSW1074 = 1 or @W_HSW1074 = 2) then              'the value of F2 is 60
618 +if @W_HSW1073 = 60 and (@W_HSW1074 = 1 or @W_HSW1074 = 2) then  'the value of F2 is 60
602 602  
603 -   if @W_HDW1000 = 1 then                                                                                          'Combination Ctrl + F2
620 + if @W_HDW1000 = 1 then  'Combination Ctrl + F2
604 604  
605 -            @W_HDW2000 = @W_HDW2000 - 1                                                                'Function of combination key is HDW2000 - 1
622 + @W_HDW2000 = @W_HDW2000 - 1  'Function of combination key is HDW2000 - 1
606 606  
607 -  endif
624 + endif
608 608  
609 609  endif
610 -{{/code}}
611 611  
612 -**Example 4**
628 +**(4) Example 4**
613 613  
614 -{{code language="lua"}}
615 -if AsString(@W_HSW1078) = "a" and (@W_HSW1074 = 1 or @W_HSW1074 = 2) then          'Page up
630 +if AsString(@W_HSW1078) = "a" and (@W_HSW1074 = 1 or @W_HSW1074 = 2) then  'Page up
616 616  
617 -    if @W_HSW13 > 0 then
632 + if @W_HSW13 > 0 then
618 618  
619 -           @W_HSW13 = @W_HSW13 - 1
634 + @W_HSW13 = @W_HSW13 - 1
620 620  
621 -    endif
636 + endif
622 622  
623 623  endif
624 -{{/code}}
625 625  
626 -**Example 5**
640 +**(5) Example 5**
627 627  
628 -{{code language="lua"}}
629 -if AsString(@W_HSW1078) = "b" and (@W_HSW1074 = 1 or @W_HSW1074 = 2) then          'Page down
642 +if AsString(@W_HSW1078) = "b" and (@W_HSW1074 = 1 or @W_HSW1074 = 2) then  'Page down
630 630  
631 -    @W_HSW13 = @W_HSW13 + 1
644 + @W_HSW13 = @W_HSW13 + 1
632 632  
633 -     if @W_HSW13 > 3 then
646 + if @W_HSW13 > 3 then
634 634  
635 -              @W_HSW13 = 3
648 + @W_HSW13 = 3
636 636  
637 -     endif
650 + endif
638 638  
639 639  endif
640 -{{/code}}
641 641  
642 -= **rtsp web camera** =
654 += **{{id name="_Toc29624"/}}rtsp web camera** =
643 643  
644 644  **Introduction**
645 645  
... ... @@ -646,17 +646,20 @@
646 646  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.
647 647  1. ONVIF protocol and H.264 coding camera (RTSP web camera) are supported.
648 648  
649 -**Supported Model:**
661 +**~ Supported Model:**
650 650  
651 -* Hikvision
652 -** DS-2CD1321D-I
653 -** DS-2CD3T20FD-I3W
654 -** DS-2CD1221D-I3
655 -** DS-2CV3Q21FD-IW
656 -* Dahua
657 -** DH-IPC-HFW1025D
658 -** DH-IPC-HFW1235M-I1
663 + 1) Hikvision
659 659  
665 +* DS-2CD1321D-I
666 +* DS-2CD3T20FD-I3W
667 +* DS-2CD1221D-I3
668 +* DS-2CV3Q21FD-IW
669 +
670 + 2) Dahua
671 +
672 +* DH-IPC-HFW1025D
673 +* DH-IPC-HFW1235M-I1
674 +
660 660  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).
661 661  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).
662 662  
... ... @@ -674,11 +674,11 @@
674 674  To configure the information of searches anf the records of search results. There are as follows.
675 675  
676 676  (% class="table-bordered" %)
677 -|(% style="width:226px" %)**Address**|(% style="width:533px" %)**Description**|(% style="width:240px" %)**Length**
678 -|(% style="width:226px" %)HDW200|(% style="width:533px" %)Username|(% style="width:240px" %)20 words
679 -|(% style="width:226px" %)HDW220|(% style="width:533px" %)Password|(% style="width:240px" %)20 words
680 -|(% style="width:226px" %)HDX240.0|(% style="width:533px" %)Falling edge trigger search|(% style="width:240px" %)1 bit
681 -|(% style="width:226px" %)HDX240.1|(% style="width:533px" %)(((
692 +|(% style="width:109px" %)**Address**|(% style="width:468px" %)**Description**|(% style="width:240px" %)**Length**
693 +|(% style="width:109px" %)HDW200|(% style="width:468px" %)Username|(% style="width:240px" %)20 words
694 +|(% style="width:109px" %)HDW220|(% style="width:468px" %)Password|(% style="width:240px" %)20 words
695 +|(% style="width:109px" %)HDX240.0|(% style="width:468px" %)Falling edge trigger search|(% style="width:240px" %)1 bit
696 +|(% style="width:109px" %)HDX240.1|(% style="width:468px" %)(((
682 682  Search status
683 683  
684 684  0: The search is complete.
... ... @@ -686,17 +686,17 @@
686 686  1: It is searching.
687 687  )))|(% style="width:240px" %)1 bit
688 688  |(% colspan="2" rowspan="1" style="width:109px" %)The first search result|(% style="width:240px" %)80 words
689 -|(% style="width:226px" %)HDW241|(% style="width:533px" %)IP address|(% style="width:240px" %)16 words
690 -|(% style="width:226px" %)HDW257|(% style="width:533px" %)(((
704 +|(% style="width:109px" %)HDW241|(% style="width:468px" %)IP address|(% style="width:240px" %)16 words
705 +|(% style="width:109px" %)HDW257|(% style="width:468px" %)(((
691 691  ~=1: correct password
692 692  
693 693  ~=0: wrong password
694 694  )))|(% style="width:240px" %)1 word
695 -|(% style="width:226px" %)HDW258|(% style="width:533px" %)Device serial number|(% style="width:240px" %)43 words
696 -|(% style="width:226px" %)HDW301|(% style="width:533px" %)Camera alias|(% style="width:240px" %)20 words
710 +|(% style="width:109px" %)HDW258|(% style="width:468px" %)Device serial number|(% style="width:240px" %)43 words
711 +|(% style="width:109px" %)HDW301|(% style="width:468px" %)Camera alias|(% style="width:240px" %)20 words
697 697  |(% colspan="2" rowspan="1" style="width:109px" %)The second search result|(% style="width:240px" %)80 words
698 -|(% style="width:226px" %)HDW321|(% style="width:533px" %)IP address|(% style="width:240px" %)16 words
699 -|(% style="width:226px" %)...|(% style="width:533px" %)...|(% style="width:240px" %)...
713 +|(% style="width:109px" %)HDW321|(% style="width:468px" %)IP address|(% style="width:240px" %)16 words
714 +|(% style="width:109px" %)...|(% style="width:468px" %)...|(% style="width:240px" %)...
700 700  
701 701  The username and password of function address need to entered manually. When searching for cameras, the username and password will be matched first, then each camera under the account will be retrieved, and the retrieved results will be stored in the response address. If the password is correct, the corresponding serial number would be displayed.
702 702  
... ... @@ -708,7 +708,7 @@
708 708  [[image:rtsp摄像头 2.png]]
709 709  
710 710  
711 -Compile and download project, please click [Search Camera] button to get camera information in LAN The username and password here need to be entered manually. During searching camera, it will try to use this username and password to log in IP camera and store the result of login. If the password is correct, the “password correct” address will be displayed as 1 and the device serial number will be displayed. If the “password correct” address is 0, the device serial number would not be displayed.
726 +3) Compile and download project, please click [Search Camera] button to get camera information in LAN The username and password here need to be entered manually. During searching camera, it will try to use this username and password to log in IP camera and store the result of login. If the password is correct, the “password correct” address will be displayed as 1 and the device serial number will be displayed. If the “password correct” address is 0, the device serial number would not be displayed.
712 712  
713 713  === **Function address** ===
714 714  
... ... @@ -751,24 +751,24 @@
751 751  
752 752  **Operating Procedures**
753 753  
754 -Fill the camera ID address with the camera serial number searched by the camera search module, and trigger the binding address to fill username and password.
769 +1) Fill the camera ID address with the camera serial number searched by the camera search module, and trigger the binding address to fill username and password.
755 755  
756 -* If the camera searching is disabled, then users need to manually enter the information of this camera, including username, password, and device serial number. Device serial number could be obtained by checking the label of camera.
771 +If the camera searching is disabled, then users need to manually enter the information of this camera, including username, password, and device serial number. Device serial number could be obtained by checking the label of camera.
757 757  
758 758  (% style="text-align:center" %)
759 -[[image:11.Advanced Function_html_9ba06415a43f4264.png||height="232" width="412" class="img-thumbnail"]]
774 +[[image:11.Advanced Function_html_9ba06415a43f4264.png||class="img-thumbnail" height="232" width="412"]]
760 760  
761 -* If the IP CAMERA was triggered successfully, we could see the monitor screen and we could also set a alias for the camera and control the movement of the camera(up, down, left and right, some IP camera could not support the movement) or the screenshot. These operations could not be performed if camera off.
776 +2) If the IP CAMERA was triggered successfully, we could see the monitor screen and we could also set a alias for the camera and control the movement of the camera(up, down, left and right, some IP camera could not support the movement) or the screenshot. These operations could not be performed if camera off.
762 762  
763 763  (% style="text-align:center" %)
764 -[[image:11.Advanced Function_html_5e0967606b906db1.jpg||height="250" width="333" class="img-thumbnail"]]
779 +[[image:11.Advanced Function_html_5e0967606b906db1.jpg||class="img-thumbnail" height="250" width="333"]]
765 765  
766 766  
767 767  **✎Note:**
768 768  
769 -* Camera configuration. When you get the camera, you need to activate the camera and enable the onvif protocol for the camera according to the user manual and tools provided by the camera manufacturer. If the configuration is not correct, the camera cannot be used on the HMI.
770 -* When reading camera information, you need to configure the user name and password for the camera. When multiple cameras are enabled, you are advised to set the user names and passwords of all cameras to be the same.
771 -* When using the camera function, ensure that the camera and HMI are on the same LAN. When the HMI is directly connected to the camera through a network cable, set both HMI and camera to static IP addresses as follows.
784 +1. Camera configuration. When you get the camera, you need to activate the camera and enable the onvif protocol for the camera according to the user manual and tools provided by the camera manufacturer. If the configuration is not correct, the camera cannot be used on the HMI.
785 +1. When reading camera information, you need to configure the user name and password for the camera. When multiple cameras are enabled, you are advised to set the user names and passwords of all cameras to be the same.
786 +1. When using the camera function, ensure that the camera and HMI are on the same LAN. When the HMI is directly connected to the camera through a network cable, set both HMI and camera to static IP addresses as follows.
772 772  
773 773  (% class="table-bordered" %)
774 774  |=(% style="width: 166px;" %) |=(% style="width: 256px;" %)HMI|=(% style="width: 332px;" %)Camera
... ... @@ -775,14 +775,15 @@
775 775  |(% style="width:166px" %)IP address|(% style="width:256px" %)192.168.1.1|(% style="width:332px" %)192.168.1.2
776 776  |(% style="width:166px" %)Gateway|(% style="width:256px" %)192.168.1.1|(% style="width:332px" %)192.168.1.1
777 777  
778 -* You could obtain the camera from the "Camera Search module" in "Project parameters" or manually fill in the address. You can obtain resources for the camera display object in the Camera Search module or manually enter the parameters.
779 -* You are advised to configure and confirm the user name and password of the camera before using it. Do not use the wrong user name (password) to search for or link to the camera. Once the wrong user name (password) is exceeded for a certain number of times, the camera will be locked. During the lock period, the camera will reject any connection for at least half an hour generally.
780 -* When monitoring HMI cameras, do not monitor the same camera at the same time. Otherwise, the monitoring screen may be lost.
781 -* When the camera is disconnected due to network reasons, the system wouyld try to reconnect the camera every 20 seconds.
782 -* The alias of the camera is saved in the user database. The alias in old project is retained when downloading new project, if [user database] is selected. Otherwise the it will be deleted.
793 +(% start="4" %)
794 +1. You could obtain the camera from the "Camera Search module" in "Project parameters" or manually fill in the address. You can obtain resources for the camera display object in the Camera Search module or manually enter the parameters.
795 +1. You are advised to configure and confirm the user name and password of the camera before using it. Do not use the wrong user name (password) to search for or link to the camera. Once the wrong user name (password) is exceeded for a certain number of times, the camera will be locked. During the lock period, the camera will reject any connection for at least half an hour generally.
796 +1. When monitoring HMI cameras, do not monitor the same camera at the same time. Otherwise, the monitoring screen may be lost.
797 +1. When the camera is disconnected due to network reasons, the system wouyld try to reconnect the camera every 20 seconds.
798 +1. The alias of the camera is saved in the user database. The alias in old project is retained when downloading new project, if [user database] is selected. Otherwise the it will be deleted.
783 783  
784 784  (% style="text-align:center" %)
785 -[[image:11.Advanced Function_html_804b6a35561fc436.png||height="367" width="600" class="img-thumbnail"]]
801 +[[image:11.Advanced Function_html_804b6a35561fc436.png||class="img-thumbnail" height="367" width="600"]]
786 786  
787 787  **Demo download link**
788 788  
... ... @@ -790,6 +790,9 @@
790 790  
791 791  = **LAN Monitoring** =
792 792  
809 +(% class="wikigeneratedid" id="H11.7.1Introduction" %)
810 +**Introduction**
811 +
793 793  WECON provides [HMI Monitor System] software for user to monitor PI3000 series HMI in Local area network (LAN).
794 794  
795 795  This function is only for the model with -O. For example PI3070N-O.
... ... @@ -796,11 +796,11 @@
796 796  
797 797  == **[HMI Monitor System] software** ==
798 798  
799 -**Device List: **It displays HMIs, that connected into this monitor software;
818 +(1) Device List: It displays HMIs, that connected into this monitor software;
800 800  
801 -**State Indicator:** It shows state of HMI, green means online, gray means offline;
820 +(2) State Indicator: It shows state of HMI, green means online, gray means offline;
802 802  
803 -**Operation Buttons: **It provides three operations for HMI device;
822 +(3) Operation Buttons: It provides three operations for HMI device;
804 804  
805 805  * Add: Click it to open add setting window;
806 806  * Delete: Click it to delete selected HMI device;
... ... @@ -807,96 +807,99 @@
807 807  * Monitor: Click it to open monitor window for selected HMI device;
808 808  
809 809  (% style="text-align:center" %)
810 -[[image:11.Advanced Function_html_fdfb5186d5dd123d.png||height="302" width="600" class="img-thumbnail"]]
829 +[[image:11.Advanced Function_html_fdfb5186d5dd123d.png||class="img-thumbnail" height="302" width="600"]]
811 811  
812 -== **Operating procedures** ==
831 +== **Operating Procedures** ==
813 813  
814 -Click [Add] button to open setting window;
833 +(1) Click [Add] button to open setting window;
815 815  
816 -Enter HMI IP and Note;
835 +(2) Enter HMI IP and Note;
817 817  
818 -Click [Connection test] button;
837 +(3) Click [Connection test] button;
819 819  
820 820  * If IP is correct, it will display tip as below;
821 821  
822 822  (% style="text-align:center" %)
823 -[[image:11.Advanced Function_html_130ed411da07f4c4.png||height="376" width="550" class="img-thumbnail"]]
842 +[[image:11.Advanced Function_html_130ed411da07f4c4.png||class="img-thumbnail" height="376" width="550"]]
824 824  
825 -* If IP is incorrect, it will display tip as below
844 +If IP is incorrect, it will display tip as below
826 826  
827 827  (% style="text-align:center" %)
828 -[[image:11.Advanced Function_html_878d04362f1b81b6.png||height="122" width="150" class="img-thumbnail"]]
847 +[[image:11.Advanced Function_html_878d04362f1b81b6.png||class="img-thumbnail" height="122" width="150"]]
829 829  
830 -**✎Note:** For using this function in PC, it requires the setup of LAN Monitoring Firewall, using Windows 7 system as example. **If this function works well in your PC, please ignore below content.**
849 +**✎Note:**
831 831  
851 +For using this function in PC, it requires the setup of LAN Monitoring Firewall, using Windows 7 system as example. **If this function works well in your PC, please ignore below content.**
852 +
832 832  **Solution 1: Disable Firmware Completely**
833 833  
834 -Open "Control Panel" and select "System Security".
855 +(1) Open [Control Panel] and select [System Security]
835 835  
836 836  (% style="text-align:center" %)
837 -[[image:11.Advanced Function_html_9616a538bd5b8890.png||height="426" width="600" class="img-thumbnail"]]
858 +[[image:11.Advanced Function_html_9616a538bd5b8890.png||class="img-thumbnail" height="426" width="600"]]
838 838  
839 -Select "Windows Firewall"
860 +(2) Select [Windows Firewall];
840 840  
841 841  (% style="text-align:center" %)
842 -[[image:11.Advanced Function_html_4ff5d9c605179616.png||height="427" width="600" class="img-thumbnail"]]
863 +[[image:11.Advanced Function_html_4ff5d9c605179616.png||class="img-thumbnail" height="427" width="600"]]
843 843  
844 -Select "turn Windows Firewall on or off"
865 +(3) Select [turn Windows Firewall on or off]
845 845  
846 846  (% style="text-align:center" %)
847 -[[image:11.Advanced Function_html_8cce81685e77dd93.png||height="532" width="850" class="img-thumbnail"]]
868 +[[image:11.Advanced Function_html_8cce81685e77dd93.png||class="img-thumbnail" height="532" width="850"]]
848 848  
849 -Select "Turn off Windows Firewall"
870 +(4) Select [Turn off Windows Firewall]
850 850  
851 851  (% style="text-align:center" %)
852 -[[image:11.Advanced Function_html_8e40bd24335bee5f.png||height="451" width="700" class="img-thumbnail"]]
873 +[[image:11.Advanced Function_html_8e40bd24335bee5f.png||class="img-thumbnail" height="451" width="700"]]
853 853  
854 854  **Solution 2: Do not close the firewall, but allow HMIUI to pass through the firewall**
855 855  
856 -Open Control Panel selection "system Security"
877 +(1) Open Control Panel selection [system Security]
857 857  
858 858  (% style="text-align:center" %)
859 -[[image:11.Advanced Function_html_4a5370b15f8344bf.png||height="363" width="550" class="img-thumbnail"]]
880 +[[image:11.Advanced Function_html_4a5370b15f8344bf.png||class="img-thumbnail" height="363" width="550"]]
860 860  
861 -Select "Windows Firewall"
882 +(2) Select [Windows Firewall]
862 862  
863 863  (% style="text-align:center" %)
864 -[[image:11.Advanced Function_html_3f00b4c76667d218.png||height="394" width="600" class="img-thumbnail"]]
885 +[[image:11.Advanced Function_html_3f00b4c76667d218.png||class="img-thumbnail" height="394" width="600"]]
865 865  
866 -Select "run a program or function through Windows Firewall"
887 +(3) Select [run a program or function through Windows Firewall]
867 867  
868 868  (% style="text-align:center" %)
869 -[[image:11.Advanced Function_html_2ce833853fe2fe08.png||height="422" width="600" class="img-thumbnail"]]
890 +[[image:11.Advanced Function_html_2ce833853fe2fe08.png||class="img-thumbnail" height="422" width="600"]]
870 870  
871 -Select "Allow to run another program".
892 +(4) Select [Allow to run another program].
872 872  
873 873  (% style="text-align:center" %)
874 -[[image:11.Advanced Function_html_49e43fd3e9e58bc3.png||height="401" width="600" class="img-thumbnail"]]
895 +[[image:11.Advanced Function_html_49e43fd3e9e58bc3.png||class="img-thumbnail" height="401" width="600"]]
875 875  
876 -Select "browse" in the pop-up dialog box.
897 +(5) Select [browse] in the pop-up dialog box
877 877  
878 878  (% style="text-align:center" %)
879 879  [[image:11.Advanced Function_html_714b05b4f66641fb.png||height="447" width="450"]]
880 880  
881 -Locate the HMIUI.exe file in the HMIUI directory under the installation path of the monitoring software, and double-click HMIUI.exe.
902 +(6) Locate the HMIUI.exe file in the HMIUI directory under the installation path of the monitoring software, and double-click HMIUI.exe
882 882  
883 883  (% style="text-align:center" %)
884 -[[image:11.Advanced Function_html_cdf52e5522e2e568.png||height="596" width="600" class="img-thumbnail"]]
905 +[[image:11.Advanced Function_html_cdf52e5522e2e568.png||class="img-thumbnail" height="596" width="600"]]
885 885  
886 -Select "add".
907 +(7) Select add
887 887  
888 888  (% style="text-align:center" %)
889 -[[image:11.Advanced Function_html_2cf5b5f0c9aa4f7a.png||height="467" width="535" class="img-thumbnail"]]
910 +[[image:11.Advanced Function_html_2cf5b5f0c9aa4f7a.png||class="img-thumbnail" height="467" width="535"]]
890 890  
891 -Check the corresponding options.
912 +(8) Check the corresponding options
892 892  
914 +
893 893  (% style="text-align:center" %)
894 -[[image:11.Advanced Function_html_ffc611cca1a173f9.png||height="361" width="600" class="img-thumbnail"]]
916 +[[image:11.Advanced Function_html_ffc611cca1a173f9.png||class="img-thumbnail" height="361" width="600"]]
895 895  
896 -select "OK".
918 +(9) select OK
897 897  
898 898  (% style="text-align:center" %)
899 -[[image:11.Advanced Function_html_934ebd63c53af3ee.png||height="442" width="600" class="img-thumbnail"]]
921 +[[image:11.Advanced Function_html_934ebd63c53af3ee.png||class="img-thumbnail" height="442" width="600"]]
900 900  
901 901  = **Remote access config** =
902 902  
... ... @@ -906,12 +906,12 @@
906 906  
907 907  The solution of WECON HMI remote access is "Everything is possible with one network, one HMI, one cable". No matter where the HMI is, users could easily remote access HMI through the network, to achieve exclude exceptions and resolve them in the first time. In local area network or remote Internet, users could make HMI connect to Ethernet by one cable without setting any parameters. All network settings could be set by WECON remote access system.
908 908  
909 -**Set the IP of HMI**
931 +**(1) Set the IP of HMI**
910 910  
911 911  (% style="text-align:center" %)
912 912  [[image:远程访问 1.png||class="img-thumbnail"]]
913 913  
914 -**Use mobile phones, computers, tablets, etc., open a browser, enter the IP, you could access the project in the HMI screen.**
936 +**(2) Use mobile phones, computers, tablets, etc., open a browser, enter the IP, you could access the project in the HMI screen.**
915 915  
916 916  * You are advised to use Chrome or Firefox. If you want to use Internet Explorer, use Internet Explorer 9 or later.
917 917  * 360, Sogou and other browsers need to use speed mode.
... ... @@ -918,11 +918,11 @@
918 918  * Support the iphone's own browser, or install a latest UC browser.
919 919  * As long as the browser supports HTML5.
920 920  
921 -**Access through the cloud**
943 +**(3) Access through the cloud**
922 922  
923 923  Access through the cloud platform, enter the machine code (the machine code of each HMI is independent) and model, then monitor the HMI remotely.
924 924  
925 -**Access through V-NET (ig series)**
947 +**(4) Access through V-NET (ig series)**
926 926  
927 927  Access through the V-NET, enter the machine code (the machine code of each HMI is independent) and the device password, bind the HMI, and monitor the HMI remotely.
928 928  
... ... @@ -930,7 +930,7 @@
930 930  
931 931  WECON PI8000 and advanced HMI with [-R], such as PI8070-R;
932 932  
933 -WECON Smart APP or WECON Cloud platform
955 +1) WECON Smart APP or WECON Cloud platform
934 934  
935 935  **User manual for WECON Smart and cloud platform download link**
936 936  
... ... @@ -938,27 +938,30 @@
938 938  
939 939  **FAQ**
940 940  
941 -* What is the difference between the-R model and the normal model?
942 -** The-R model can be accessed directly and unrestricted. Normal models need to buy cloudmonitoring products before access. The number of monitoring normal model is limitedaccording to the customer's purchase of cloud monitor packages.
943 -* How many customers could remote access HMI at the same time?
944 -** It supports max. 4 customers access HMI in the same time.
963 +1) What is the difference between the-R model and the normal model?
945 945  
965 +A: The-R model can be accessed directly and unrestricted. Normal models need to buy cloudmonitoring products before access. The number of monitoring normal model is limitedaccording to the customer's purchase of cloud monitor packages.
966 +
967 +2) How many customers could remote access HMI at the same time?
968 +
969 +A: It supports max. 4 customers access HMI in the same time.
970 +
946 946  = **Mulit-link** =
947 947  
948 948  == **Introduction** ==
949 949  
950 -The main principle of Multi-link is to use the method of Master&Slave to implement the One machine-Multiple screens by ethernet port. For example, one Master HMI connect to one Slave HMI, the Slave one can write or read value from PLC which is communicated with Master.
975 +1) The main principle of Multi-link is to use the method of Master&Slave to implement the One machine-Multiple screens by ethernet port. For example, one Master HMI connect to one Slave HMI, the Slave one can write or read value from PLC which is communicated with Master.
951 951  
952 -In Multi-link, there is only one Master, and all the other HMIs are Slaves. The Master HMI is the only one device communicate with PLC, and the data received from the PLC is transmitted to each slave through the host HMI(Master).
977 +2) In Multi-link, there is only one Master, and all the other HMIs are Slaves. The Master HMI is the only one device communicate with PLC, and the data received from the PLC is transmitted to each slave through the host HMI(Master).
953 953  
954 954  (% style="text-align:center" %)
955 955  [[image:1652345241521-592.png||class="img-thumbnail"]]
956 956  
957 -At present, the Multi-link is regarded as special function. So not any model HMI support it. Need the HMI come with the special machine code. The series support Multi-link function right now: General, HMI+, i Series. Multi link doesn’t support the online simulaion. PI3000/PI3000+/PI3000i series can only have one Slave when using this function, while PI8000/9000,PI8000+/PI9000+ series can use at most 5 Slaves.
982 +3) At present, the Multi-link is regarded as special function. So not any model HMI support it. Need the HMI come with the special machine code. The series support Multi-link function right now: General, HMI+, i Series. Multi link doesn’t support the online simulaion. PI3000/PI3000+/PI3000i series can only have one Slave when using this function, while PI8000/9000,PI8000+/PI9000+ series can use at most 5 Slaves.
958 958  
959 -== **PIStudio settings** ==
984 +== **PIStudio Settings** ==
960 960  
961 -Check to enable Multi-link, select the corresponding option. For example, if it is a slave HMI, select Slave.
986 +(1) Check to enable Multi-link, select the corresponding option. For example, if it is a slave HMI, select Slave.
962 962  
963 963  (% style="text-align:center" %)
964 964  [[image:多机互联.png||class="img-thumbnail"]]
... ... @@ -965,12 +965,12 @@
965 965  
966 966  
967 967  (% class="wikigeneratedid" %)
968 -Master IP address setting: Click "Project""Project settings""HMI IP", as below.
993 +(2) Master IP address setting: Click "Project"- "Project settings" - "HMI IP", as below.
969 969  
970 970  (% style="text-align:center" %)
971 -[[image:远程访问 1.png||height="516" width="594" class="img-thumbnail"]]
996 +[[image:远程访问 1.png||class="img-thumbnail" height="516" width="594"]]
972 972  
973 -== **Slave project** ==
998 +== **Slave Project** ==
974 974  
975 975  In order to let the fonts in the Slave and the Master consistent with each others, so Slave project needs to add one screen that can set the IP address of Master HMI for connecting to the Master, on the original the Master project. If Master project has components that use other font styles, and Slave project If there is no component corresponding to Master project, then the default font style SimSun would be displayed when the Multi-link is enabled. To avoid the Slave device prompts communication timeout message, you can add HSW9 = 1 in the initial script of Slave device.
976 976  
... ... @@ -993,72 +993,85 @@
993 993  
994 994  == **Notice** ==
995 995  
996 -During the connection, if the Master is downloading program, there is a highly chances that the slave screen is abnormal, and the Gallery and imported pictures cannot be displayed.
1021 +1) During the connection, if the Master is downloading program, there is a highly chances that the slave screen is abnormal, and the Gallery and imported pictures cannot be displayed.
997 997  
998 998  After the download process of Master HMI is finished, Slave needs to be restarted to monitor normally.
999 999  
1000 -* If the Master and Slave are operated on any screen, the screen also will follow the changes and synchronize for other side.
1001 -** Using HSW12 = 1 on the Master, which can not affect each other.
1002 -* There is no momentary delay function for buttons.
1003 -* Multi-link version bit switch has no Min. holding time.
1004 -* PI3000 series can only have one Slave when using this function, while PI8000/9000 series can use this function at most 5 Slaves.
1005 -* Only supports Multi-link connection in the LAN network (local area network), or direct connection between Master and Slave.
1006 -* The Master and Slave projects must be consistent (mainly for keeping the font style used by the Master and Slave HMI consistent), and the Slave HMI always adds the configuration of the “Master IP address".
1007 -* After the special address is enabled, Slave will remotely monitor the interfaces from Master, and the source project will not be executed.
1025 +1. If the Master and Slave are operated on any screen, the screen also will follow the changes and synchronize for other side.
1008 1008  
1027 +Using HSW12 = 1 on the Master, which can not affect each other.
1028 +
1029 +1. There is no momentary delay function for buttons.
1030 +1. Multi-link version bit switch has no Min. holding time.
1031 +1. PI3000 series can only have one Slave when using this function, while PI8000/9000 series can use this function at most 5 Slaves.
1032 +1. Only supports Multi-link connection in the LAN network (local area network), or direct connection between Master and Slave.
1033 +1. The Master and Slave projects must be consistent (mainly for keeping the font style used by the Master and Slave HMI consistent), and the Slave HMI always adds the configuration of the “Master IP address".
1034 +1. After the special address is enabled, Slave will remotely monitor the interfaces from Master, and the source project will not be executed.
1035 +
1009 1009  ✎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.
1010 1010  
1011 1011  = **V-NET Access (PC Side)** =
1012 1012  
1013 -== **Login interface** ==
1040 +== **Login Interface** ==
1014 1014  
1015 -Enter the platform, as shown in Figure 1:
1042 +~1. Enter the platform, as shown in Figure 1:
1016 1016  
1017 1017  New users need to register first.
1018 1018  
1019 -* The successfully registered account is the administrator account, which can bind the device and other operations.
1020 -* The user needs to remember the registered account and password, and able to log in simultaneously on the PC Client/APP.
1021 -* If the user forgets the password, he can click "Forgot Password" to reconfigure the password.
1046 +(1) The successfully registered account is the administrator account, which can bind the device and other operations.
1022 1022  
1048 +(2) The user needs to remember the registered account and password, and able to log in simultaneously on the PC Client/APP.
1049 +
1050 +(3) If the user forgets the password, he can click "Forgot Password" to reconfigure the password.
1051 +
1023 1023  (% style="text-align:center" %)
1024 1024  [[image:11.2-1.png||class="img-thumbnail"]]
1025 1025  
1026 1026  Figure 1
1027 1027  
1028 -Enter the account and password, and then click the "Login" button.
1057 +2. Enter the account and password, and then click the [Login] button.
1029 1029  
1030 -After successfully logging in, enter the "V-NET" interface, as shown in Figure 2. Add the HMI information you want to access through the "+" in the lower left corner.
1059 +3. After successfully logging in, enter the "V-NET" interface, as shown in Figure 2. Add the HMI information you want to access through the "+" in the lower left corner.
1031 1031  
1032 1032  (% style="text-align:center" %)
1033 -[[image:11.Advanced Function_html_7618c4f92465545c.png||height="670" width="1366" class="img-thumbnail"]]
1062 +[[image:11.Advanced Function_html_7618c4f92465545c.png||class="img-thumbnail" height="670" width="1366"]]
1034 1034  
1035 1035  Figure 2
1036 1036  
1037 -After the Add Device window pops up, enter the machine code and password of the device to add the device, as shown in Figure 3:   
1066 +4. After the Add Device window pops up, enter the machine code and password of the device to add the device, as shown in Figure 3:   
1038 1038  
1039 1039  (% style="text-align:center" %)
1040 -[[image:11.Advanced Function_html_9b4cc907cf4a8c13.png||height="502" width="601" class="img-thumbnail"]]
1069 +[[image:11.Advanced Function_html_9b4cc907cf4a8c13.png||class="img-thumbnail" height="502" width="601"]]
1041 1041  
1042 1042  Figure 3
1043 1043  
1044 -* **Device machine code:** Each HMI has a unique and independent machine code, which is used to identify every remote device. (When binding multiple devices at the same time, the device passwords must be the same. Only one machine code can be entered on one line. When entering multiple machine codes, use the "Enter" key to change the line. If the format is wrong, the binding operation will fail and error will occur). Method of obtain machine code:
1045 -** PIStudio → "Project" → "Tool"→ "Download" →Copy the machine code.        
1046 -** Long press the upper right corner of HMI to enter the backstage, you can see "Machine Id" in "Machine Info".       
1047 -** Obtain the machine code from the backlabel of the device.
1048 -* **Device password**: Refers to the Cloud access password, the default is 6 digits 8 (888888). Please refer to the cloud configuration if you first time binding the device.
1049 -** The length is 6 digits, English and special characters in English are allowed, spaces are not allowed, and cannot be empty.
1050 -* **Device alias:** Refers to the name recognition of device in the menu bar of V-NET.
1051 -** Maximum 12 digits, except ·_-+=}]",.?,;: ""”【】—()...! these Special characters allowed others are limited to input, no spaces or blanks are allowed.
1052 -** If the device is successfully bound, click OK, and it would prompt message: The device is bound successfully!
1073 +①Device machine code: Each HMI has a unique and independent machine code, which is used to identify every remote device.
1053 1053  
1054 -(% class="box infomessage" %)
1055 -(((
1075 + (When binding multiple devices at the same time, the device passwords must be the same. Only one machine code can be entered on one line. When entering multiple machine codes, use the "Enter" key to change the line. If the format is wrong, the binding operation will fail and error will occur)
1076 +
1077 + Method of obtain machine code:
1078 +
1079 + 1) PIStudio -[Project]-[Tool]-[Download]-Copy the machine code.        
1080 +
1081 + 2) Long press the upper right corner of HMI to enter the backstage, you can see [Machine Id] in "Machine Info".       
1082 +
1083 + 3) Obtain the machine code from the backlabel of the device.
1084 +
1085 +② Device password: Refers to the Cloud access password, the default is 6 digits 8 (888888). Please refer to the cloud configuration if you first time binding the device.
1086 +
1087 +(The length is 6 digits, English and special characters in English are allowed, spaces are not allowed, and cannot be empty).
1088 +
1089 +③ Device alias: Refers to the name recognition of device in the menu bar of V-NET.
1090 +
1091 +(Maximum 12 digits, except ·_-+=}]",.?,;: ""”【】—()...! these Special characters allowed others are limited to input, no spaces or blanks are allowed).
1092 +
1093 +5. If the device is successfully bound, click OK, and it would prompt message: The device is bound successfully!
1094 +
1056 1056  **✎Note: **If you bind multiple machine codes in batch, the device alias will use the input device alias as the prefix, and the system will automatically add a suffix. Example: Default group (device alias)_1 (automatically added suffix).
1057 -)))
1058 1058  
1059 -== **V-NET module** ==
1097 +== **V-NET Module** ==
1060 1060  
1061 -**Remote Monitoring**
1099 +{{id name="_GoBack"/}}1. Remote Monitoring
1062 1062  
1063 1063  The remote monitoring module can display the project page of the current screen in real time, and can operate the project on the web page, and the control of the screen. As shown in Figure 4:
1064 1064  
... ... @@ -1067,7 +1067,7 @@
1067 1067  
1068 1068   Figure 4
1069 1069  
1070 -**Data Viewing**
1108 +2. Data Viewing
1071 1071  
1072 1072  The data viewing module is divided into Communication port, Collection point, Alarm configuration, Alarm records, Data Record configuration , Data Record, etc. As shown in Figure 5:
1073 1073  
... ... @@ -1076,16 +1076,20 @@
1076 1076  
1077 1077  Figure 5
1078 1078  
1079 -The parameter configuration is as follows:
1117 + The parameter configuration is as follows:
1080 1080  
1081 -* Communication port : The communication port information, includes connection method and protocol name, can only be viewed, and cannot be added or modified. This info comes from the settings from HMI.
1082 -* Collect point:Data monitoring module of the device. The collection point is the monitoring data, and its read-write, write-only, and read-only permissions also come from the Tags settings from HMI.
1083 -* Note: You cannot add or delete collection points here. The read & write permissions of the collection points in the HMI will directly restrict the modification of the read & write permissions of the collection points by V-NET.
1084 -* Alarm configuration: Alarm records of the device, monitoring points cannot be added, confirming the Alarm record and exporting data can be performed.
1085 -* Data Record configuration: Data Record is historical data of the device, monitoring points cannot be added, curve and list viewing method are supported, and data records can be exported.
1119 + ①Communication port : The communication port information, includes connection method and protocol name, can only be viewed, and cannot be added or modified. This info comes from the settings from HMI.
1086 1086  
1087 -**Remote Download**
1121 + ②Collect point:Data monitoring module of the device. The collection point is the monitoring data, and its read-write, write-only, and read-only permissions also come from the Tags settings from HMI.
1088 1088  
1123 +Note: You cannot add or delete collection points here. The read & write permissions of the collection points in the HMI will directly restrict the modification of the read & write permissions of the collection points by V-NET.
1124 +
1125 + ③Alarm configuration: Alarm records of the device, monitoring points cannot be added, confirming the Alarm record and exporting data can be performed.
1126 +
1127 + ④Data Record configuration: Data Record is historical data of the device, monitoring points cannot be added, curve and list viewing method are supported, and data records can be exported.
1128 +
1129 +3. Remote Download
1130 +
1089 1089  This function allows application on the PC to download directly to PLC or HMI, as shown in Figure 6:
1090 1090  
1091 1091  (% style="text-align:center" %)
... ... @@ -1093,67 +1093,68 @@
1093 1093  
1094 1094  Figure 6
1095 1095  
1096 -(% class="box infomessage" %)
1097 -(((
1098 1098  **✎Note: **The pass through function of remote download is temporarily unavailable on the web page, and it can be used normally in PC client. The configuration is as follows:
1099 -)))
1100 1100  
1101 -PLC download (only for Pass-through)
1140 +(1) PLC download (only for Pass-through)
1102 1102  
1103 -* Click the setting (gear icon) in the upper right corner of PC Client, and a dialog will pop up. The red area is the COM port configuration when the PLC pass-through downloads. As shown in Figure 7:
1142 + Click the setting (gear icon) in the upper right corner of PC Client, and a dialog will pop up. The red area is the COM port configuration when the PLC pass-through downloads. As shown in Figure 7:
1104 1104  
1105 1105  (% style="text-align:center" %)
1106 -[[image:11.Advanced Function_html_870ebc5415b1a534.png||height="565" width="526" class="img-thumbnail"]]
1145 +[[image:11.Advanced Function_html_870ebc5415b1a534.png||class="img-thumbnail" height="565" width="526"]]
1107 1107  
1108 1108  Figure 7
1109 1109  
1110 -* After configuring the COM port, go to the remote downloaded, PLC download, to config the name, communication port, virtual serial port and other configurations as shown in Figure 6.
1149 + ②. After configuring the COM port, go to the remote downloaded, PLC download, to config the name, communication port, virtual serial port and other configurations as shown in Figure 6.
1111 1111  
1112 -HMI Download (only for Pass-through)
1151 +(2) HMI Download (only for Pass-through)
1113 1113  
1114 -* Click the setting (gear icon) button in the upper right corner of PC Client, and a dialog will pop up. The red area is the configuration of the HMI download tool. As shown in Figure 8:
1153 + ①. Click the setting (gear icon) button in the upper right corner of PC Client, and a dialog will pop up. The red area is the configuration of the HMI download tool. As shown in Figure 8:
1115 1115  
1116 1116  (% style="text-align:center" %)
1117 -[[image:11.Advanced Function_html_64e406f9862f887e.png||height="565" width="526" class="img-thumbnail"]]
1156 +[[image:11.Advanced Function_html_64e406f9862f887e.png||class="img-thumbnail" height="565" width="526"]]
1118 1118  
1119 1119  Figure 8
1120 1120  
1121 -* Click the setting (gear icon) button, a dialog box will pop up, and automatically detect and find the PIStudio that has been installed in PC and conforms to the version, as shown in Figure 9:
1122 -** Location: Display the installation path of the current PIStudio.
1123 -** Version: Corresponding to the version of the current PIStudio.
1124 -** Browse: Click to manually set the installation path of PIStudio.
1160 + ②. Click the setting (gear icon) button, a dialog box will pop up, and automatically detect and find the PIStudio that has been installed in PC and conforms to the version, as shown in Figure 9:
1125 1125  
1162 + Location: Display the installation path of the current PIStudio.
1163 +
1164 + Version: Corresponding to the version of the current PIStudio.
1165 +
1166 + Browse: Click to manually set the installation path of PIStudio.
1167 +
1126 1126  [[image:11.Advanced Function_html_df9946a5a7574454.png||height="349" width="642"]]
1127 1127  
1128 1128  Figure 9
1129 1129  
1130 -**Basic**
1172 +4. Basic
1131 1131  
1132 1132  In the "Basic" sub-page of Basic, HMI name, record reserved selection, password, location and remarks, etc. As shown in Figure 10:
1133 1133  
1134 1134  [[image:11.Advanced Function_html_c76828978cb6b697.png||height="670" width="1366"]] Figure 10
1135 1135  
1136 -The device name is an alias of HMI, which is mainly used for easy distinction.
1178 +(1) The device name is an alias of HMI, which is mainly used for easy distinction.
1137 1137  
1138 -Online status: You can click the refresh button to refresh the online status of the HMI.
1180 +(2) Online status: You can click the refresh button to refresh the online status of the HMI.
1139 1139  
1140 -Machine code: Each HMI has a unique and independent machine code.
1182 +(3) Machine code: Each HMI has a unique and independent machine code.
1141 1141  
1142 -Record reserved: Checking the corresponding options will let HMI to suspend updating the corresponding configuration after downloading a new project.
1184 +(4) Record reserved: Checking the corresponding options will let HMI to suspend updating the corresponding configuration after downloading a new project.
1143 1143  
1144 -Password: Refers to the cloud access password, the default is 6 digits 8 (888888); the cloud access password can be set and modified, the specific location is:
1186 +(5) Password:
1145 1145  
1146 -* V-NET → specified HMI → Baisc → "password” → modify and save, as shown in Figure 10.        
1147 -* "Project" → "Cloud" → "Basic" → "Password" → of PIStudio (only unbind HMI can be modified), see Cloud Configuration.
1188 + Refers to the cloud access password, the default is 6 digits 8 (888888); the cloud access password can be set and modified, the specific location is:
1148 1148  
1149 -Maximum storage of Alarm data: The maximum number of alarm data saved, with a range of 1 to 50000.    
1190 + ① V-NET —specified HMI—Baisc—Basic —"password”—modify and save, as shown in Figure 10.        
1150 1150  
1151 -Positioning:
1192 + ② [Project]-[Cloud]-Basic-" Password" of PIStudio (only unbind HMI can be modified), see Cloud Configuration.
1152 1152  
1153 -* Use the device base station positioning to locate.        
1154 -* Use manual positioning.
1194 +(6) Maximum storage of Alarm data: The maximum number of alarm data saved, with a range of 1-50000.    
1155 1155  
1156 -(% class="box infomessage" %)
1157 -(((
1196 +(7) Positioning:
1197 +
1198 + ①Use the device base station positioning to locate.        
1199 +
1200 + ②Use manual positioning.
1201 +
1158 1158  **✎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.
1159 -)))
file setting.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.AiXia
Size
... ... @@ -1,1 +1,0 @@
1 -21.2 KB
Content
视频功能部件配置.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.AiXia
Size
... ... @@ -1,1 +1,0 @@
1 -10.5 KB
Content