Jump to content
The simFlight Network Forums

"Noise" in logs


Recommended Posts

Noticed that with some planes, there is constant activity going on when I turn on logging. For example on the Realair Duke, these events are constantly and continually being sent:

2127433 *** EVENT: Cntrl= 66466 (0x000103a2), Param= 0 (0x00000000) COM_RECEIVE_ALL_SET

2127480 *** EVENT: Cntrl= 66463 (0x0001039f), Param= 0 (0x00000000) COM1_TRANSMIT_SELECT

2127480 *** EVENT: Cntrl= 66466 (0x000103a2), Param= 0 (0x00000000) COM_RECEIVE_ALL_SET

2127511 *** EVENT: Cntrl= 66463 (0x0001039f), Param= 0 (0x00000000) COM1_TRANSMIT_SELECT

2127511 *** EVENT: Cntrl= 66466 (0x000103a2), Param= 0 (0x00000000) COM_RECEIVE_ALL_SET

2127542 *** EVENT: Cntrl= 66463 (0x0001039f), Param= 0 (0x00000000) COM1_TRANSMIT_SELECT

2127542 *** EVENT: Cntrl= 66466 (0x000103a2), Param= 0 (0x00000000) COM_RECEIVE_ALL_SET

2127573 *** EVENT: Cntrl= 66463 (0x0001039f), Param= 0 (0x00000000) COM1_TRANSMIT_SELECT

just wondering whether this is normal?

Link to comment
Share on other sites

That sort of activity is often due to the way some gauges are improperly programmed.

By "improperly" here I mean that even though the gauge functions as intended, the code

used is not efficient or optimized to reduce or eliminate unnecessary "events".

I have encountered this in many aircraft from many different developers. I often

will go into the code, if it is an XML gauge, and 'correct' the implementation if possible.

The one drawback of this sort of inefficiency is that often multi-keystroke commands

will not be recognized by FS because a gauge "Key event" interrupts the keyboard

input sequence. This is often the case if one cannot reliably select engines use the

"E + 1 + 2 +3...etc" keyboard inputs.

If everything is working OK for you then I wouldn't worry about it.

As a former assembly language programmer from the days when every line of code

was scrutinized to minimize CPU and memory usage, these sort of things make me crazy! :)

Paul

Link to comment
Share on other sites

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.