Requirement: To develop and manufacture an automated end of line inspection system for the fault recognition of the wire button style connectors.
Our solution comprised of a high-resolution vision (camera/lens) system, mounted on a precision X, Y motion stage set-up. A plinth was integrated along with special to type fixtures, very accurately locates the connector to be scanned. The system was housed in a light-tight enclosure that contains a series of controlled light sources, to negate the effect of ambient light on the inspection process. A PXI controller/chassis combination provided PC based control of all aspects of the solution. Integrated motion tools allowed us to scan the vision system over the area covered by the connectors, at the very short focal length required (approx. 12mm from the connector surface). The motion system scanned a pre-determined pattern of steps in X & Y, and the vision system acquires an image at each step. The area captured by the vision system enabled testing of a minimum pattern of 16 buttons/plungers, in a 4 x 4 pattern. Further development allowed us to capture a larger image and reduce total inspection time. The image is then transferred to the vision software and processed against a pre-programmed set of pass/fail criteria, the results of which are buffered until all areas have been scanned. When complete the overall result, Pass or Fail, is displayed as a banner on the system display. System hardwareThe system was based on the PXI platform from National Instruments. A 4 slot PXI chassis houses an embedded PXI-8174 controller, PXI-1422 iMAQ vision card, PXI-7344 Motion control card and a PXI-6508 Digital I/O card for interlock monitoring etc. The software was developed using LabVIEW, the Vision and Motion modules for LabVIEW and the Motion assistant software tools, all from National Instruments. Motion/Vision System The motion system wasconstructed from two 150mm (300mm optional) precision motorised translation stages, mounted to provide travel in both X and Y for the camera/lens system. The stages had a resolution of 10um, which was more than sufficient for this application. A 20mm manual Z adjustment was also provided. The camera selected was a high resolution digital, colour model with suitable lens. System SoftwareThe software algorithm developed is split into 7 main sections. The 7 sections are as follows:
Argument sorting The function of this part of the algorithm simply extracts a 2D array from the 1D argument array being passed in by the controlling software. These arguments include which pins must be tested, and their names. Processing of half lit image This section of the algorithm takes an image of the connector lit with the red led array only. Its function is to isolate the wells on the image, and formulate an array of the wells’ coordinates and radii, which is correlated with the test array formulated in the previous section of the algorithm, ie a sorted array is passed out from this function. A general error condition is raised if the algorithm is unable to isolate a full row or a full column on the grid of wells, as this would mean that there is no reference with which to sort the array. The algorithm is capable of making multiple passes of the image to obtain a sorted array, so if the first thresholding value does not yield the correct number of wells, the algorithm will store those values it has already got, reduce the threshold value and try again up to 5 times. This image shows the ideal illumination for the image lit with the red LED array only.The illumination yields a smoothed histogram which should look like this: The two maxima must be clearly defined, for a valid thresholding value. This shape of graph is important because the two maxima toward the left of the graph represent the well areas and the substrate area repectively, so the algorithm will threshold somewhere to the left of the 2nd Maxima. Processing of fully lit image In this section of the algorithm, the image with both LED arrays illuminated is used. The image should look like this: Compare the peak to the peak to the right of the histogram with the half lit histogram, this peak represents potential defect material, and has been enhanced with the second LED array. The Algorithm uses the histogram graph to obtain a new threshold value which falls to the left of the large peak to the right of the histogram graph. A particle filter is introduced also which ignores any particle below a certain threshold. This is a critical point in the code, as the value chosen for this area threshold will drastically affect the results of the tests. The default setting is 90 pixels. This section of the algorithm passes out a binary image from the above threshold / filter operations for the test part of the algorithm. Test 1 This test is for wires appearing outside of the well. A ROI is generated above the well in question using the data in the output sorted array from earlier in the algorithm and a small image extracted from the binary image generated in the fully lit image processing. Each pixel is analysed, if the pixel is high, then its distance is measured from the centre of the well. If that distance is greater than the radius of the well then a variable area is incremented. Each time this variable is incremented then the value of area is checked against a set value area threshold. As soon as area is greater than or equal to area threshold, the pin fails and the test terminates.If this condition is not met then the pin passes. The critical areas here are:
Test 2 This test uses the same binary image as the previous test, and is testing to see if there is a pin present in the well, and does this by looking for high pixels within the radius of the connector which form a single blob. The area of this single blob is measured against a constant value. If the area exceeds the value then the test passes, and fails if not. The current setting for the area is 1500 pixels. Display and report This final section of the algorithm overlays test results onto the image, and compiles a report to pass back to the calling vi. Conclusion:The system met all system requirements. The use of the LabVIEW vision and motion tools enabled a much faster and reliable test solution than the old manual test procedure. Additional software has been added to improve the feature set for the customer who is extremely pleased with the result.
1 Comment
|
Our recent workWe provide regular updates on the latest projects we have been working on. Check out our archive to view all of our case studies and user solutions. Archives
April 2018
Categories
All
|