User Tools

Site Tools


macros:function:dmx.enabledmxmodule

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.
namespace Dmx
parameter dfeNodeId ( String ) : The node identifier. Usually “LocalDevice” for the local outputs.
moduleId ( String ) : The module identifier.
“5” = Art-Net
“7” = DMX
“10” = sACN
enable ( Boolean ) : Set to true to enable; false to disable.
return value Void
Example in

Enable/Disable DMX Outputs:

  <step>Dmx.EnableDmxModule("LocalDevice", "7", true)</step>
Also used in
Remarks
You could leave a comment if you were logged in.
macros/function/dmx.enabledmxmodule.txt · Last modified: 2020/03/17 02:48 by icke_siegen

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki