Thanks for the feedback. Im running it on the machine now and M14 does not workcncsnw wrote: ↑Fri Jan 17, 2025 2:03 pm I am not prepared to interpret the whole sequence to understand your intent and whether it makes sense, but...
The expression:is functionally no different from the expression:Code: Select all
(M14_SV || (Aux14Key_I && M14_SV) )
So it is not clear what you are trying to accomplish with the Aux14 key.Code: Select all
M14_SV
Also, there is probably no reason to RST CarouselPotUp_O in direct response to M14_SV, given that you are also setting MovingPotDown_M, and your later logic is going to reset CarouselPotUp_O in response to MovingPotDown_M.
Your logic will be easier to understand if there is only one place where you ultimately control (SET or RST) a given output.

I just came to the same conclusion and fixing it now. The AUX codes were there by default, so not sure what the use case is. I just kept it in there.