Changes for page 05 Lua Script

Last modified by Devin Chen on 2025/03/04 14:07

From version 58.1
edited by Joe
on 2024/09/06 10:58
Change comment: There is no comment for this version
To version 42.1
edited by Hunter
on 2023/07/31 17:34
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.joe
1 +XWiki.Hunter
Content
... ... @@ -38,7 +38,7 @@
38 38  
39 39  The example shows how the to establish the FTP server at WIN10 OS and make the HMI as FTP client.
40 40  
41 -[[Download link>>https://ftp.we-con.com.cn/Download/WIKI/PI%20HMI/Demo/Lua%20Script/FTP%20ClientV2.zip]]
41 +[[Download link>>https://ftp.we-con.com.cn/Download/WIKI/PI%20HMI/Demo/Lua%20Script/FTP%20Client.zip]]
42 42  
43 43  ~1. About how to set up the FTP server in Windows PC: **[[Build an FTP Site on IIS>>https://docs.microsoft.com/en-us/iis/publish/using-the-ftp-service/scenario-build-an-ftp-site-on-iis]] **,** [[How to set up and manage an FTP server on Windows 10>>https://www.windowscentral.com/how-set-and-manage-ftp-server-windows-10]]**
44 44  
... ... @@ -67,39 +67,11 @@
67 67  (% style="text-align:center" %)
68 68  [[image:LuaFTPDemoInitial.png]]
69 69  
70 -(% class="box infomessage" %)
71 -(((
72 72  ✎Note: If want to confirm whether it is downloaded successfully, please add a File list object to check in HMI project. If saved path is root path (same to the all three drive), please set the folder as "~/~/".
73 -)))
74 74  
75 75  (% style="text-align:center" %)
76 76  [[image:LuaFTPDemoFilelist.png]]
77 77  
78 -**Common error:**
79 -
80 - In the demo project, if there are some errors in HMI for testing, please check the following steps.
81 -
82 -Error 1: 550 Access is denied
83 -
84 -Open Windows Settings → Update & Security→ Windows Security→ Firewall & network protection→ Advanced setting→ Inbound Rules→ New Rules→ Next → choose "This program path"→ input ‘’C:\Windows\System32\svchost.exe‘’→ Click “NEXT” continuously
85 -
86 -(% style="text-align:center" %)
87 -[[image:qCzqnKTUhp.png]]
88 -
89 -(% style="text-align:center" %)
90 -[[image:vfrt3NElMX.png]]
91 -
92 -(% style="text-align:center" %)
93 -[[image:dAuz25bdvM.png]]
94 -
95 -(% style="text-align:center" %)
96 -[[image:rxQIJkX8ll.png]]
97 -
98 -(% style="text-align:center" %)
99 -[[image:vmG8WGu5P2.png]]
100 -
101 -
102 -
103 103  = **8 Telegram Notification** =
104 104  
105 105  The example shows how to use Bot API to push the notification to channel or group of Telegram. Please change the Token and Chat id to users' own one.
... ... @@ -557,72 +557,11 @@
557 557  
558 558  [[Download link>>https://ftp.we-con.com.cn/Download/WIKI/PI%20HMI/Demo/Lua%20Script/csvRead.zip]]
559 559  
560 -The core code is from file readcsv.lua:
532 +The core code is from file readcsv.lua, and file path is set as Sheet_2023_06_13_15_29_45.csv at the root path for USB.
561 561  
562 -1) The file path is set as Sheet_2023_06_13_15_29_45.csv at the root path for USB;
534 +1) The reading content is a two-dimensional table, can use the table index to lacate the specify data cell;
563 563  
564 564  2) Remember to change csv separator in the second parameter from function csv_csvToTable according to user's need, this demo is using **semicolon** as separator;
565 565  
566 566  (% style="text-align:center" %)
567 567  [[image:CSVreadwithsemicolon.png]]
568 -
569 -3) The reading content is a two-dimensional table, can use the table index to locate the specify data cell;
570 -
571 -For example, want to read the 2nd row C column from the table, the table index will be like table[2][3].
572 -
573 -(% style="text-align:center" %)
574 -[[image:celllocation.png]]
575 -
576 -= 18 How to convert a number to a string =
577 -
578 -The example shows how to convert a number to a string using the "tostring()" function.
579 -
580 -[[Download link>>https://ftp.we-con.com.cn/Download/WIKI/PI%20HMI/Demo/Lua%20Script/Number%20to%20string.zip]]
581 -
582 -Note:This demo converts a 64-bit floating to a string,you can change the data format of "@W_HDW0" depand on requirements
583 -
584 -The core code is from file convert.lua:
585 -
586 -(% style="text-align:center" %)
587 -[[image:convert.lua.png]]
588 -
589 -The HMI offline simulator result:
590 -
591 -(% style="text-align:center" %)
592 -[[image:Converttestdisplay.png]]
593 -
594 -= 19 HUAWEI CLOUD & OpenCloud =
595 -
596 -About the details, please check the powerpoint or video of Lua MQTT & OpenCloud [[Jump To>>doc:PIStudio.Download.1 Manual.WebHome]]
597 -
598 -[[Download link>>https://ftp.we-con.com.cn/Download/WIKI/PI%20HMI/Demo/Lua%20Script/HuaweiMQ%281%29.zip]]
599 -
600 -= 20 UDP Multicast =
601 -
602 -The example shows how to use UDP multicast feature to send and receive data.
603 -
604 -[[Download link>>https://ftp.we-con.com.cn/Download/WIKI/PI%20HMI/Demo/Lua%20Script/UDP%20Multicast.zip]]
605 -
606 -About the details, please check the [[UDP module>>https://docs.we-con.com.cn/bin/view/PIStudio/09%20Lua%20Editor/Lua%20Script/#HUDPmodule-1]]
607 -
608 -= 21 ATC module **send SMS** =
609 -
610 -The example shows how to use HMI to customize communication with the ATC SMS module via Lua script to send SMS.
611 -
612 -[[Download link>>https://ftp.we-con.com.cn/Download/WIKI/PI%20HMI/Demo/Lua%20Script/SMS.zip]]
613 -
614 -= 22 TCP Client =
615 -
616 -The example shows how to use the Lua Socket TCP module to connect with a TCP server.
617 -
618 -[[Download link>>https://ftp.we-con.com.cn/Download/WIKI/PI%20HMI/Demo/Lua%20Script/TCP%20ClientV1.1.zip]]
619 -
620 -~1. Set the initial values of Server IP and port number.
621 -
622 -(% style="text-align:center" %)
623 -[[image:vcbt6CE6EL.png]]
624 -
625 -2. Set the actual receive length of TCP message according to the actual needs.
626 -
627 -(% style="text-align:center" %)
628 -[[image:tPN1mbz7ny.png]]
1721298723226-463.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Hunter
Size
... ... @@ -1,1 +1,0 @@
1 -33.9 KB
Content
Converttestdisplay.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.DevinChen
Size
... ... @@ -1,1 +1,0 @@
1 -37.0 KB
Content
celllocation.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Hunter
Size
... ... @@ -1,1 +1,0 @@
1 -12.6 KB
Content
convert.lua.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.DevinChen
Size
... ... @@ -1,1 +1,0 @@
1 -28.6 KB
Content
dAuz25bdvM.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.joe
Size
... ... @@ -1,1 +1,0 @@
1 -245.8 KB
Content
qCzqnKTUhp.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.joe
Size
... ... @@ -1,1 +1,0 @@
1 -30.0 KB
Content
rxQIJkX8ll.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.joe
Size
... ... @@ -1,1 +1,0 @@
1 -22.1 KB
Content
tPN1mbz7ny.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Hunter
Size
... ... @@ -1,1 +1,0 @@
1 -59.4 KB
Content
vcbt6CE6EL.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Hunter
Size
... ... @@ -1,1 +1,0 @@
1 -33.9 KB
Content
vfrt3NElMX.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.joe
Size
... ... @@ -1,1 +1,0 @@
1 -234.9 KB
Content
vmG8WGu5P2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.joe
Size
... ... @@ -1,1 +1,0 @@
1 -22.1 KB
Content