Skip to content
firepick1 (localhost) edited this page Dec 2, 2016 · 1 revision

HTTP REST motion control service

The /position REST service provides access to a FireStep motion controller

Supported Protocols

➡️ GET /position/model

Return JSON model of FireStep controller. Model attributes include:

  • available is true when available
  • mpo is machine position
  • id is machine identification
  • etc.
⬅️ POST /position

Execute JSON FireStep request and return JSON response.

➡️ GET /position/history

Return JSON array of most recent request/response pairs

Reserved Protocols

The following URLs are reserved for future use as REST protocols

  • POST /position/model

See Also