Hello & Happy New Year,
i have a problem regarding my vision processes and checking the results.
I have set up a multiview where i take 1 image at one position and the second image at another position.
This is how i do it usually:
VISION RUN_FIND
'MULTIVIEW_FORMAT_1' CAMERA VIEW[1]
... then i go to the other position...
VISION RUN_FIND
'MULTIVIEW_FORMAT_1' CAMERA VIEW[2]
VISION GET_OFFSET
'MULTIVIEW_FORMAT_1' VR[8]
JMP LBL[991]
...
Display More
Now this works perfectly fine but i have to go to another position even after camera view 1 failed to find a result in its edge locator.
Is there a way how i can react after Camera View 1 has failed to get a valid result?
I know there are instructions like GET_PASSFAIL but i dont get how exactly it works in a multiview since it will only take the whole multiview vision process as an argument?
Unfortunately the roboter system with its camera is at the customer and i cant rly test out anything in advance... Only in my simulation with roboguide.
Hopefully anybody has an example or solution to this?
Thanks everybody and Best Regards
Daniel