Move function block
Move function block
	2 minute read
With the 
 move function block, you can move the robot by means of defining a path express in waypoints. You can assign a variables like points to waypoints. The robot can move to these waypoints in three different ways: linear, joint or circular. The path from one waypoint to another is called a segment and can be parametrized as described in the table below.
 
| Bar | Description | 
|---|---|
| Linear | If you select linearmode the motion between the specified waypoints is executed incartesian-space. | 
| Velocity | Here you can define the velocity 
of the linear movement inmm/s. | 
| Acceleration | Here you can define the acceleration 
of the linear movement inmm/s2. | 
| Rotational velocity | Here you can define the rotational velocity 
of the axis orientation indeg/s. | 
| Rotational acceleration | Here you can define the rotational acceleration 
of the axis orientation indeg/s2. | 
| Joint | If you select jointmode, the motion between the specified waypoints are executed injoint-space. | 
| Rotational velocity | Here you can define the rotational velocity 
of thejointsindeg/s. | 
| Rotational acceleration | Here you can define the rotational acceleration 
of thejointsindeg/s2. | 
| Circular | If you select circularmode, the motion between the specified waypoints is executed as acircular motionthroughout the waypoints. | 
| Angle | Here you can define the maximum allowable angle 
of the motiondeg. | 
| Velocity | Here you can define the velocity 
of the circular movement inmm/s. | 
| Acceleration | Here you can define the acceleration 
of the circular movement inmm/s2. | 
| Rotational velocity | Here you can define the rotational velocity 
indeg/sof theaxis orientationindeg/s. | 
| Rotational acceleration | Here you can define the rotational acceleration 
indeg/s2of theaxis orientationindeg/s2. | 
| General | In here you can assign a variable to the waypoint. | 
| Waypoint | A waypointis a variable like ageometric pointto which the robot can move, you can have multiple waypoints in one
 movefunction block. | 
| Smooth factor | With smooth factor 
you can smooth out the motion path between segments. This factor can be adjust in a range of 0 till 50%. | 
| Next segment velocity | With next segment velocity 
you can change the velocity for the next segment, the next segment velocity is defined as % of the parametrized initial velocity. | 
| Pressing 
button gives you the option todeletethefunction block. |