Jump to content
C4 Forums | Control4

What are luagen and avgen stands for?


Recommended Posts


The <control> XML tag specifies what C++ driver module to load.

In the case of av_gen, it loads a C++ compiled driver (.c4l) on the controller that implements the 'Driver Wizard' driver functionality (one-way IR and Serial).

lua_gen loads the C++ compiled .c4l on the controller that implements DriverWorks, including the functionality of the Lua interpreter, for two-way Serial / Network drivers.

The <driver> section, which is related, tells ComposerPro what C# modules to load in order to be able to display properties pages, events, commands, and conditionals within ComposerPro. The DriverWorks <driver> section is just called "DriverWorks", whereas the Driver Wizard <driver> section is a number, "100050".

RyanE

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.