12-27-2012 12:12 PM - edited 12-27-2012 12:31 PM
Hi everyone, I am working on a xy stage movement vi based of the XY Grid Inspector template. I am having problems doing a couple of things, I posted the code below, it is stripped of the motor vis it just plots the path of a 'virtual stage'.
Here are the things I am trying to add:
A percentage for each 'position' to be overlapped by its nearest neighbors.
The second thing is more tricky: I would like to be able to remove or add points (they are called grids on my vi) by clicking on them and then adjusting the movement array so that position is removed from the path (ie it moves to the next available position).
Finally, is there a way to add a mouse over event so that images that are taken at a given grid position are shown like a minimap by moving the mouse over the position of the grid?
Thanks.
12-28-2012 05:35 PM
Hi,
You can find a vi that describes how to use a mouse over event at the following link:
https://decibel.ni.com/content/docs/DOC-2226
Regards,