10-19-2022, 08:13 PM
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.
The following also did not work:
I know IN[0] is hooked up correctly because I also have it triggering some behavior in the SPS.SUB script.
Thanks!
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!