02-02-2010 11:41 AM
Hi all:
I am pretty new to labview and have some basic questions about the motion control.
I am using motion assistant to generate a vi including a 3D reference move and 3D straight line move.
My first question is:
It looks like the velocity and the acceleration in reference move does not do anything. No matter how I changes the number, the finding home movements always follow the straight line velocity and acceleration settings. (I do know that the finding home velocity is actually 10 or 20 percents of the setting velocity)
Second question:
How to set the soft-limit in this motion control? I choose "Load software limit positions" function from flexmotion and it looks like not working...Maybe I put them in the wrong place.. Would you please take a look at it?
Third:
From the motion assistant, I could easily jog (manual control) the movement, monitor the movement with a 3D graph, but in the generated VIs, I can't do that. Could you please tell me how to generate a vi with those manual control settings and those graphical monitors?
Thank you very much
Below is the attached Zip file including a simple modified motion vi and its subvis.
02-03-2010 12:35 PM
02-03-2010 02:17 PM
Hello~!
1. From the VI, it seems that the velocity and acceleration are specified by Move Constraints-Count Step VI.
2. What is the SW limit you have setup? The SW Limit uses position count/step read by the controller and it has to be within –(231) to +(231–1)
3. Jog Mode can be implemented by setting the operation mode for an axis or vector space to velocity control. Velocity control is a simple variation of trapezoidal position-based control.
02-04-2010 10:44 AM
Hello Andy:
Thank you for your help.
1st, there are two velocity and acceleration controls in the vi. And it looks like only the control related with the straight line move is related with the reference move. I don't know why do we need the another control for the reference move since it does not work at all?
2nd, Actually I set the SW limit to 2000 counts. The number you saw is the default number.
3rd, I will try your method.
Thanks again
02-05-2010 10:51 AM
02-08-2010 11:21 AM
Hi Andy:
In my vi I actually have specified the x axis for limit software position.....
Thank you very much