Jump to content

Runtime saltation


Angle

Recommended Posts

My job as to vision system. The inspection object is Easy open End. I use the pattern match and other method. The application is running on the machine, the runtime of solve the each object is about 40ms, but accidently the value of runtime change to 130ms , after that return to 40ms. I am confused. In the application, i use many local variables, I don't konw if those local variables occupy many memory and then cause this question. Thanks

Link to comment

Its unlikely to be a memory issue unless you are using so much the OS has to swap to disk. It is more likely a higher priority process or hardware latency is getting in the way. Disk saving is the usual cause. Next time watch the LED hard-drive indicator when you see the time jump.

What is the camera interface? If you are using GigE,another cause can be packet collisions causing the camera to re-send. This will also appear as a latency causing your loop time to jump.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.