Hi all,
I’m having some trouble with the following.
I have a process node in which I create a product, on which I send a signal (laars_binnen) to a phython script.
When the python script receives this signal, I look for the product in the node’s container, and I want to assign certain properties to this product.
After assigning, I send a signal back (waardes_aangepast), after which the node can transport the product:
This works perfect, however, every loop in the python scripts has significant effect on the simulation time. I can narrow it down to this:
Is there a more efficient way of doing this?


