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.

Linda periodic hidpoll problem

Featured Replies

Hello,

When looking in the Linda default program and especially in hidpoll function, I have question.

 

When lookin for the periodic event timer, it is every 20 ms. It calls hidpoll function.

but looking to this function :

 

function hidPoll ()
    count = count + 1

    -- once a second
    if count % 40 == 0 then
        TimerOneSec ()
        count = 0
        count10 = count10 + 1

................

 

There is a problem becaus once second occures every 50 incrementation of count not 40 !!!!!!

 

Is there a problem or I am in wrong ?

 

For me , TimerOnSec is called every 800ms and not 1sec

 

 

You are correct in your assumption. However, extension testing showed that the interrupts were no producing a consistent one second interval. Using 40 instead 50 compensates for this discrepancy. Thank you for your interest.

Andrew Gransden

Scotland, UK

LINDA Support/Developer - VATSIM and BAVirtual - Airbus Flyer

i7 1TB SSD GTX980 - FSX/P3D - Aerosoft Airbus A318/A319/A320/A321 - FS2Crew

Archived

This topic is now archived and is closed to further replies.

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.