Hi @RamonSanchez
Would a cvs file be ok for you?
We have an application package that allows saving any variable to a csv file on a computer.
Check here for details, you can download the application package and you'll find a pdf explaining how to use it.
Hello,
Would it be possible to have a UR10 write a .txt file?
I'll put an example:
Robot Program
stop_timer ≟ True
Loop 120 times
stop_timer ≟ False
Waypoint1
Waypoint 2
Waypoint 3
sum_lap_s≔sum_lap_s+timer
Thread 1
I would like to have a .txt after every loop of 120 laps indicating the result of the variables (what interests me the most is the average time of all laps).
Thanks,
Ramón