enable

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

enable v14.0.1

Enables the machine

In pins 6 + flow
  • flow
    flow
  • connection required
    dobotconnection
  • Load (kg)
    float

    Load weight. The value range should not exceed the load range of corresponding machine models

  • Center X (mm)
    number

    Eccentric distance in X direction, range: -999~999, required when using check_load

  • Center Y (mm)
    number

    Eccentric distance in Y direction, range: -999~999, required when using check_load

  • Center Z (mm)
    number

    Eccentric distance in Z direction, range: -999~999, required when using check_load

  • Check Load
    condition

    Whether to check for load, the machine will check wether the actual load is consistent with the set load. Will disable is not matching.

Out pins 3 + flow
  • flow
    flow
  • connection
    dobotconnection
  • enabled
    condition
  • error
    value

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

Studio canvas example for the enable block: typical wiring for enable.

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