Hi there
I have a project requiremnt to use motion controller and python
I am considering Parker motion controller since i used them before
Is there a way to use comacrserver with python pycharm ide
Thanks
Hi there
I have a project requiremnt to use motion controller and python
I am considering Parker motion controller since i used them before
Is there a way to use comacrserver with python pycharm ide
Thanks
To my recollection there is a 3rd party library that allows use of python but it is not well maintained, nor do I advise it's use.
Instead, something simpler for your case. You can open a TCP socket and open up port 5002 on the ACR7000 controller. Sending ASCII commands down directly to the controller, bypassing ComACRServer.
Controllers - Integrated Motion Controllers - ACR7000 from Parker Hannifin (parkermotion.com)
Edit: You will need to parse ASCII on the way out of the controller.
Here is the link to the ethernet specification for the ACR products. You will need to build your own communication server to work with it.
Here is the link to the ethernet specification for the ACR products. You will need to build your own communication server to work with it.