05-05-2016, 09:23 AM
Dear RoboDK staff,
I have learnt how to use Python in order to start multiple threads within the same simulation. Some "advanced" questions:
1) Is there a way to provide communication among the single threads? (For example, Thread1 invokes the start of Thread2 passing it some arguments)
2) Is there a way to start parallel tasks within the same thread? (I tryed with the Python multiprocessing module, but it seems not to work properly in the IDLE)
3) Is it possible to provide offilne programming to RoboDK simulations from remote?
Thank you in advance and congratulations for what you've developed
Federico
I have learnt how to use Python in order to start multiple threads within the same simulation. Some "advanced" questions:
1) Is there a way to provide communication among the single threads? (For example, Thread1 invokes the start of Thread2 passing it some arguments)
2) Is there a way to start parallel tasks within the same thread? (I tryed with the Python multiprocessing module, but it seems not to work properly in the IDLE)
3) Is it possible to provide offilne programming to RoboDK simulations from remote?
Thank you in advance and congratulations for what you've developed
Federico