Quantcast
Channel: Motion Control and Motor Drives topics
Viewing all articles
Browse latest Browse all 1315

How would I write a code to scan an intensity graph for information?

$
0
0

Hi LabView comunity,

 

I am new to LabView and I need a little help to come up with a code that communicates with an Aerotech motion controller.

1. Talk to controller

2. Start moving to target position. 

3. Use a camera to mesure intensity of light.

 

I CAN DO THE FIRST THREE STEP BUT AM STUCK ON THE NEXT STEPS. 

 

4. Use data from position and intensity to create an XY graph that has intensity as a function of position. (One way I though of doing this is to store all the values of position into an array and get values of intensity as well into an array. Then input these two arrays into an XY graph)

 

5. Scan the intensity graph from camera. I need to define a range around target position, choose a number of divisions of the range. Then scan the stage to position 1, store the data and repeat for every position. Then I want to store all data points into an array and use labview max function. 

 

Sorry for being wordy or if am not clear. I have put a sample of what am doing in part 4 to guide you. 


Viewing all articles
Browse latest Browse all 1315

Trending Articles