what is the "status" DMX parameter ? Maybe, the fog machine has to be configured with the "status" parameter ?
for lines description, you have 3 essential descriptions:
D,0,255 means it's a Dimmer and defined as master parameter. A master means that it's affected by the master dimmer of the plot.
V,0,255 means a value as above but not master.
S,0,31,"lamp off"
S,32,63,"lamp on"
S,64,91,"strob on"
is generally for control parameters, which can have different value : in this example DMX value between 0..31 switch off the lamp, 32..63 switch on, etc.
In you case the description should be something like
fog amount
V,0,255 (it's not a master param)
status
S,0,31,smoke off (something like that ?)
S,032,smoke on (something like that ?)
try to get the doc of the fog machine to set the description properly?
sensoStatistics: Posted by senso — 14 Sep 2020, 12:30
]]>