Send commands to VC from a pc on the local network running linux?
mangekyo
✭
Using the code below on the same pc that is running robotstudio works. But how do I do it from a different pc? Is it possible at all?
import socket
client = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
host = '127.0.0.1'
port = 2222
msg = ''
client.connect((host,port))
print('Exit=Quit')
while(msg != 'exit'):
msg = input()
client.send(bytes(msg,'utf-8'))
client.close()
0
Categories
- All Categories
- 5.5K RobotStudio
- 394 UpFeed
- 18 Tutorials
- 13 RobotApps
- 297 PowerPacs
- 405 RobotStudio S4
- 1.8K Developer Tools
- 249 ScreenMaker
- 2.7K Robot Controller
- 309 IRC5
- 59 OmniCore
- 7 RCS (Realistic Controller Simulation)
- 785 RAPID Programming
- AppStudio
- 3 RobotStudio AR Viewer
- 18 Wizard Easy Programming
- 105 Collaborative Robots
- 4 Job listings