I’m trying to run my grasshopper canvas in a batch mode. But, I have some trouble with syncronizing of my system. Therefore, I want to set some conditions in the system. So I can control the sequence in the system.
My question is, how I can put a condition for example in a simple system like in the image. The file should be only exported, when the calculation before is done and there is an closed brep in the component “solid volume”? Is it possible to do that?
thank you for your response. I used this method. But, my canvas send two times true in one computing and that disrupts synchronization in whole system. I didn’t really understand, what the problem is
Thank you Keyu for your help. Meanwhile, I found actually my problem. I’m using Data Input/Output, as you see in image. When I recompute my canvas, I got signal from another canvas later than my main canvas. Therefore, my canvas compute the file more than one time. I can put “wait until” at the end of my canvas, but I think I need something direct after Data Input/Output component. Do you have another suggestion?