Scripting : status and bugs

 

Hello,

We are looking to implement advanced features and processing in our projects, which basically require the usage of Lua scripts.


However:

- We didn't find any documentation on the website for scripting

- The script module was not listed when doing "Insert Module...". The only way we could import them was by copy / pasting from the tutorial projects

- Editing the script and adding in/out pins in the header works. The pins are correctly added to the script module. But if we remove any line from the text editor, the change is not reflected and the old pins still appear in the module :



Tested on the last version of Aximmetry Composer DE

 

Is the scripting system still supported ? If so how to import the module and how to solve the issue with the pins

Thank you

   Selgyy

 
Profile Image
Eifert@Aximmetry
  -  

Hi,

The LUA scripting is supported. Sadly, we don't have any documentation of the LUA scripting in the documentation on the website. But there are several posts here on the forum discussing it.

You can find the Script node between the Special Compounds when right-clicking in the Flow Editor:

There is an issue with renaming or deleting pins in the script. While it is not fixed, you should copy the text of the script into a new Script node when renaming or deleting pins in the script.

Warmest regards,