Hello all,
I am using MICOS PLS-85 motor controlled stage in combination with an Imaging Solutions Group (ISG) LW 1.3-SM camera. Some of you may already know, but the MICOS stages come shipped with an instrument driver "MOCO Control" that displays position and controls motion of the motor amongst other functions.
I simply added a case structure that acts every time the motor is moved so that an image is captured. However, the only iteration count I can take that isn't always 1 from the for loop displayed is the outter loop that is continuously running but gives me values dependent on the span between images taken...(one array could be 3, 14, 24...another could be 6, 35, 38...all relative to when I move the motor).
For anyone familiar with this instrument driver, or anyone who has a clever way of getting the number of times a button is pushed, I need help sending the array of times the button is pushed (1,2, 3...) if pushed 3 times.
Alas, I'm having trouble with the sequence locals for my paths. When I initialize the array and insert or replace the array subset I either receive blank arrays or the first value of the array changes. I can't use tunnels either cause I only want paths to be inserted when I push a button and true case is executed, the false case is executed when the vi is running but controls are idle. I basically need an alternative solution to creating an array of paths.
This all seems very overwhelming, but it's the best I could explain. Please take what you can from it and feel free to ask questions so I can better explain the shades of grey.
Message Edited by Steve.Briggs on 10-19-2007 10:33 AM