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:
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]")