02-26-2010 06:02 AM
Hello,
does anybody know if there are drivers available to control a Parker servo motor with Compax 3 drive through labview using the RS232? If yes, where can i find them?
Thanks!
02-26-2010 07:11 AM
05-28-2010 01:16 PM
05-28-2010 02:37 PM
06-01-2010 07:18 AM
02-01-2011 01:43 PM
Hi Brian,
I also have a Parker Compax3 controller that I would like to drive with LabVIEW via the RS232/485 com port with serial commands. The Compax3 is configured to function as an I12T11 model. Can you send me any LabVIEW example code that you may have available to help me get started? We are working with the FieldPoint and compact DAQ families. Thanks,
Luke
02-01-2011 02:32 PM
Luke-
Everything I have for the Compax3 and Labview I have posted here. I believe there is another thread that gives some more information about it.
Brian
09-13-2013 01:12 PM
Hello!
Actually I do it using the analog input port. My motor/driver follows a tracking of velocity. I guess there's a simple solution for your problem.
1-Open the example of LabView BASIC SERIAL WRITE AND READ
2-Find out the code command for setpoint (In my case, sepoint for velocity, it is [681.10])
3-Write in serial port the code command with "2O" and "\r" after. For example, in my case, it is 2O681.10\r
Note: Before anything the driver must setup manually for the correct method of control, it is, torque control, velocity control or position control.
I hope it helps
Alessandro Santos de Lima
Industrial Engineer - Electronic/Researcher
LNDC/PEMM/COPPE/UFRJ
08-13-2014 11:21 AM
I realize this is an old thread, but I built this driver for a project that I was working on and thought it could help someone out in the future.
This just reads the objects based upon the codes starting on page 211 of this manual I started to incorporate some level of error handling, but ran out of time.
04-29-2021 04:43 AM
The future is now. Thank you!