Codepark

How can i control servo motor?

3 posts in this topic

Hello from korea :)

 

actually i am new to company which i do freelancer job

and i am not used to dealing machine with sysmac studio its hard to make things perfect...

 

its just simple thing move servo motor..

you can check my situation more closer if u see the picture that i uploaded

 

i think control servo motor By function named MC_MoveAbsolute4(Axis,execute, parameters......)

i just use that function by put them in while loop so that i can check the move of motor but nothing happen lol

 

What can i do!

BD63E5FA-2AF2-438F-B29C-9D827F348AB4.jpeg

Share this post


Link to post
Share on other sites

You're commanding an absolute move to zero, so if you are at zero, the move is already done when you trigger it.  Need to give it a target position.

You can also use MC_MoveRelative to make a relative movement.

1 person likes this

Share this post


Link to post
Share on other sites

thank you for reply,,, shame on me i read the servo moter manual... haha...

that was not a problem

thank u crossbow!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now