hexagon logo

Trouble With OnError Commands (Is it me?)

Hello!
Running PC-DMIS 2013 MR1 SP5 Online on an Optiv Performance 443 connected to a Windows 7 PC
-------------------------------------------------------------------------------------------------------------------------------------------
This might technically be a Vision question, but I bear with me.
I have a program that uses two tips to measure a hole on a cylindrical part mounted on a rotary table.
The touch probe (TP200) creates an initial alignment, then switches to Vision
The camera is supposed to go to a hole location and measure.
Using OnError commands (or anything, really!) I would like to do the following:
- Check if the hole is there
- If Edge_Not_Detected, rotate 180°, realign and remeasure
Continue program from that location

Essentially, I have it more or less hashed out.
I take the initial measurement using Matching Edge. This usually only works if the whole feature is encompassed in the target area
(E.g. the hole is there)
The program is able to fail, and then rotates 180° and realigns, where it attempts to remeasure the hole.
It rotates fine, it focuses fine, it levels fine, and it measures fine (the green dots show up around the hole).
But that's it.
Best case scenario, it stops at this point. It's as if it measured the hole, but is not able to send the data to PC-DMIS? It just hangs with the green dots around the circle.
Worst case scenario (what usually happens) as soon as it tries to measure the hole (after it focuses, but before it draws the dots) PC-DMIS crashes and I have to restart.
-------
I will post the code I am using for that part below.

My question is, is this how you would go about doing this?
Would I be better off not using OnError, or should I change how I'm using it now?
Is that an error with my code, or with PC-DMIS?
Could my hardware (I can post specs if necessary) be the issue, as in somethings not powerful or fast enough to keep up?
Could the problem be due to the use of variables in the measurement being used incorrectly?

Hopefully this makes sense, and I'm always happy to give whatever information you guys need to help me out

---
I'd like to clarify, also.
The OnError section works in this code. Everything works absolutely fine, perfect, whatever. Except the actual physical (visual) measurement of the hole. Before and after is great
Parents Reply Children
No Data