i need to send a value <v> from an analog input as a digital output when triggered by a switch/pulse
im hoping it can be done with a digital output but passing the <v> parameter somehow
im using it to send the light mood to a v2 lighting block to avoid it mixing moods
if i use an analog memory and the last output triggered was the same number, it hasnt changed value so doesnt change the output so doesnt change the light scene
if i use a state block then after the trigger input has passed, the state block resets the output to 0 or next matching state, which resets the light...
im currently doing it using a radio button and lots of ANDs to separate digital outputs, but its messy and using a lot of config space
Kommentar