Lab 1: Intoduction to Roboplus Software



Roboplus
RoboPlus is software to create a customized program for every ROBOTIS product.
Roboplus can installed at the following link
http://www.robotis.com/xe/download_en/40595
Roboplus includes following two key features

  1. Roboplus Task
  2. Roboplus Motion

Description: C:\Users\Manoj\Desktop\robotics\Capture1.JPG

 

Roboplus Task:
Roboplus Task is a computer program which consists of instructions to control robot's actions. Assembling a robot is one part, but the most crucial part is writing a program to make a robot work accordingly. For all the labs Roboplus provides a program in .tsk format which can uploaded into CM 510 (Servo Controller) using RoboPlus software.  

All the labs in this manual have programs written to perform specific tasks and they can be found at

http://support.robotis.com/en/

Task code will have a file with .tsk extension and can be opened with Roboplus.

Description: C:\Users\Manoj\Desktop\robotics\Capture2.JPG

Steps:

  1. Download the .tsk file
  2. Open the .tsk file using Roboplus software.
  3. Connect CM 510 to the computer with the kit provided.(explained later in this manual)
  4. Choose the correct COM port. (Microsoft dynamically updates its drivers for a particular port)
  5. Download the program into CM 510 using download icon in the software. (Make sure that CM 510 is not in play mode)

 

Roboplus Motion:
In order for the robot to move, a motion file needs to be uploaded into CM 510. All the labs after lab 4 use motion files (.mtn) to move. A motion file is uploaded to CM -510 Servo controller similar to that as task file.

Getting ready to download .tsk code to the Robot

  1. Call the task code(*.tsk) from RoboPlus Task.
    1. You can open it by double-clicking the task code file.
    2. You can open it using Open File function of RoboPlus Task.
    3. You can open it by dragging & dropping on RoboPlus Task.
  2. Connect the PC and the Controller with USB2Dynamixel.
  3. Turn on the power of the controller. (Please refer to controller information on how to turn on the power)

Description: cm5_pc.png

Downloading Task Code

  1. Connect the controller before downloading the task code.
    To download the task code, the controller must be connected to the PC. (Please refer to controller information for information on how to connect the controller to the PC.)
     
  2. Select the correct COM port (if you know) or else use the "Automatic Search" function  to easily find out the appropriate port.

    Description: select_port.png

    If the chosen communication port is being used by another program, you must first find and stop the program.
    Description: select_port_in_use.png

    If RoboPlus Task is unable to find a controller, the following error message will be shown. 
    Description: cannot_find_controller.png
    1. Check if the controller is connected to the PC. (See controller information on how to connect the controller.)
    2. Check if the controller is turned on.
    3. Check if the correct communication port was chosen.
       
  3. Select the download menu
    Description: download_button.png
    If the program has an error, you must find the error and correct it. (See "rule check error messages")
     
  4. Download the program
    Description: download_progress_bar.png
    If the downloading fails, it will automatically try again from the beginning.
     
  5. Execute the task code and your robot will move
    Turn on the controller and execute the downloaded task code.  (Please refer to each controller information to learn how to execute the task code.)