
adccommunitymod (AutomationDirect) asked a question.
stepper motor jog using dl05
Created Date: May 27,2009
Created By: parisot
**** This post has been imported from our legacy forum. Information in this post may be outdated and links contained in the post may no longer work.****
I need to make program that will allow me to jog a stepper motor forward and reverse. From what I read in the manual, I need to load K0 into V2321 to go clockwise and to go counter clockwise I need to load K80000000 into V2321. Am I able to just change the value that is stored in V2321 to accomplish this or am I going at this the wrong way? Thanks in advance
Created Date: May 27,2009
Created by: milldrone
I need to load K80000000 into V2321. Am I able to just change the value that is stored in V2321 to accomplish this
To load K80000000 into V2321 you will have to use a LDD (load double). V2322 will contain "8000 " and V2321 will contain "0000 "
Created Date: May 27,2009
Created by: parisot
I need to make program that will allow me to jog a stepper motor forward and reverse. From what I read in the manual, I need to load K0 into V2321 to go clockwise and to go counter clockwise I need to load K80000000 into V2321. Am I able to just change the value that is stored in V2321 to accomplish this or am I going at this the wrong way?
Thanks in advance