Logic Machine Forum
CANx script editor - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: CANx (https://forum.logicmachine.net/forumdisplay.php?fid=23)
+--- Thread: CANx script editor (/showthread.php?tid=5080)



CANx script editor - AEK - 06.11.2023

in CANx app there is another Lua IDE/
Is there ani documentation about it? it seemsto be very familiar to regular scripts, but whats the difference?


RE: CANx script editor - admin - 06.11.2023

It's more or less the same as KNX scripting. It was made specifically for devices that only have CANx. This scripting is slightly faster than KNX when working with CANx events because it does not pass the translation layer between CANx and KNX.


RE: CANx script editor - AEK - 06.11.2023

(06.11.2023, 12:52)admin Wrote: It's more or less the same as KNX scripting. It was made specifically for devices that only have CANx. This scripting is slightly faster than KNX when working with CANx events because it does not pass the translation layer between CANx and KNX.

CANX object and its function have any documentation?


RE: CANx script editor - admin - 06.11.2023

It's very similar to basic grp.* functions, just use canx instead of grp (canx.find(), canx.write() etc).