I developed a simulation and this error appears to me ( 40512: Missing External Axis Value). When I have the three path’s in the main, the error appears, but if I remove path 10 ( the left one) the rest execute normally. I already moved the track and I already changed the position where it stops to execute path 10 but it still didn’t solve … suggestions?
I think it would be easier to find an issue if you posted Rapid code.
However, maybe this will help. I think I had the same error message when in the station I had activated external axes but did not assign them values (i.e. I left with default 9e+09, instead of putting e.g. 0).
The position of external values arguments is highlighted in the attached image.
As mentioned by evasiliauskaite you haven’t any values set for the external axis for the targets in Path10. Copy the external axis values from the target “inicio1” to all the targets between target10 - target 80.
In order to get the external axis values when teaching targets the external axis must be marked as active.
You can do this by checking the box for your external axis here:
Basically what this does is it takes inicio1’s external axis value and replaces the targets external axis values with it.
So everytime you modpos inicio1 and run the program, it will always use the same external axis value as inicio1 for the rest of the targets.
You can even add this instruction to the rest of your other paths too and it will do the same for them. Just change the targets as to their respective targets for each path.