March 13, 200323 yr Hi,For anyone looking for a timer, here's a very simple solution:(L:Timer,bool) ! (>L:Timer,bool) Put this in a seperate gauge, then you can use (L:Timer,bool) which is toggled once a second to count or do something else.regards,Franz
March 14, 200323 yr Hi,Can you give an example??http://community.webshots.com/storage/1/v4...75aouncN_th.jpg Jan "Beatus ille qui procul negotiis..."
March 14, 200323 yr Yeah, I've built that into my annunicator panel: When the battery or generator are turned on the first time, then the lights lit up for 5 seconds...(A:Circuit general panel on, bool) 0 == if{ 0 (>G:Var9) 0 (>L:Warn,number) } (A:Circuit general panel on, bool) 1 == (L:Warn,number) 7 < && if{ (L:Timer,bool) (G:Var9) == if{ (L:Timer,bool) ! (>G:Var9) (L:Warn,number) 1 + (>L:Warn,number) } } (L:Warn,number) 5 > ...regards,Franz
Create an account or sign in to comment