01-31-2008 05:13 AM
02-01-2008 05:43 PM
02-01-2008 08:29 PM
Hi Carlton,
Thank you for your reply. I used PID VI's in labview. I manually tuned in step response of (MAX) and used the optimal PID setting for controlling force (torque). Honestly, I didn't know that I can make use of onboard PID. I attached the screenshot of my VI blockdiagram.
If I don't need to use more than one drive, how could I achieve in controlling position and force? Can I use blend move in VI for that purpose?
One more problem is in force control, PID setting requires to be finetuned again whenever increasing applied force more than the test force in step response of MAX. How can I encounter it?
Thanks again.
Myo
02-05-2008 10:38 AM
02-09-2008 09:13 PM
Hi Sherrie R,
Thanks for your reply and advice. I found it very useful for my application.
Can I ask you one more thing? I used this VI to control torque only using analog feedback from load cell. But, if I want to control position only, I must get the feedback from encoder. In each control, I allowed Command Volt to a motor drive.
What I am confused is if I want to control both position and torque with one motor, is it possible? Therefore, I had a question about the blended move in previous message. If it is possible, how should I do?
Thanks again. 🙂
Myo
02-11-2008 01:32 PM
Hello myo,
An option you have for a blended move is to run the application in position mode using the encoder as the main feedback signal, and continually check the load cell using the Read ADC VI that Sherrie mentioned. With the 7350 you can change feedback on the fly, and by that I mean you can switch between two feedback signals without disabling the axis. Since you cannot use both feedback signals at the same time, you can monitor them both and determine which to use. You can switch them by using the Config Axis Resources VI (refer to the Context Help for the details on using this VI). You can also use a different control loop for each feedback, which you can set in MAX under the Control Loop settings. On Control Loop 2, there is an option that is named "Control Loop Parameters Condition" that you can set to your analog feedback, while the Control Loop 1 settings are for your encoder feedback.
02-13-2008 06:28 AM
Hi Carlton,
Thank you for help. I will try as you suggested and feedback you if there is a problem.
Myo
05-19-2009 10:33 AM
Hi Myo,
I happend to come across this discussion when searching for help with my application. It seems very similar to yours. I am trying to run my motor with torque feedback. The control value is a TEDS voltage from TRT-100 torque cell. I want my motor to toggle states at a constant RPM if my DAQ voltage (Starting value is +5 V = 0 in-lb) is in between the upper (+6 V = 20 in-lb) and lower limits (+ 4 V = -20 in-lb). I am trying to implement this in state machine logic. I am attaching the vi for your kind reference. Can you help me?
Thanks.
Sasi.
08-27-2015 01:45 AM
Hello Friends,
I have some queries..
I am also working with PXI 7350 motion controller and UMI 7764 with AKD Servo Drive and AKM Servo Motor.
I want to measure feedback torque with different loads and also want to measure feedback current using labview.
but i got continuous fluctuation in current value. please suggest me how to do it....