LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

interfacing of hardware with labview


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.

0 Kudos
Message 51 of 55
(989 Views)

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

0 Kudos
Message 52 of 55
(980 Views)

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.

0 Kudos
Message 53 of 55
(862 Views)

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.

0 Kudos
Message 54 of 55
(856 Views)

 


@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.

Cory K
0 Kudos
Message 55 of 55
(850 Views)