| Properties |
|
|
|
| Property Name |
Return Data Type |
Description |
Example Syntax |
| Enabled |
Boolean |
Returns True if DMX is active or False if it is disabled, value can be read or set |
HippoNet.LocalHost.DMX.Enabled |
| Universes | Lua Table [String,DMX Universe Object] | Returns a table of all the DMX Universes used on this DMX component indexed by Universe Name | HippoNet.LocalHost.DMX.Universes@ |
| 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 |
HippoNet.LocalHost.DMX.NetworkAdapters |
| 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 |
HippoNet.LocalHost.DMX.LocalIp |
| MANetSessionId |
Number |
Returns the current MANet Session ID, this value can be read or set |
HippoNet.LocalHost.DMX.MANetSessionId |
| DMX Universe |
|
|
|
| Properties |
|
|
|
| Property Name |
Return Data Type |
Description |
Example Syntax |
| Name |
String |
Returns the name of this Universe Object, this value can be read or set |
HippoNet.LocalHost.DMX.Universes ['Universe A'].Name |
| Protocol |
String |
Returns the description of the protocol used on this Universe Object eg. |
HippoNet.LocalHost.DMX.Universes ['Universe A'].Protocol |
| 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 |
HippoNet.LocalHost.DMX.Universes ['Universe A'].Fixtures |
| Address |
Number |
Returns the universe number of this DMX Universe Object in the range 1 – 65535, this value can be read or set |
HippoNet.LocalHost.DMX.Universes ['Universe A'].Address |
| DMX Fixture |
|
|
|
| Properties |
|
|
|
| Property Name |
Return Data Type |
Description |
Example Syntax |
| Name |
String |
Returns the name of this DMX Fixture Object, this value can be read or set |
HippoNet.LocalHost.DMX.Universes ['Universe A'].Fixtures['Mix 1 : Controls'].Name |
| StartChannel |
Number |
Returns the start channel address of this DMX Fixture Object, this value can be read or set |
HippoNet.LocalHost.DMX.Universes ['Universe A'].Fixtures['Mix 1 : Controls'].StartChannel |
| TargetPinPath |
String |
Returns the full path to the target pin of this DMX Fixture Object |
HippoNet.LocalHost.DMX.Universes ['Universe A'].Fixtures['Mix 1 : Controls'].TargetPinPath |
Post your comment on this topic.