Changes for page 03 Project Settings
Last modified by Hunter on 2024/06/11 15:58
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 11 added, 0 removed)
- image-20220808091210-1.jpeg
- image-20220808092928-2.jpeg
- image-20220808093055-3.jpeg
- image-20220808093713-4.png
- image-20220808093816-5.png
- image-20220808094244-6.jpeg
- image-20220808094729-7.png
- image-20220808095752-8.jpeg
- image-20220808100223-9.jpeg
- image-20220808100330-10.jpeg
- image-20220808100720-11.jpeg
Details
- Page properties
-
- Content
-
... ... @@ -147,7 +147,7 @@ 147 147 1. Select duration time. 148 148 1. Click "OK" button to save setting and exit window. 149 149 150 -== {{id name="_Toc479868169"/}}{{id name="_Toc22376"/}}{{id name="_Data_Record_Storage"/}}Datarecord storage ==150 +== Data record storage == 151 151 152 152 This setting needs to be used in conjunction with [Data Record] function, which is valid only when [Data Record] function is effective. The data record files will be saved in Flash. 153 153 ... ... @@ -160,7 +160,7 @@ 160 160 1. Select storage path. 161 161 1. Click "OK" button to save setting and exit window. 162 162 163 -== **{{id name="_Toc479868173"/}}{{id name="_Toc3744"/}}Designer Password**==163 +== Designer Password == 164 164 165 165 "Designer Password" provides the encryption functions of the HMI project, including upload and decompile operations. Also it affects the user permissions, installments and other functions. 166 166 ... ... @@ -320,7 +320,7 @@ 320 320 == Password tool == 321 321 322 322 (% class="wikigeneratedid" id="HPasswordtool" %) 323 -For the detail, please click [["Password tool">>http://docs.we-con.com.cn/ wiki/pistudio/view/Helps/14.Tools/#HPasswordtool]].323 +For the detail, please click [["Password tool">>https://docs.we-con.com.cn/bin/view/PIStudio/14.Tools/#HPasswordtool]]. 324 324 325 325 = **Extend** = 326 326 ... ... @@ -419,7 +419,7 @@ 419 419 1. **Xml Optimization**: Improve xml operation efficiency and speed up screen compilation. 420 420 1. **Enable Lua Debugging**: Control the Lua debugging window whether opened or not when using the Lua script. 421 421 422 -== **Vector**==422 +== Vector == 423 423 424 424 It is the function deal with the display issue. 425 425 ... ... @@ -436,6 +436,87 @@ 436 436 1. Check "Vector Font" or "Vector Image". 437 437 1. Click "OK" to save and exist. 438 438 439 +== Udisk pop-up == 440 + 441 +(% style="text-align:center" %) 442 +[[image:image-20220808091210-1.jpeg]] 443 + 444 +There are two methods to enable Udisk pop-up function. 445 + 446 +* Click "Project setting" → "Udick pop-up", the built-in screen 5004 would pop up after inserting the Udisk. 447 +* Udisk pop-up flag file: Create a blank text file in the root directory of the U disk, named "download.dat", and the screen could pop up after inserting the U disk. 448 + 449 +(% class="box infomessage" %) 450 +((( 451 +**✎Note:** The Udick pop-up function is only supported by the formware of PIStudio V8.2.29_D20220302 and above. For the version of PIStudio, please refer to "About". 452 +))) 453 + 454 +**Udisk pop-up interface** 455 + 456 +The interface of the Udisk pop-up is 5004 built-in screen. If the pop-up interface is not operated within 10s of the pop-up, it will be closed automatically. 457 + 458 +(% style="text-align:center" %) 459 +[[image:image-20220808093055-3.jpeg||height="212" width="307"]] 460 + 461 +1. **Project: **Enter the download project interface. 462 +1. **Firmware: **Enter the download project interface. 463 +1. **Backstage: **Enter the backstage directly. 464 +1. **Exit: **Close the pop up screen. 465 + 466 +== FTP server == 467 + 468 +(% style="text-align:center" %) 469 +[[image:image-20220808093816-5.png]] 470 + 471 +**Enable method: **"Project parameter" → "Extend" → check "FTP service". 472 + 473 +**Usage:** 474 + 475 +* Enter "ftp:~/~/ + the IP address of the HMI" in the folder address bar. 476 + 477 +[[image:image-20220808094729-7.png]] 478 + 479 +* You can also enter “ftp:~/~/ftpuser:000000@192.168.39.242” to access the interface directly (with a username and password). 480 + 481 +[[image:image-20220808100330-10.jpeg]] 482 + 483 +* If the ftp service is enabled, it will prompt for a username and password, and if not, it will prompt that the connection to the server cannot be established. 484 + 485 +(% style="text-align:center" %) 486 +[[image:image-20220808100223-9.jpeg]] 487 + 488 +* Enter the username and password as configured in the project. 489 + 490 +(% style="text-align:center" %) 491 +[[image:image-20220808100720-11.jpeg]] 492 + 493 +**Description of folder and permission** 494 + 495 +* AlarmFile is alarm record. It can only download files, but cannot upload files. 496 +* DataLogFile is data log record. It can only download files, but cannot upload files. 497 +* RecipeFile is recipe. It can only download files, but cannot upload files. 498 +* UserMgrFile is operation record. It can only download files, but cannot upload files. 499 +* Sdcard is the mounting directory of SD card. There will be the subdirectory of S1 to Sn when connected SD card. It can upload and download. 500 + 501 +(% class="box infomessage" %) 502 +((( 503 +**✎Note:** For Udisk and SD card, it is recommended to use NTFS format. 504 +))) 505 + 506 +Maximum number of connections: up to 5 clients can be supported to access the interface at the same time. 507 + 508 +Password modification: Use the changePsd function in the lua function ftpserver library to modify password. 509 + 510 +* Prototype: ftpserver.changePsd(oldPsd,newPsd) 511 +* Function: change the login password of ftpserver 512 +* Parameters: 513 +** oldPsd(string) old password 514 +** newPsd(string) new password. 515 +* Format: only letters, numbers and underscores are allowed, and the length must be 6 to 8 digits. 516 +* Returns. 517 +** Success: true 518 +** Failure: nil,err 519 + 439 439 = **Security** = 440 440 441 441 Security means objects and screen security, but this function is only available in 3000i series and HMI+ series or above.
- image-20220808091210-1.jpeg
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Stone - Size
-
... ... @@ -1,0 +1,1 @@ 1 +41.7 KB - Content
- image-20220808092928-2.jpeg
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Stone - Size
-
... ... @@ -1,0 +1,1 @@ 1 +759.0 KB - Content
- image-20220808093055-3.jpeg
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Stone - Size
-
... ... @@ -1,0 +1,1 @@ 1 +743.9 KB - Content
- image-20220808093713-4.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Stone - Size
-
... ... @@ -1,0 +1,1 @@ 1 +9.9 KB - Content
- image-20220808093816-5.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Stone - Size
-
... ... @@ -1,0 +1,1 @@ 1 +2.1 KB - Content
- image-20220808094244-6.jpeg
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Stone - Size
-
... ... @@ -1,0 +1,1 @@ 1 +39.3 KB - Content
- image-20220808094729-7.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Stone - Size
-
... ... @@ -1,0 +1,1 @@ 1 +40.2 KB - Content
- image-20220808095752-8.jpeg
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Stone - Size
-
... ... @@ -1,0 +1,1 @@ 1 +35.7 KB - Content
- image-20220808100223-9.jpeg
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Stone - Size
-
... ... @@ -1,0 +1,1 @@ 1 +26.8 KB - Content
- image-20220808100330-10.jpeg
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Stone - Size
-
... ... @@ -1,0 +1,1 @@ 1 +56.1 KB - Content
- image-20220808100720-11.jpeg
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Stone - Size
-
... ... @@ -1,0 +1,1 @@ 1 +37.8 KB - Content