Dorna Document

Dorna Document

  • GitHub
  • Dorna.ai

›Commands

Commands

  • Introduction
  • JSON format
  • Messages
  • Order of commands
  • Joint move
  • Rapid move
  • Line move
  • Circle move
  • Halt
  • Alarm
  • Sleep
  • Input
  • Probe
  • Output
  • PWM
  • ADC
  • Joint
  • Motor
  • Tool length
  • Version

Version

{"cmd":"version", ...}

This command returns the version of the firmware.

Key, value pairs

KeyValueRequiredDescription
"cmd""version"YesReturns the version of the firmware.
"id"Int (>0)NoId can be any positive integer. If id is not provided, status of the command will not be returned from the controller.

Response

KeyValueDescription
"cmd""version"In response to version command a response is returned with cmd field set to version which includes the current version of the firmware.
"id"Int (>0)Same id as the original command.
"version"Int (>0)The current version of the firmware.

Example

{"cmd":"version", "id":10}

This command will return the firmware version:

{"cmd":"version", "version" : 102, "id":10}

Error codes

StatValue
-300Halt already in process
-400Alarm activated
Last updated on 7/12/2022
← Tool length
  • Key, value pairs
  • Response
  • Example
  • Error codes
Dorna website →
Copyright © 2022 Dorna Robotics