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
🔗 Also available in **[🟦 .NET](https://github.com/underautomation/UniversalRobots.NET)** & **[🟨 LabVIEW](https://github.com/underautomation/UniversalRobots.vi)** & [🧊 Unity](https://github.com/underautomation/UniversalRobots.Unity)
12
11
13
-
14
12
[](https://underautomation.com)
Remote control the robot : load, play, pause, and stop a robot program, power on and off, release brake, shutdown, ...
145
-
```py
152
+
153
+
```py
146
154
# Create a new robot instance
147
155
robot = UR()
148
156
@@ -171,10 +179,12 @@ state = robot.dashboard.get_program_state()
171
179
```
172
180
173
181
### XML-RPC
182
+
174
183
From your robot program, remote call a function implemented in your .NET program. For example, this allows you to request a position resulting from image processing.
175
184
176
185
Robot code (URScript) :
177
-
```ruby
186
+
187
+
```ruby
178
188
# Connect to the SDK and specifie the IP and port of the PC
Manipulate files and folders of the robot via SFTP (Secure File Transfer Protocol) : download to the robot, import from the robot, rename, delete, move, list files in a folder...
This SDK is a commercial library and a license *must* be purshased. Once acquired, any application you develop can be delivered to an unlimited number of customers without royalties and without recurring subscription.
316
337
317
-
More information : [https://underautomation.com](https://underautomation.com)
338
+
This SDK is a commercial library and a license _must_ be purshased. Once acquired, any application you develop can be delivered to an unlimited number of customers without royalties and without recurring subscription.
318
339
340
+
More information : [https://underautomation.com](https://underautomation.com)
0 commit comments