This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

CANx script editor
#1
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?

Attached Files Thumbnail(s)
   
Reply
#2
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.
Reply
#3
(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?
Reply
#4
It's very similar to basic grp.* functions, just use canx instead of grp (canx.find(), canx.write() etc).
Reply


Forum Jump: