Files
2026-07-13 13:13:17 +08:00

70 lines
2.7 KiB
Plaintext

{
"FormatVersion": 3,
"Id": "e3207424-deaf-4462-acd5-21f2c6f16d1b"/*SacnInput*/,
"Description": "Receives DMX data over the network using the sACN (Streaming ACN) protocol.\n\nThis operator listens for sACN packets on the local network, allowing you to receive DMX data from lighting consoles, media servers, or other sACN-enabled devices. It can listen to multiple DMX universes simultaneously.\n\nTips:\n- Select the correct `LocalIpAddress` for your network interface.\n- `StartUniverse` and `NumUniverses` define the range of DMX universes to listen to.\n- The output is a list of lists. The outer list corresponds to the universes, and each inner list contains the 512 channel values for that universe.\n\nAKA: sacn, streaming acn, dmx, artnet, lighting",
"InputUis": [
{
"InputId": "0c348760-474e-4e30-a8c1-55e59cb1a908"/*StartUniverse*/,
"Position": {
"X": -505.05722,
"Y": -259.4615
},
"Description": "The first DMX universe to listen for. Must be 1 or greater.",
"Min": 1,
"Scale": 1.0,
"ClampMin": true,
"ClampMax": true
},
{
"InputId": "24b5d450-4e83-49db-88b1-7d688e64585d"/*LocalIpAddress*/,
"Position": {
"X": -200.0,
"Y": 0.0
},
"Description": "The IP address of the network interface to listen on. A dropdown shows available addresses. If you have multiple network cards, make sure to select the one connected to your lighting network.",
"Usage": "CustomDropdown"
},
{
"InputId": "2cffbf1c-ce09-4283-a685-5234e4e49fee"/*NumUniverses*/,
"Position": {
"X": -505.05722,
"Y": -184.46149
},
"Description": "The number of consecutive DMX universes to listen for, starting from `StartUniverse`."
},
{
"InputId": "bed01653-6cd0-4578-81a9-3eda144ab279"/*Timeout*/,
"Position": {
"X": -505.05722,
"Y": -109.46149
},
"Description": "The time in seconds after which a universe is considered offline if no new data is received."
},
{
"InputId": "c3d4e5f6-a7b8-4901-2345-67890abcdef1"/*PrintToLog*/,
"Position": {
"X": -505.05722,
"Y": -34.461487
},
"Description": "If enabled, prints status information and errors to the T3 log. Useful for debugging."
},
{
"InputId": "ca55c1b3-0669-46f1-bcc4-ee2e7f5a6028"/*Active*/,
"Position": {
"X": -200.0,
"Y": 0.0
},
"Description": "Enables or disables listening for sACN packets."
}
],
"SymbolChildUis": [],
"OutputUis": [
{
"OutputId": "b0bcc3de-de79-42ac-a9cc-ec5a699f252b"/*Result*/,
"Position": {
"X": -211.71448,
"Y": -259.70978
}
}
]
}