You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,21 @@
8
8
9
9
This guide will cover the setup and use of Vention’s MachineMotion™ Python Software Development Kit (SDK). After reading this guide, you will be ready to deploy custom motion and control applications using Vention’s MachineMotion controller. Before you begin, we recommended reading the <ahref="https://www.vention.io/technical_documents/machine_motion_docs/vention_machine_motion_user_guide"target="_blank">MachineMotion Quick Start Guide</a> to get familiar with the technology.
10
10
11
-
## Typical System Overview
11
+
## Overview
12
+
13
+
The MachineMotion python SDK has been designed to allow user applications to execute:
14
+
15
+
>- internally to MachineMotion; or
16
+
>- on an external computer connected to MachineMotion via the USB or Ethernet port.
17
+
18
+
The Python SDK includes the following core features:
19
+
20
+
>- Simplied interface to all MachineMotion functionality
21
+
>- Control of one or multiple MachineMotion from a single program
22
+
>- Direct access to the internal motion controller via gCode
23
+
24
+
25
+
---
12
26
13
27
Many systems are built by centralizing application-level software on a host computer. The software interacts with various devices (such as robotic devices, sensors, proprietary products, and data acquisition equipment) and delivers the required application behavior (see Figure 1).
0 commit comments