Debug

Read with AI
All docs in one file (llms-full.txt)
artnet_test #I/O #Node
Debug

A debug node for verifying Art-Net wiring and address settings. It has no input or output ports; the ALL 255 / ALL 0 buttons on the node rewrite all 512 internal channels at once, and it keeps sending those contents as ArtDmx packets every 0.033 seconds (about 30fps).

  • Target IP — default 192.168.1.200. Only when it is 255.255.255.255 does it broadcast
  • Interface — the network interface to bind as the source (Auto, or an active IPv4 address)
  • Enabled — default on. While off, it does not send
  • The destination port is 6454 and the universe is fixed at 0 (neither can be changed from the node UI)

Errors while sending appear neither on screen nor in the log (they are swallowed deliberately). When nothing arrives, suspect the combination of Target IP and Interface.

Input ports

None

Output ports

None

Synapse Apps (scripting)

await synapse.modules.create({ type: "artnet_test" })