Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Timers, delays and XML time RE:

Featured Replies

My observations to P:ABSOLUTE TIME are:(P:ABSOLUTE TIME,number) gives fractional seconds(P:ABSOLUTE TIME,seconds) gives fractional seconds(P:ABSOLUTE TIME,minutes) gives minutes from 1.1.0001 AD (P:ABSOLUTE TIME,hours) gives hours from 1.1.0001 AD (P:ABSOLUTE TIME,days) gives days from 1.1.1202 AD (?)(P:ABSOLUTE TIME,weeks) or ..,months) don't work(P:ABSOLUTE TIME,years) gives fractional seconds (??)Arne Bartels

  • 2 weeks later...

Hmm again :)I'm sure I got Absolute time,seconds to work as a digital readout in a string for testing purposes, but I've overwritten that part now. I'm not sure what it was, but the readout did indeed surprise me one way or the other.Btw; if a "faulty" timer gives a buggy flight at new years eve only, I'd consider the gauge close to perfect! Consider Microsoft who gives us buggy flights all the time :DOne problem I've had with a timer of mine, is that its seconds counting is way waaay off - it counts seconds way slow, and cannot be accurately used even for timed approaches. :(I have absolutely no idea why it shouldn't work, so can anyone post a digital stopwatch that counts seconds accurately (compared to a real stopwatch)?

You might try this:Value evaluation: (P:ABSOLUTE TIME,minutes) 60 * s0 (G:Var1) - (G:Var2) (G:Var3) if{ + } (>G:Var2) l0 (>G:Var1) (G:Var2) Reset:<Click> 0 (>G:Var2) </Click>Start/Stop:<Click> (G:Var3) ! (>G:Var3) </Click>I originally intended to use L: vars for the easier overview, but the problem was that my test gauge was two times on the panel (normal + VC) so it counted twice as fast as it should.If you use only L:vars it works also for doubled gauges: (P:ABSOLUTE TIME,minutes) 60 * s0 (L:last time, number) - (L:accumulated time, number) (L:watch running,bool) if{ + } (>L:accumulated time, number) l0 (>L:last time, number) (L:accumulated time, number)<Click> 0 (>L:accumulated time, number) </Click><Click> (L:watch running,bool) ! (>L:watch running,bool) </Click>Arne Bartels

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.