Hello,
I am trying to produce a door in wall which should open after 5 seconds after the start of simulation, and close again after another 5 seconds. The purpose is to simulate the opening and closing of a door by people, and letting the smoke in.
This problem should be easy, and I just used the code from the User Guide:
&HOLE XB=0.4,1.4,-5.4,-5.6,3.2,5.2, COLOR='RED', DEVC_ID='timer1' /
&HOLE XB=0.4,1.4,-5.4,-5.6,3.2,5.2, COLOR='GREEN', DEVC_ID='timer2' /
&DEVC XYZ=1,-5.6,3.8, ID='timer1', SETPOINT=5., QUANTITY='TIME', INITIAL_STATE=.FALSE. /
&DEVC XYZ=1,-5.6,3.8, ID='timer2', SETPOINT=10., QUANTITY='TIME', INITIAL_STATE=.TRUE. /
However, my door opens after 5 seconds and never closes again. Anybody has idea, what could be wrong?