05-18-2010 07:33 AM
interfacing with labview wrote:Hi,
In my project i want to use state machine for running a step motor...... how to do it can u pls tell the description , tutorials or videos
Can you describe the state machine that you want to implement and we can show you the equivalent code in LabVIEW.
05-18-2010 09:31 AM
Hi,
The project actually goes like this.
1) starting the step motor , i.e home position.
2) we have a solar cell, v r scanning using a laser beam..... the step motor should stop in on each cell and measure the solar cell and move on to next ssolar cell...
3) if solar cell layout scanning in the 1st row is complete , then it should go to next row and start scaning.
4)after finishing the scanning , it should again go back to home position
10-07-2010 12:56 PM
Can anyone tell me how to autostop(not using stop button) a loop, After every iteration it has to increment the array and compare with a size of the array. Pls reply asap.
10-07-2010 01:07 PM
Using the stop conditional terminal of the loop.
Do you have a while loop for a For Loop? Please post some real details or even a screen shot of your code so we can see what you are working with.
10-07-2010 01:18 PM
@interfacing with labview wrote:
Can anyone tell me how to autostop(not using stop button) a loop, After every iteration it has to increment the array and compare with a size of the array. Pls reply asap.
In a while loop, there should be a little red stop sign in the bottom corner (or a green arrow going in a circle).
That is the conditional the controls if the loop continues.
You need to do some type of boolean test and wire the result to this conditional.