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)
Details
- Page properties
-
- Content
-
... ... @@ -234,7 +234,7 @@ 234 234 **Operating Procedure** 235 235 236 236 1. Open "Project Settings" windows; 237 -1. Open "HMI IP "sub-windows;237 +1. Open "HMI IP] sub-windows; 238 238 1. Enter password; 239 239 1. Click "OK" button to save setting and exit windows; 240 240 ... ... @@ -466,7 +466,7 @@ 466 466 == FTP server == 467 467 468 468 (% style="text-align:center" %) 469 -[[image:image-20220808093816-5.png ||class="img-thumbnail"]]469 +[[image:image-20220808093816-5.png]] 470 470 471 471 **Enable method: **"Project parameter" → "Extend" → check "FTP service". 472 472 ... ... @@ -474,13 +474,11 @@ 474 474 475 475 * Enter "ftp:~/~/ + the IP address of the HMI" in the folder address bar. 476 476 477 -(% style="text-align:center" %) 478 -[[image:image-20220808094729-7.png||height="429" width="909" class="img-thumbnail"]] 477 +[[image:image-20220808094729-7.png]] 479 479 480 480 * You can also enter “ftp:~/~/ftpuser:000000@192.168.39.242” to access the interface directly (with a username and password). 481 481 482 -(% style="text-align:center" %) 483 -[[image:image-20220808100330-10.jpeg||class="img-thumbnail"]] 481 +[[image:image-20220808100330-10.jpeg]] 484 484 485 485 * 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. 486 486 ... ... @@ -490,35 +490,39 @@ 490 490 * Enter the username and password as configured in the project. 491 491 492 492 (% style="text-align:center" %) 493 -[[image:image-20220808100720-11.jpeg ||class="img-thumbnail"]]491 +[[image:image-20220808100720-11.jpeg]] 494 494 495 495 **Description of folder and permission** 496 496 497 -* AlarmFile is alarm record. It can only download files, but cannot upload files. 498 -* DataLogFile is data log record. It can only download files, but cannot upload files. 499 -* RecipeFile is recipe. It can only download files, but cannot upload files. 500 -* UserMgrFile is operation record. It can only download files, but cannot upload files. 501 -* 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. 495 +AlarmFile is alarm log, can only download files not upload files. 502 502 503 -(% class="box infomessage" %) 504 -((( 505 -**✎Note:** For Udisk and SD card, it is recommended to use NTFS format. 506 -))) 497 +DataLogFile is the data log, can only download files but not upload files. 507 507 508 - Maximum number ofconnections:up to 5clientscanbe supportedtoccesstheinterfaceatthe same time.499 +RecipeFile is recipe, can only download files but not upload files. 509 509 510 - Passwordmodification:Usethe changePsdfunctionintheluafunctionftpserverlibrarytomodifypassword.501 + UserMgrFile is the operation record, can only download files but not upload files. 511 511 512 -* Prototype: ftpserver.changePsd(oldPsd,newPsd) 513 -* Function: change the login password of ftpserver 514 -* Parameters: 515 -** oldPsd(string) old password 516 -** newPsd(string) new password. 517 -* Format: only letters, numbers and underscores are allowed, and the length must be 6 to 8 digits. 518 -* Returns. 519 -** Success: true 520 -** Failure: nil,err 503 + Sdcard is the SD card mount directory, the SD card will be connected to the S1 ~~ Sn subdirectory, you can upload and download. 521 521 505 + Note: U disk and SD card is recommended to use NTFS format. 506 + 507 + ⑥. Maximum number of connections: Only 5 clients can be supported at the same time to access the interface. 508 + 509 + ⑦. Password modification: Use the changePsd function in the lua function ftpserver library to make changes. 510 + 511 + Prototype: ftpserver.changePsd(oldPsd,newPsd) 512 + 513 + Function: change the login password of ftpserver 514 + 515 + Parameters: oldPsd(string) old password, newPsd(string) new password. Format: only letters, numbers and underscores are allowed, and the length must be 6-8 digits. 516 + 517 + Returns. 518 + 519 + Success: true 520 + 521 + Failure: nil,err 522 + 523 + 522 522 = **Security** = 523 523 524 524 Security means objects and screen security, but this function is only available in 3000i series and HMI+ series or above.