Table of Contents

set () servo angle to () in () ms

set servo angle

Description

Set () servo angle to () in () ms block is a stack block available in Robotic Arm extension for evive and other Arduino boards. The block sets the value of the servo by the value you enter. Whereas the angle of other servos remains the same.

Input Parameters

  1. Drop down to choose between base, link 1, link 2, rotational, and gripper servo.
  2. The angle between 0 to 180 to which you want to set your servo.
  3. Time is taken to set the angle.
evive Notes Icon
Note: This block is available in both Stage and Upload mode.

Example

In this script, we will make displaying the angle of the gripper by controlling the servo angle using the potentiometer of evive.

  1. Set the gripper to the value obtained from evive’s potentiometer 1.
  2. Displaying the angle obtained on evive’s screen.set servo angle example

Example

There are no examples documented for this article.