Hey, Im pretty stuck at this point. The way my machine is supposed to function is I have 2 "Work Zones" a Left and Right, When machine is running in the Left, I can clamp my part on the right side. Press Right "Cycle start" and the right part is in Queue. This is done by "Right Cycle start" setting a Register. I have everything working well, Gcode rewind etc. BUT I cannot figure out a way to Automate the G54 to G55 swap back and forth. I have tried from PLC script with mc.mcCntlGcodeExecute and ExecuteWait and MDIexecute. Nothing seems to take. I also have used mc.mcCntlCycleStop before trying to execute the offset change. I really want to do it Outside of the Gcode file, because then I can run 2 right parts in row/ 4 left parts in a row, the gcode stays the same. IF anyone has some advice about changing fixture offsets "automated" that would be very helpful.
Thanks