This is how you would need to construct anything that is not sequencial
if pp==8 then goto ‘over’
if pp==20 then goto ‘over’
if pp==35 then goto ‘over’
if pp==45 then goto ‘over’
exit rules skip outgoing action
Label ‘over’
// normal processing for this translator continues
No, but you could have a construct that uses a timer to send each command. See attached example. We set the delay and repeat count in the first translator and the second translators, identify the current step and send the proper CC number.