Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Process Vision assistant on trigger

Objective:

  1. Setup a continuous image monitoring of the sample on the conveyor. 
    1. ImageOut will display the live sample monitoring.
  2. Trigger condition
    1. Monitor a continuous analog input channel.
    2. And configure a trigger condition if the analog input fluctuates a certain user-defined threshold.
  3. When the trigger condition is satisfied:
    1. The image should be captured
    2. Processed by the vision assistant algorithm. 
    3. Automatically save it in the designated folder.
    4. Display the processed static image in an ImageOut display. This ImageOut display will update to output the recently processed image.
  4. When the trigger condition is not satisfied:
    1. ImageOut will continue to display the live sample monitoring.

 

Right now, in my attempt:

  1. I have setup the continuous monitoring
  2. I am simulating the analog signal and controlling the trigger condition
  3. Have the vision assistant algorithm built for integration

 

 

What I need is almost complete help to code 3: When the trigger condition is satisfied:

Issues I am facing are:

  • I don't know how to trigger the cam to capture/save the image.
  • Currently passing live acquisition through case structure. Where the ImageOut does not work as expected inside the case structure neither with True( vision assistant processing) nor with False condition(continue to display the live sample monitoring)

 

Attached is my code ( both LabVIEW and Vision Assistant files)for reference. I will greatly appreciate help and suggestion to execute the logic I described above.

 

 

Download All
0 Kudos
Message 1 of 1
(806 Views)