(06-04-2020, 02:30 PM)Albert Wrote:The simulation time is a global variable (not item specific). You should use it like this:
Code:time_seconds = RDK.SimulationTime ()
I tried like that and the code send me this error:
time_seconds = RDK.SimulationTime ()
AttributeError: 'Robolink' object has no attribute 'SimulationTime'