• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

FS2004 TCAS freeze

Messages
85
Country
england
Hello Everybody,

This is for FS9. Regarding either Arne Bartel's original TrafficRadar.dll or Doug Dawson's revised TrafficRadar.dll

I have always found the tcas to freeze once or twice ....or thrice throughout my flight. (I can unfreeze it by clicking a 'reload panels' gauge).

Was this bug ever solved ..... maybe I do not have the latest version?

Regards

Ed
 
I have no idea where I got it, I believe with Minipanel v3, but I may be wrong, but the version of the TCAS DLL module I have is TCAS2v7.DLL. I can try and dig up my source, but I can't promise anything. You'd probably do better to try a Google search...
Pat☺
 
I remember Doug fixed this bug for the FSX version and it is on his website as well, but I can recall having seen any fix for the FS9 version you are looking for.
Adino
 
If I fixed anything with the version I compiled, it was completely by accident. I really did just take Arne's code and add the required elements to get FSX to load the dll.
Ed, I know this isn't what you're going to want to hear, but if it is for FS9, I'm just not going there any more.
 
If I fixed anything with the version I compiled, it was completely by accident. I really did just take Arne's code and add the required elements to get FSX to load the dll.
Ed, I know this isn't what you're going to want to hear, but if it is for FS9, I'm just not going there any more.

Not a problem Doug. Thank you for your reply.

Regards

Ed
 
If I remember right there was a problem with a check based on TICK18, I think a rollover. TICK18 was UINT16 in FS9 = max. 65535, so if the TCAS freezes after 1 hour that could be the cause.
 
It's not that. From sd2gau:-

'The official SDK shows the TICK18 general purpose timer as being a UINT16 i.e. it will rollover at 65535 (a little over an hour). According to sources within the ACES team the SDK is incorrect and the TICK18 timer has been a 32-bit integer for at least the last three versions of FS. This means that its rollover period is in excess of 7.5 years.'

At the time I first wrote that, 'the last three versions' included FS2K, FS2K2 and FS2K4.
 
Thats strange - I have tested it in FS2004 and in FSX - in FS2004 TICK18 max is 65535, after that it starts with 0 again, there is no rollover at 65535 in FSX.
 
A big BIG thank you to ChrisK for the fix. It now works perfectly in FS9 without the one hour limit. :cool:
 
Back
Top