Hey Jochen, We were able to reproduce the issue on multiple controllers, with and without axis profiles configured, using different computers to download, using standard axis configuration (Just adding the axis and leaving as is). It seems in order to see the issue you must have 30+ axis configured in the control, and have the library configured for 18 or more. If only 20 axis are configured on the control, the issue does not occur. The axis interface memory becomes corrupted once the axis interface main program has finished initialization. So it starts ok, then after some runtime it get's corrupted. If the controller is started after motion boots, it will have no execeptions in the control unless you try and access one of the variables in the motion interface control If you boot the motion while the PLC is already running, then when the library initializes itself it will throw an exception of an access violation and stops the control. Here is the callstack You can see the exception here, a little down stack we got the PLC back running. We were unable to re-produce on a virtual core. We were able to reproduce on two seperate X7 controllers and an X5 controller
... View more