Changes for page 05 Lua Script
Last modified by Devin Chen on 2025/03/04 14:07
From version 48.1
edited by Devin Chen
on 2023/08/17 15:33
on 2023/08/17 15:33
Change comment:
There is no comment for this version
To version 55.1
edited by Theodore Xu
on 2024/01/23 14:03
on 2024/01/23 14:03
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.AiXia - Content
-
... ... @@ -549,7 +549,10 @@ 549 549 550 550 The example shows how to convert a number to a string using the "tostring()" function. 551 551 552 +[[Download link>>https://ftp.we-con.com.cn/Download/WIKI/PI%20HMI/Demo/Lua%20Script/Number%20to%20string.zip]] 552 552 554 +Note:This demo converts a 64-bit floating to a string,you can change the data format of "@W_HDW0" depand on requirements 555 + 553 553 The core code is from file convert.lua: 554 554 555 555 (% style="text-align:center" %) ... ... @@ -559,3 +559,23 @@ 559 559 560 560 (% style="text-align:center" %) 561 561 [[image:Converttestdisplay.png]] 565 + 566 += 19 HUAWEI CLOUD & OpenCloud = 567 + 568 +About the details, please check the powerpoint or video of Lua MQTT & OpenCloud [[Jump To>>doc:PIStudio.Download.1 Manual.WebHome]] 569 + 570 +[[Download link>>https://ftp.we-con.com.cn/Download/WIKI/PI%20HMI/Demo/Lua%20Script/HuaweiMQ%281%29.zip]] 571 + 572 += 20 UDP Multicast = 573 + 574 +The example shows how to use UDP multicast feature to send and receive data. 575 + 576 +[[Download link>>https://ftp.we-con.com.cn/Download/WIKI/PI%20HMI/Demo/Lua%20Script/UDP%20Multicast.zip]] 577 + 578 +About the details, please check the [[UDP module>>https://docs.we-con.com.cn/bin/view/PIStudio/09%20Lua%20Editor/Lua%20Script/#HUDPmodule-1]] 579 + 580 += 21 ATC module **send SMS** = 581 + 582 +The example shows how to use HMI to customize communication with the ATC SMS module via Lua script to send SMS. 583 + 584 +[[Download link>>https://ftp.we-con.com.cn/Download/WIKI/PI%20HMI/Demo/Lua%20Script/SMS.zip]]