LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Square teeth movement control

Hi all,

I am new to labview, using labview 8.5.
I want to use Labview to control LANG MCL-2 stepping-motor controller. I managed to get the "square teeth" movement where the movement should be in steps and with each step a measurement should be done, but the problem is I can't figure out a proper condition to apply so the movement will be finished automatically.
Also when the move on X axis is done then on the Y axis, I get a one step backward before it continues regularly, I also want to get rid of this backward step.
Any ideas?!

thnx for help in advance.
Senan

0 Kudos
Message 1 of 10
(3,783 Views)

@Theone2222 wrote:

I want to use Labview to control LANG MCL-2 stepping-motor controller. I managed to get the "square teeth" movement where the movement should be in steps and with each step a measurement should be done, but the problem is I can't figure out a proper condition to apply so the movement will be finished automatically.


What have you coded so far, can you share your code??

Should not condition be, count the total steps and as you already know the steps/revolution, you should determine when to stop measurement...??


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


0 Kudos
Message 2 of 10
(3,764 Views)

I included what I have coded so far. it might be wrong approached...

0 Kudos
Message 3 of 10
(3,758 Views)

Dependencies are missing...!!

Missing SubVIs (Square Teeth XY-motion)


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


0 Kudos
Message 4 of 10
(3,747 Views)

ah yes. they r sub VI's related to the lang steppermotor. how can I include them here?

0 Kudos
Message 5 of 10
(3,726 Views)

basically all those sub VI's do is to read the command nad put it into actions -mainly steps in X or Y directions- or start and finish the connection with the motor...

0 Kudos
Message 6 of 10
(3,719 Views)

those are the missing VI's

0 Kudos
Message 7 of 10
(3,677 Views)
0 Kudos
Message 8 of 10
(3,676 Views)

more

Download All
0 Kudos
Message 9 of 10
(3,673 Views)

Those are all the dependencies needed but I edited the main VI to this one

0 Kudos
Message 10 of 10
(3,672 Views)