Jump to content

Two different values when ran in AutoRun and normal Calypso.


---
 Share

Recommended Posts

This doesn't make any sense at all.

One program, it is setup in AutoRun.

It has some PCM to determine if the part is tilted in the X axis.

measure("YZ Finder")
TRYAGAIN:
measure("Tilt Finder A")
measure("Tilt Finder B")
if abs(getActual("Tilt Finder A").x-getActual("Tilt Finder B").x)>0.004
message("Please Re-Position part.  Ensure that the Flange of the part is fully to the left of the V Block and X Bore is straight down")
goto TRYAGAIN
endif

When ran in Autorun it reports .00432xxxxx. (Gets stuck in an endless loop due to false value).

When run in Calypso it reports .00234xxxxx. (Works as written).

Part is mounted in the fixture and secured, and I can get the same results at will.

Same program, same points, the program doesn't change, only the result of the actual probed points.

Tilt Finder A and Tilt Finder B.

Part is cylindrical and its axis is in X. Plane surface is ZX.

Tilt Finder A touches a plane surface at Y0, X0 and Z+.945

Tilt Finder B touches a plane surface at Y0, X0 and Z-.945

How is this possible?

 

Link to comment
Share on other sites

Exactly the same basesystem selected in the CNC start settings of Calypso and AutoRun? Are you using a pallet alignment system?

Screenshots of both CNC start settings would be helpful.

Link to comment
Share on other sites

 Share

×
×
  • Create New...