Hello
We are currently working on a cycle and encountered the following problems:

We want to inquire in the cycle if the main spindle or the opposed spindle is chosen in the main program. That works with revolver 1:
IF $P_CHBFR[1,Y1,MI] == 1 ; 1 is opposed spindle, -0 is main spindle


However if the main spindle or the opposed spindle is activated in the main program of the revolver 2, then we get the following error message when jumping into the cycle:

12050 Din address Y1 not projected

I have the SYSTEM VARIABLES manual but I don’t have a clue what Frames and so on mean- so I don’t know what address I need in order to inquire independently from the revolver what SPINDLE is activated in the main program.

Kind regards

Flyingmatt