Command 755: Acquires the setting value of the allowable motion area by specifying the upper limit position
Acquires the motion range area upper limit position.
Command Syntax
| bit | Name | Description | |
|---|---|---|---|
| Parameter 1 | 15 | coordinateSelection | Specifies the coordinate. 0 = X 1 = Y 2 = Z |
| 14 | |||
| | | |||
| 1 | |||
| 0 |
Response Syntax
| bit | Name | Description | |
|---|---|---|---|
| Response 1 | 15 | coordinateSelection | Returns the specified coordinate. 0=X 1=Y 2=Z |
| 14 | |||
| | | |||
| 1 | |||
| 0 |
| bit | Name | Description | |
|---|---|---|---|
| Response 2 | 15 | upperLimit High-order word | Returns the upper limit coordinate where the Manipulator may travel as the actual value × 1000 converted to a 32-bit integer. High-order side 16 bit. |
| 14 | |||
| | | |||
| 1 | |||
| 0 |
| bit | Name | Description | |
|---|---|---|---|
| Response 3 | 15 | upperLimit Low-order word | Returns the upper limit coordinate where the Manipulator may travel as the actual value × 1000 converted to a 32-bit integer. Low-order side 16 bit. |
| 14 | |||
| | | |||
| 1 | |||
| 0 |
Description
Acquires the upper limit position of the motion range area for the selected coordinate.
The value will be returned as fixed-point data which validates to three decimal places.
Example
When setting with the following coordinates.
| X axis | Y axis | Z axis | |
| Lower limit position | 10.000 | 20.000 | 30.000 |
| Upper limit position | 200.000 | 100.000 | 100.000 |
| Command | Response |
02F3H 0000H 02F3H 0001H 02F3H 0002H | 02F3H 0000H 0001H 871BH 02F3H 0001H 0003H 0DBBH 02F3H 0002H 0004H 945BH |