03-29-2010 08:08 PM
I wanna to built a velocity profile. the maximum velocity and acceleration are being given, when a Position command is received, the program will generate a trapezoidal profile with the given maximum velocity and acceleration.
can i use a mat lab node to get the velocity and out put the position continuously?
if can not, is there any other to do it. Please help me out of this, thanks a lot!
03-31-2010 01:15 AM
03-31-2010 04:37 AM
can i use this VI to generate the position command profile with the real time as the X-axis, and used as the input to a close loop for positioning system?
03-31-2010 01:11 PM
04-01-2010 12:11 AM
04-05-2010 01:47 AM
04-05-2010 02:27 AM
Is it possible to built a velocity profile without using the motion controller??
i have tried the motion-version module, but many of the function contend the axis input which i think may need a motion controller to make it possible, so i didn't try this way too much.
So, if i can not built a velocity profile with the basic element in Labview, can i built with a motion_version and the motion assistant module? If it is possible, can you give me some kind of example?
04-05-2010 02:31 AM
I don't know which card you have so I cannot pin-point anything, but if you've M-series, you can use a counter to measure encoder speed, and distance.
Then, use PID to control output, and stop when position is reached, but this will not be precised, since it's software not hardware control like motion controller card.
There's no exact example available, but you can search through Help>>Find Examples for each function and merge them together to complete your project.
04-06-2010 07:53 AM
The NI card i am using is N6221 68PIN-
and i am right now using the CTR0 to read the encoder information, and another AI to read the tachometer input, a AO to send command to the motor, currently, i am being able to design a PID control algorithm to close the control loop. but in order to study the efficiency of the control loop! i have to generate a trapezoid velocity profile to generate the required position profile.
Is there any way to do this without a motion controller?
04-08-2010 04:01 AM