Zeiten
Resource contributor
- Messages
- 444
- Country
Hi.
Really need help with this one as I never really understood the timer thingy.
What I want is that the engines will fail whenever ITT temperatures is over 906 degrees from over 5 minutes.
Where do I add the timer?
Do I put the time into a variable and then set it of when that reaches 5 min?
Really need help with this one as I never really understood the timer thingy.
What I want is that the engines will fail whenever ITT temperatures is over 906 degrees from over 5 minutes.
Code:
(A:TURB ENG ITT:1, celsius) 907 > if{ (>K:TOGGLE_ENGINE1_FAILURE) }
(A:TURB ENG ITT:2, celsius) 907 > if{ (>K:TOGGLE_ENGINE2_FAILURE) }
Where do I add the timer?
Do I put the time into a variable and then set it of when that reaches 5 min?