|
DIATwin Python API
|
Classes | |
| class | ErrorCode |
| The ErrorCode list and description. More... | |
| class | DT_CommandType |
| List of statement types. More... | |
| class | ControllerType |
| Type of robot controller. More... | |
| class | ImportHint |
| Type of import component. More... | |
| class | SimulationAction |
| class | Component |
| class | Robot |
| class | FileHandler |
Functions | |
| decodeFeedbackData (packet_bytes) | |
| Decode the feedback data from socket. | |
| recv_all (sock, length) | |
| recv_packet (sock) | |
| connect () | |
| Initialization API and connection. | |
| IsBusy () | |
| Determine if the system is busy. | |
| getRobotList () | |
| Retrieve the list of all current robotic arms.s. | |
| getComponentList () | |
| Retrieve the list of all current component. | |
| setSlotInterface (parentSlot, childSlot) | |
| Link the specified slot parent and slot child. | |
| unsetSlotInterface (parentSlot) | |
| Disconnect the specified slot parent. | |
| getCoordinateSystem (uuid) | |
| Get the component coordinate. | |
| simulationRun () | |
| Run simulation in DIATwin. | |
| simulationReset () | |
| Reset simulation in DIATwin. | |
| getSimulationStatus () | |
| Get simulation status in DIATwin. | |
| getIOTable () | |
| Get IO map list. | |
| disconnect () | |
| Disconnect the connection. | |
| DIATwinAPI.connect | ( | ) |
Initialization API and connection.
| DIATwinAPI.decodeFeedbackData | ( | packet_bytes | ) |
Decode the feedback data from socket.
| data | the data from socket. |

| DIATwinAPI.disconnect | ( | ) |
Disconnect the connection.
| DIATwinAPI.getComponentList | ( | ) |
Retrieve the list of all current component.

| DIATwinAPI.getCoordinateSystem | ( | uuid | ) |
Get the component coordinate.
| component | The component to take coordinates. |
| DIATwinAPI.getIOTable | ( | ) |
Get IO map list.

| DIATwinAPI.getRobotList | ( | ) |
Retrieve the list of all current robotic arms.s.

| DIATwinAPI.getSimulationStatus | ( | ) |
Get simulation status in DIATwin.

| DIATwinAPI.IsBusy | ( | ) |
Determine if the system is busy.

| DIATwinAPI.recv_all | ( | sock, | |
| length ) |

| DIATwinAPI.recv_packet | ( | sock | ) |


| DIATwinAPI.setSlotInterface | ( | parentSlot, | |
| childSlot ) |
Link the specified slot parent and slot child.
| parentSlot | The specified slot parent. |
| childSlot | The specified slot child. |

| DIATwinAPI.simulationReset | ( | ) |
Reset simulation in DIATwin.

| DIATwinAPI.simulationRun | ( | ) |
Run simulation in DIATwin.

| DIATwinAPI.unsetSlotInterface | ( | parentSlot | ) |
Disconnect the specified slot parent.
| parentSlot | The specified slot parent. |
