I have a layout where I want control the AGV entering Control Area using matrix(TEMatrix and TEStatus) defining which AGV can enter at the same time and which can not. TEStatus tells you which TE is in the CA. The logic itself seems OK, but when I want to make the agv resume after stop, it doesn't resume. What maybe the problem here?
In the attached file, when you start simulation, TE3 starts moving, then TE1 starts to move, but stops at the CA because TE3 is still in the area. After TE3 is out of CA, the token for TE1 goes through the "CustomCode: Resume", but TE1 doesn't resume.