High speed scanning and timing requirements

Tricks for High-Speed Scanning

High-speed scanning, which is roughly anything over 300 scans per second, can get tricky. These are the factors that must go into your system.

Calculating the MaxLaserOn Parameter

MaxLaserOn is related to the inverse of the number of the scans per second that you want and the 300 microsecond overhead for reading image data from the camera. Here's the formula for calculating the MaxLaserOn value: 

1000/Scan Rate - 0.3 = MaxLaserOn

A system that requires 500 scans per second would have a MaxLaserOn calculated like this: 

1000/500 - 0.3 = 2 - 0.3 = 1.7 (milliseconds) 

The downside to low exposure times is that the laser may not be bright enough to fully illuminate the object. In that case, you should move your scanner closer to the object or lower the LaserThreshold parameter. 

Reducing Analyzed Image Area

Background Subtraction (don't use it for high speed)

Setting BackgroundSubtraction parameter to true will cut the effective Scan Rate in half for a given exposure time. This is because one exposure and read-out period is used for the background image without the laser and one for the data image with the laser. Generally, high-speed systems should avoid using the BackgroundSubtraction parameter. 

 

 

What Happens When The Scanner Overdrives

While in the process of tuning a system, these are the indicators of trying to run a scanner too fast:

  • The flags field of the jsProfile (C/C++) or the Flags field of Profile (.NET) will have bit 0 set to 1. 
  • Your scan data will stop at the point where the image was analyzed to when the next scan was triggered. For example, if the image was around 65% analyzed when the next scan was triggered, you would only get data points from the top 65% of the image.