Changes for page 05 Lua Script
Last modified by Devin Chen on 2025/03/04 14:07
From version 73.1
edited by Devin Chen
on 2025/03/04 14:07
on 2025/03/04 14:07
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. DevinChen1 +XWiki.Molly - Content
-
... ... @@ -1,8 +1,8 @@ 1 -= **1 **Arithmetic operations=1 += **1 64bits Address Basic Algorithm** = 2 2 3 3 The example shows how to do the Addition, Subtraction, Multiplication and Division for HMI internal address. 4 4 5 -[[Download link>>https://ftp.we-con.com.cn/Download/WIKI/PI%20HMI/Demo/Lua%20Script/ Arithmetic%20operations%20by%20Lua%20V1.0.zip]]5 +[[Download link>>https://ftp.we-con.com.cn/Download/WIKI/PI%20HMI/Demo/Lua%20Script/64bitCalculation.zip]] 6 6 7 7 = **2 MQTT Client** = 8 8 ... ... @@ -32,7 +32,7 @@ 32 32 33 33 The example shows how to use the Lua to achieve the Arabic keypad. Also available for other non-English language like Cyrillic. 34 34 35 -[[Download link>>https:// ftp.we-con.com.cn/Download/WIKI/PI%20HMI/Demo/Lua%20Script/ArabicKeyboard.zip]]35 +[[Download link>>https://drive.google.com/file/d/1JqpTRRqj6db32aLn7tqqO8dWT6EuXBEL/view?usp=sharing]] 36 36 37 37 = **7 FTP Client** = 38 38 ... ... @@ -121,8 +121,9 @@ 121 121 122 122 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. 123 123 124 -[[Download link>>https:// ftp.we-con.com.cn/Download/WIKI/PI%20HMI/Demo/Lua%20Script/Telegram.zip]]124 +[[Download link>>https://drive.google.com/file/d/1wV0O79TJ2mgUEBkKcjrb53PM8DkTQxVo/view?usp=sharing]] 125 125 126 + 126 126 = 9** LINE Notify** = 127 127 128 128 This example shows how to use the LINE Notify to send message into LINE group. When monitoring bit "@B_HDX0.0" changes, it will trigger and send the message. Please replace with your own Token. ... ... @@ -648,14 +648,3 @@ 648 648 The example shows how to use HMI built-in 4G module to send SMS via Lua script. This demo requires the HMI model name with (G) or (AG). 649 649 650 650 [[Download link>>https://ftp.we-con.com.cn/Download/WIKI/PI%20HMI/Demo/Lua%20Script/Lua%20SMS%20Library.zip]] 651 - 652 -= 24 ATC module Calling = 653 - 654 -The example shows how to use HMI to customize communication with the ATC-3101 module via Lua script to make phone call 655 - 656 -.[[Download link>>https://ftp.we-con.com.cn/Download/WIKI/PI%20HMI/Demo/Lua%20Script/lua%20ATC%20calling.rar]] 657 - 658 -(% class="box infomessage" %) 659 -((( 660 -Note:Due to differences in operators, it is recommended to test before use. 661 -)))