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

getDI(io_var) for APIKUKA driver

#1
Please would you add getDI(io_var) to APIKUKA driver?
#2
We just updated RoboDK to support getting Digital Inputs for KUKA using the API (Windows versions only for now).

Also, for your information, you can use the GET driver special command to retrieve system and global KUKA SRC parameters. For example, to get the digital input number 4 you can do:

Code:
robot.setParam("Driver", "GET $IN[4]")
#3
(12-20-2021, 12:27 PM)Albert Wrote: We just updated RoboDK to support getting Digital Inputs for KUKA using the API (Windows versions only for now).

Also, for your information, you can use the GET driver special command to retrieve system and global KUKA SRC parameters. For example, to get the digital input number 4 you can do:

Code:
robot.setParam("Driver", "GET $IN[4]")

Great! Does it require a new version or RoboDKsync or version 35 is still functional?
#4
Is this now expected to work under linux? I just tried the following command with robodk 5.5.0 / apikuka / KukaVarProxy but it did not seem to work.

Code:
In [24]: robot.setParam("Driver", "GET $IN[1]")
Out[24]: ''


The following also did not work:
Code:
In [27]: robot.getDI("$IN[0]")
Out[27]: ''


I know IN[0] is hooked up correctly because I also have it triggering some behavior in the SPS.SUB script.

Thanks!
#5
Solved with https://robodk.com/forum/Thread-MoveL-fa...OS-invalid
Please read the Forum Guidelines before posting!
Find useful information about RoboDK by visiting our Online Documentation.
  




Users browsing this thread:
1 Guest(s)