Having an issue with a probe change in a loop. For whatever the reaseon, it is skipping over the Probe command altogether. I have a move point for the head to move up, change the probe and keep going. Single part works fine, in a loop, it skips right over the probe command after the move point.
Anybody have any ideas??
Thanks
Using PCDMIS 2010 and 4.3mr2. Both versions have the same issue.
You could try to insert A0B0 position just before and just after the loop. If you change of position at the end of the loop, when you come back at the start, PC-DMIS reads the old position. In this case, I usually assign the position as a variable, and I call it. The most problem of this is that I must have A0B0 in between each position.