Cobots & Robotic Arm
Motion Commands - Servo Commands
4/4/26
Upload Date:
Duration:
PT03M13S
Video Transcript
0:03
This video explains how to use a robot
0:06
servo commands.
0:08
Create a new program in robot manual
0:10
mode. Select servo to enter the servo
0:13
command interface.
0:15
Servo commands are categorized into
0:17
absolute position, base coordinate
0:20
offset, and tool coordinate offset.
0:23
In absolute position mode, enter the
0:26
cartisian coordinates of the robot's
0:28
target position. the execution interval
0:30
to run the program.
0:34
Proportional coefficient, percentage of
0:36
acceleration, percentage of velocity.
0:39
Neither the filter time nor the
0:41
proportional gain parameters are enabled
0:43
during servo motion. Servo control
0:45
operates in an incremental manner, which
0:48
makes it easier to schedule the timing
0:50
of the control cycles.
0:57
First, retrieve the robot's current
0:59
position.
1:02
Create a loop command.
1:05
Determine whether the retrieved X
1:07
coordinate is a numeric value.
1:12
X auto increment.
1:20
Set the loop weight time.
1:32
Generate a solar card command and enter
1:35
with Z RX Re.
1:39
The dispatch interval is the time it
1:41
takes for the robot to reach that point.
1:48
Program demonstration.
2:01
Create a new sample program.
2:07
Select base coordinate offset and enter
2:09
an offset value based on the current
2:11
position. The product of the scale
2:13
factor and the offset is the actual
2:15
displacement.
2:18
Use a loop with a limited number of
2:19
iterations to determine the offset
2:21
position.
2:28
Program demonstration.
2:37
Create a new sample program.
2:51
base coordinate offsets and tool
2:53
coordinate offsets are used in the same
2:55
way.
3:02
program demonstration.
3:07
That concludes the section on robot
3:09
servo commands. Thank you all.