Create Component by Signal

Hello,

This thread is pretty old (6 years) but I can try to answer anyway.

First let’s create a new component and give it some behaviours and link them properly, for example component creator with container and then link creator’s output to the container.


Then python script and a signal connected to the python script.

image

We are then setting the limit to 0 (as per instructed by the help file) to disable internal logic. Then with signal toggle we are setting the limit to 1 to allow the creator to run.

br
lefa