Hello
I am currently using kuka.sim 4.3 and have a KRL project imported. The KRL programs seem to run in kuka.sim when selected and executed individually.
There is a cell.src script which seems to look for an external controller (possibly a PLC) to give a PG.NO to run
Question : Is it possible to expose KRL variables in a KRL program to a python script for a component and also modify it during simulation (or) connect to the signals in the config.dat and read its output in a python script.
It would be great to be able to read and write to KRL variables from a python script. in the case below the PGNO variable inside of getting it from L83.
Could anyone provide an example to read and write to a KRL variable in a KRL program via a python script please? or if its even possible?
Thanks in advance