Motion Control and Motor Drives

cancel
Showing results for 
Search instead for 
Did you mean: 

How to tackle Forward limit active without stop running vi

how to tackle Forward limit active without stop running vi: Our robot is comprise of with 8 joint,to limit the robot work area we use the limit botton But now the problem is whenever the limit button is active the vi will stop. i had decompose the errot clust.But i doesnot work ,Is there any good method to solve this problem Thanks!!
0 Kudos
Message 1 of 5
(3,611 Views)
Please provide more information about the hard- and software you are using:

- NI-Motion board type
- NI-Motion software version
- LabVIEW version
- Simple example code that reproduces the problem

Best regards,

Jochen Klier
Applications Engineering Group Leader
National Instruments Germany GmbH
0 Kudos
Message 2 of 5
(3,611 Views)
Thanks for your answers.
the motion card is flexmotion 7344 card and driver is motion 6.0, lv 7.0
simple example is the " continue buffer motion"example can down from the ftp.ni.com.
waiting your answer
0 Kudos
Message 3 of 5
(3,611 Views)
Are you talking about the SHM_continuous.vi? This vi will stop whenever an error occurrs. Anyway - you should always react in your software on events like hitting a limit switch. You should use the "Read per Axis Status.flx" vi to find out that a limit switch was hit.

Regards,

Jochen
0 Kudos
Message 4 of 5
(3,611 Views)
My programme is not the same as this one but equal mostly.As u know this programme is while loop with high speed.I consider thought i react in software the loop must stop,but that is not allow in my system.
moreover plus too nod in while loop will reduce the loop speed.Is there anyother method i can try?
thanks!
0 Kudos
Message 5 of 5
(3,611 Views)