Hello!
My Robotic system consist of a KR60-3 Robot with an external axis (MG_480_180_30 Motor). External Axis is mounted on a Rotary Table and therefore it is set to form asynchronous, uncoordinated movement of the table with desired speed.
I wish to design a program that reaches the desired RPM of axis E1 as a function of time (i.e. the rotational speed should ramp up or ramp down wrt to time defined by user)
I have set E1 as asynchronous.
I use $VEL_EXTAX[1]=<value>
ASY_PTP(<Value>)
by changing the $VEL_EXTAX[1] between the program i get a message "Value is inadmissible"
Kindly help me with the right set of codes.
Thanks.