Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Using python libraries while online programming a KUKA robot

#1
Hi,

I want to control the serial port of my computer with pyserial while running a robot movement in one python script.

For example,

MoveJ(Position[1])

ser = serial.Serial(0)
ser.rts(False)

MoveJ(Position[2])
  




Users browsing this thread:
1 Guest(s)