I am doing my first project with a vision system. I want to record an object and analyse it with the Blob vision function. The operation is done with a visualisation on a power panel. I can trigger the camera from my PP and the image is displayed on the panel. Now I would like to display the variables of the Blob function (Area, Length, Width) on the panel, but this does not work.
I use:
Power Panel: 4PPC80-101.10B
Camera: VSS112F24.M51P
AS: V 4.12
mappVision: 5.28.0
mappView: 5.24.4
MappVision displays the process variables as required.
Looking at the results, you have NumResults = 0, which means that it did not find any results.
Did you remember to save the Vision Application when you “taught” the blob?
Also an important point to note is that it is really easy to overwrite the Vision Applications with a Transfer from Automation Studio. It is a good practice to either use Vision Applications saved under names not used in the Automation Studio project, or remember to do a Online → Compare Automation Components and copy the modified Vision Applications to the Automation Studio project before transferring.
I found an error, but I don’t know how to fix it. If anyone can help me, that would be great. So far, I’ve only been paying attention to the CompletedAcquisationCnt, but the FailedAcquisationCnt is also counting up.
Yes, I have done the synchronization with the B&R training documents (TM 1610) and all settings. Everything looks fine when I use the default 5 * gPLK_CYKLE_TIME. If I change this to 6* RTInfo01.cycle_time, the image and the backlight are no longer synchronized.
But it could also be that something is wrong with my triggering of the image. Do you have a suggestion or an example?