Function ====== Dmx.EnableDmxModule ====== Void Dmx.EnableDmxModule(String dfeNodeId, String moduleId, Boolean enable) ^ API | https://api.avolites.com/12.0/Dmx.EnableDmxModule.html | ^ description | Enables or disables the DMX module. | ^ [[macros:namespace|namespace]] | [[macros:namespace:Dmx]] | ^ parameter | dfeNodeId ( [[macros:type:String]] ) : The node identifier. Usually ''"LocalDevice"'' for the local outputs. | ^ ::: | moduleId ( [[macros:type:String]] ) : The module identifier. \\ ''"5"'' = Art-Net \\ ''"7"'' = DMX \\ ''"10"'' = sACN | ^ ::: | enable ( [[macros:type:Boolean]] ) : Set to true to enable; false to disable. | ^ return value | [[macros:type:void]] | == Example in == [[macros:example:dmxoutputs]]: Dmx.EnableDmxModule("LocalDevice", "7", true) == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~