TouchDesigner Dmxout
Dmxout Routing Table路由表的使用
在TouchDesigner中使用 Chop Dmxout节点,通过Art-Net协议来控制一些灯具设备时,如何通过配置一张路由表(routing Table),来实现一个dmxout节点单播(Unicast)控制多个域,从而提升编程效率。
一、DMX Out CHOP介绍
The DMX Out CHOP sends channels to DMX, Art-Net, sACN or FTDI devices. Channel values for DMX are 0-255.
The first channel you send into the DMX Out will correspond to the first DMX address (DMX channel) As you add channels to the DMX Out, you will access the next DMX channels in order. For example, if you input 12 channels into the DMX out, you will be controlling DMX channels 1 thru 12.
The DMX in TouchDesigner was developed on the ENTTEC device, namely their DMX USB Pro and DMX over Ethernet devices, but it should work for many devices and software that support DMX/Art-Net/sACN.
A Routing Table can be provided in a DAT where addresses can be specified by adding rows for each channel and specifying net, subnet and universe.
https://docs.derivative.ca/index.php?title=DMX_Out_CHOP
二、路由表
1.关键参数
路由表中的信息,包含每个通道(channel)对应的通道名,netaddress(IP地址), net, subnet,universe。
取值范围:
Net (0-127)
Sub-Net (0-15)
Universe (0-15)
2.示例
路由表(示例):
节点名:dmxout1_routingtable
三、Dmxout参数
总结
以上为TouchDesigner-Chop-Dmxout中路由表的使用。