Reference
Components
DMX
Description
The DMX component allows you to communicate with connected lighting and effects devices using the DMX512 standard.
You supply the id of the DMX device that you want to connect to at the Device input. You can leave this blank if you only have one device
attached.
Trigger the Open input to open communications. The State output will change to indicate the result (either “Connected”, “Not Connected” or
“Not Found or In Use”).
Data is sent as a hex string which can be a maximum of 512 bytes so that's 1024 characters. Attach a string of hex to the Data input and
then trigger the Send input to send the data.
To finish and close communications, trigger the Close input.
Connectors
Inputs Type Outputs Type
Id of the device you want to
connect to (or leave blank to
connect to first found device)
Int Status of the
component.
String
Trigger to open
communications
Trigger
Trigger to close
communications
Trigger
Hex string of data to be sent
(max 1024 characters ie.
512 bytes)
String
Trigger to send the data. Trigger
80 of 494