04-07-2011 04:05 AM
Hello
Attached is a VI that acquires radius measurement from inside pipe and plot the result on 3D graph (preferably top view), I want to configure it so it transferees the data to the graph only when the radius value is less than a threshold and continue plotting for specific amount of time say 100 second after meeting condition then stops and save the graph image.
I used case structure to set the condition but got stuck on the part of letting the graph continue the acquisition for some time after threshold then saves its image.
I appreciate your help
04-27-2011 08:50 PM
Hi
In connection to the what I was asking about in this post, attached is a Vi that acquires ultrasonic measurements of material thickness, the data presentation is in A & B scan displays,I added a part to generate test report simultaneously, it is required in the report to capture an image of B-scan only when the thickness value goes below threshold.....up until now it is cool
I need to capture the B-scan image when defect is detected + the next 127 seconds regardless if the defect is continuous or not, if there is other defect or not ....how I can do this task?