Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # FTP (restarts on pause)
- MAX(TIMEAVG0(Power,1200,1)) * 0.95
- ## with countdown timer
- ALT(MAX(TIMEAVG0(Power,1200,1)) * 0.95, FORMATTIME(MAX(if (PREV(timer) eq null, timer, null)) + 1200 - Timer))
- # FTP (does not restart on pause)
- MAX(TIMEAVG0(Power,1200,1, 1)) * 0.95
- ## with countdown timer
- ALT(MAX(TIMEAVG0(Power,1200,1, 1)) * 0.95, FORMATTIME(1200 - Timer))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement