Jump to content
The simFlight Network Forums

Recommended Posts

Posted

Hi Paul,

In our Talking Flight Monitor product, we are running into an issue with reading CDU data. There are a few circumstances where CDU data might need to be pulled by two parts of the software at the same time.

One part is running on the UI thread, and the other is running in a system.timers.timer thread. 

If we end up with a time where the data gets pulled at the same time, I get the following error in our debug log:

2021/07/24 16:24:04.516 - tfm.TFMMainForm.TimerMain_Tick - High priority instruments failed to read: Group '0~~PMDG_CDU~~' does not exist.

Any idea what might be happening or any way of correcting this?

 

Thanks!

 

Posted

Hi Jason,

The CDU class was using the same offset group between multiple instances. I've changed this so each instance will now have its own offset group. This should fix the problem.

Version 3.2.8 is now on NuGet.

Paul

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.