ClearCore JSON API (X-Z Motion)
Table 1. JSON commands, currently set in the program (10 May 2024)
Command | Action | Examples: Message sent to ClearCore and a response, received from ClearCore |
---|---|---|
| Moving the carriage to home position on X-axis. | Sent to ClearCore:
Immediate feedback from ClearCore: When homing on X-axis is finished, ClearCore sends one more message: |
| Moving the carriage home position on Z-axis. | Sent to ClearCore:
Immediate feedback from ClearCore: When homing on Z-axis is finished, ClearCore sends one more message: |
or
| Moving the carriage to home position on both X- and Z-axes. Pay attention: for camera safety homing on Z-axis is always performed first. This means, the camera goes up first (home position) and after that homing for X-axis takes place. | Sent to ClearCore:
Immediate feedback from ClearCore: When homing on Z-axis is finished, ClearCore sends message: The same moment, ClearCore sends: When homing on X-axis is finished, ClearCore sends message: Pay attention: an immediate response from ClearCore is only about receiving z:home message. After completion of Z-homing, ClearCore sends message about receiving x:home and performs X-homing. |
| Movement on X-axis. A distance must be non-zero. Distances equal to zero are ignored. | Sent to ClearCore:
Immediate feedback from ClearCore: When movement on X-axis is finished, ClearCore sends a feedback message: |
| Movement on Z-axis. A distance must be non-zero. Distances equal to zero are ignored. | Sent to ClearCore:
Immediate feedback from ClearCore: When movement on Z-axis is finished, ClearCore sends a feedback message: |
| Movement on X- and Z-axes. Distances must be non-zero. Distances equal to zero are ignored. Two movements will be performed simultaneously. | Sent to ClearCore:
Immediate feedback from ClearCore (two separate UDP messages sent at the same time):
When both movements are finished, ClearCore sends two separate UDP messages:
Pay attention: the two separate messages about the finishing of both movements are sent the moment when both movements are finished. These two messages are sent at the same time. |
| When, during a movement on the X-axis, a Negative Limit sensor is reached, ClearCore stops the movement, sends a message about reaching the Limit sensor and a message about finishing the movement. The same logic is implemented for the Positive Limit sensor on X-axis and for Negative and Positive Limit sensors on Z-axis.
| A movement sent to ClearCore:
Immediate feedback from ClearCore:
In the process of performing this movement, a Negative Limit sensor (on X axis) is reached. ClearCore sends two messages, the first message about reaching the Limit sensor:
and the second message about finishing the movement:
|
To be added text description.