set coordinates

This block is part of the dobot group and was last modified in core v14.0.1.

set coordinates v14.0.1

Moves the machine into the given coords using joint motion. When you're using a 4 joint machine, the last 2 joints will be ignored.

In pins 13 + flow
  • flow
    flow
  • connection required
    dobotconnection
  • X required
    float
  • Y required
    float
  • Z required
    float
  • Rx required
    float
  • Ry required
    float
  • Rz required
    float
  • user coordinate
    number

    Number of the user coordinate system

    Default 0

  • tool coordinate
    number

    Number of the tool coordinate system

    Default 0

  • acceleration rate
    number

    Percentage of acceleration, range: 0~100 • Max: 100

    Default 20

  • velocity rate
    number

    Percentage of acceleration, range: 0~100 • Max: 100

    Default 50

  • continuous path
    number

    Continuous path rate, range: 0~100 • Max: 100

    Default 100

  • linear mode
    condition

    Moves to the coords in linear mode

    Default false

Out pins 3 + flow
  • flow
    flow
  • connection
    dobotconnection
  • finished
    condition

    Indicates if the machine has reached the given destination

  • error
    value

A typical wiring for set coordinates: a function trigger starts the flow; open connection feeds the connection pin; the flow out pin feeds debug.

Studio canvas example for the set coordinates block: typical wiring for set coordinates.

Version history

Introduced in v14.0.1.


Back to dobot Return to the main group to view all sub-groups Back to dobot Return to the group to view all blocks within this group