All parameters are optional. They all have a defined default value.
The Art-Net configuration is in the file "artnet.txt".
Generic
Parameter name
|
Description | net
|
Bits 14-8 of the 15 bit Port-Address are encoded into the bottom 7 bits of this field. (default = 0)
|
subnet
|
Bits 7-4 of the 15 bit Port-Address are encoded into the bottom 4 bits of this field. (default = 0) |
universe
|
Bits 3-0 of the 15 bit Port-Address. (default = 0) |
use_timecode |
0 (default) / 1 (display the TimeCode in the upper right corner)
|
use_timesync | 0 (default) / 1 (display the TimeSync in the upper right corner) | short_name | Default = 'AvV Art-Net Node' | long_name | Default =
| oem_value | Default = 20E0 (OemArtRelay) | direction | output (default) / input
|
Generic Output
Parameter name
|
Description | merge_mode | htp (default) / ltp |
network_data_loss_timeout | The time in seconds when output will be stopped stopped or blackout. Maximum = 255. (default = 10). 0 = disabled.
| disable_merge_timeout | 0 (default) / 1 |
DMX Input
Parameter name
|
Description |
destination_ip
| The target node for the ArtDmx packages
|
DMX/RDM Output
Parameter name
|
Description |
enable_rdm | 0 (default) / 1 (Enable RDM mode)
|
Multi-port configuration.
Parameter name
|
Description |
universe_port_a universe_port_b universe_port_c universe_port_d
|
Bits 3-0 of the 15 bit Port-Address.
| merge_mode_port_a merge_mode_port_b merge_mode_port_c merge_mode_port_d | htp (default) / ltp
|
Art-Net 4 configuration.
Parameter name
|
Description | map_univers0 | 0 (default, skip universe 0) / 1
| protocol | artnet (default) / sacn |
protocol_port_a protocol_port_b protocol_port_c protocol_port_d
|
artnet (default) / sacn
|
Example: #artnet.txt #direction=output #net=0 #subnet=0 #universe=1 # Multi port configuration # #universe_port_a=1 #universe_port_b=2 #universe_port_c=3 #universe_port_d=4 # Node # #long_name= #short_name= #oem_value=ffff # Time # #use_timecode=0 #use_timesync=0 # DMX/RDM Output # #enable_rdm=0 #merge_mode=htp #protocol=artnet #merge_mode_port_a=htp #protocol_port_a=artnet #merge_mode_port_b=htp #protocol_port_b=artnet #merge_mode_port_c=htp #protocol_port_c=artnet #merge_mode_port_d=htp #protocol_port_d=artnet #network_data_loss_timeout=0 #disable_merge_timeout=0 #enable_no_change_update=0 # DMX Input # #destination_ip_port_a=192.168.2.255 #destination_ip_port_b=192.168.2.255 #destination_ip_port_c=192.168.2.255 #destination_ip_port_d=192.168.2.255 #artnet.txt # Art-Net 4 # #map_universe0=0
|