| DMX Component |
|
|
|
| Properties |
|
|
| Property Name |
Return Data Type |
Description |
| Enabled |
Boolean |
Returns True if DMX is active or False if it is disabled, value can be read or set |
| Universes |
Lua Table [String,DMX Universe Object] |
Returns a table of all the DMX Universes used on this DMX component indexed by Universe Name |
| NetworkAdapters |
Lua Table [Number,String] |
Returns a table of all the IP addresses of the network adapters on the machine that DMX is running on indexed by increasing integer |
| LocalIp |
String |
Returns the IP address of the Network adapter being used to receive DMX and MANet data, this value can be read or set |
| MANetSessionId |
Number |
Returns the current MANet Session ID, this value can be read or set |
| DMX Universe |
|
|
| Properties |
|
|
| Property Name |
Return Data Type |
Description |
| Name |
String |
Returns the name of this Universe Object, this value can be read or set |
| Protocol |
String |
Returns the description of the protocol used on this Universe Object eg. |
| Fixtures |
Lua Table [String,DMX Fixture Object] |
Returns a table containing all the Fixture Objects patched in this Univers Object indexed by Fixture Object Name |
| Address |
Number |
Returns the universe number of this DMX Universe Object in the range 1 – 65535, this value can be read or set |
| DMX Fixture |
|
|
| Properties |
|
|
| Property Name |
Return Data Type |
Description |
| Name |
String |
Returns the name of this DMX Fixture Object, this value can be read or set |
| StartChannel |
Number |
Returns the start channel address of this DMX Fixture Object, this value can be read or set |
| TargetPinPath |
String |
Returns the full path to the target pin of this DMX Fixture Object |
Feedback
Thanks for your feedback.
Post your comment on this topic.