WildCard Member 290 Mar 31, 2008 #1 How do I use a timer? I cant seem to get it to work, do i use it with a conditional branch?
regi Sponsor 12,716 Mar 31, 2008 #2 Timers count down. If you set it at 0, it won't work. Upvote 0 Downvote
WildCard Member 290 Mar 31, 2008 #3 What? Im not setting it at zero, but how do I use it? Just start timer? And then what? I do I make something happen when time runs out. Upvote 0 Downvote
What? Im not setting it at zero, but how do I use it? Just start timer? And then what? I do I make something happen when time runs out.
MapleCutter Member 155 Mar 31, 2008 #4 you need to use a conditional branch (timer >, =, or < #) when using a timer... Upvote 0 Downvote
WildCard Member 290 Mar 31, 2008 #5 Okay, but how would I set it up? Like this? 1. Timer start 10sec 2. Conditional branch (timer <=10) switch A is ON 3. Else Handler switch A is off Just to get a time limit on how long the switch is on? Upvote 0 Downvote
Okay, but how would I set it up? Like this? 1. Timer start 10sec 2. Conditional branch (timer <=10) switch A is ON 3. Else Handler switch A is off Just to get a time limit on how long the switch is on?
MapleCutter Member 155 Mar 31, 2008 #6 ok: 1. create an event with 2 pages. 2. Page 1: Start timer 3. Page 2 (parallel or autostart): Conditional branch like in your example below. Upvote 0 Downvote
ok: 1. create an event with 2 pages. 2. Page 1: Start timer 3. Page 2 (parallel or autostart): Conditional branch like in your example below.