
Sillo
Members-
Posts
13 -
Joined
-
Last visited
Sillo's Achievements
Newbie (1/14)
0
Reputation
-
I had edited this post later.
-
The flicker is only recently with my program created "FSrealWX". I do not know what I changed. About SimConnect is to see no flicker. I'll sleep over it once a night :)
-
I've tried almost everything. Even with Clear WX, this problem occurs. I call you if I have found the error. Thks
-
Yes. How can I stop this flickering?
-
Hello Pete When weather update results to flickering. In 3-D panel panel at the upper cloud or on the horizon. I write the weather at 0xC800 DWORD FSUIPC::weatherToFSUIPC(_NewWeather* w) { DWORD dwResult; FSUIPC_Write(0xC800,1024,w,&dwResult); FSUIPC_Process(&dwResult); return dwResult; } with AS v6.5 too. FSUIPC 4722 FSX
-
Oh, Thanks for your help.
-
Hello Pete How can I write the FSUIPC option on FSUIPC4? Write Option to FSUIPC3 works perfectly. w = // option maske FSUIPC_Write(0x3128,4,&w,&dwResult); FSUIPC_Process(&dwResult); FSUIPC_Write(0x312C,4,&w,&dwResult); FSUIPC_Process(&dwResult); Thx
-
Yeah, works perfectly. Thanks here is a link: FSUIPC4.log
-
No, i can't see NW_PENDING after first ACTIVATE in the log. thx best regards Silvio
-
198094 >NewSet: **** End of New Weather details for ICAO=ETNU 198203 NW_ACTIVATE weather command received Okay, NW_SET_PENDING work dont in FSX. One more question: How can I set the Dynamic Weather on zero in FSX? _NewWeather w; w.uCommand = NW_DYNAMICS; w.uDynamics = 0; FSUIPC_Write(0xC800,1024,&w,&dwResult); FSUIPC_Process(&dwResult); This function set dynamic value=1 And What is uSpare in struct "NewWeather"? I have not found "uSpare2" in the documentation. unsigned short uSpare2[8];
-
Yes, end of "NW_SET_PENDING" weather data for all airport. In both log files. FSX and FS2004 197969 NW_SET_PENDING weather command received, ICAO=ETNU 198094 >NewSet: **** New Weather [4] being set: ICAO=ETNU (Dyn=0) 198094 >NewSet: Pressure=1025.0, Drift=0.0 198094 >NewSet: Visibility: range=0.1sm (193m), from=130ft, to=1210ft 198094 >NewSet: Temperature[0]: alt=0ft, Day=-5 C, NightVar=2 C, DewPt=-5 C 198094 >NewSet: Temperature[1]: alt=3000ft, Day=-5 C, NightVar=2 C, DewPt=-5 C 198094 >NewSet: Temperature[2]: alt=5000ft, Day=-3 C, NightVar=0 C, DewPt=-35 C 198094 >NewSet: Temperature[3]: alt=10000ft, Day=-7 C, NightVar=0 C, DewPt=-22 C 198094 >NewSet: Temperature[4]: alt=14000ft, Day=-7 C, NightVar=0 C, DewPt=-22 C 198094 >NewSet: Temperature[5]: alt=18000ft, Day=-23 C, NightVar=0 C, DewPt=-29 C 198094 >NewSet: Temperature[6]: alt=21000ft, Day=-23 C, NightVar=0 C, DewPt=-29 C 198094 >NewSet: Temperature[7]: alt=24000ft, Day=-34 C, NightVar=0 C, DewPt=-42 C 198094 >NewSet: Temperature[8]: alt=27000ft, Day=-34 C, NightVar=0 C, DewPt=-42 C 198094 >NewSet: Temperature[9]: alt=30000ft, Day=-51 C, NightVar=0 C, DewPt=-58 C 198094 >NewSet: Temperature[10]: alt=34000ft, Day=-60 C, NightVar=0 C, DewPt=-66 C 198094 >NewSet: Temperature[11]: alt=39000ft, Day=-67 C, NightVar=0 C, DewPt=-72 C 198094 >NewSet: Temperature[12]: alt=45000ft, Day=-58 C, NightVar=0 C, DewPt=-87 C 198094 >NewSet: Temperature[13]: alt=53000ft, Day=-59 C, NightVar=0 C, DewPt=-90 C 198094 >NewSet: Temperature[14]: alt=80000ft, Day=-59 C, NightVar=0 C, DewPt=-90 C 198094 >NewSet: Surface wind: to alt=220ft AMSL, dir=230T, vel=3.99, gust=5.0, turb=1, shear=0, var=20.0 198094 >NewSet: Wind layer 1: to alt=1230ft AMSL, dir=230T, vel=6.0, gust=5.0, turb=1, shear=0, var=0.0 198094 >NewSet: Wind layer 2: to alt=3000ft AMSL, dir=230T, vel=6.0, gust=5.0, turb=1, shear=0, var=0.0 198094 >NewSet: Wind layer 3: to alt=5000ft AMSL, dir=260T, vel=7.0, gust=0.0, turb=0, shear=0, var=0.0 198094 >NewSet: Wind layer 4: to alt=10000ft AMSL, dir=290T, vel=9.0, gust=0.0, turb=0, shear=0, var=0.0 198094 >NewSet: Wind layer 5: to alt=14000ft AMSL, dir=290T, vel=9.0, gust=0.0, turb=0, shear=0, var=0.0 198094 >NewSet: Wind layer 6: to alt=18000ft AMSL, dir=260T, vel=24.0, gust=0.0, turb=0, shear=0, var=0.0 198094 >NewSet: Wind layer 7: to alt=21000ft AMSL, dir=260T, vel=24.0, gust=0.0, turb=0, shear=0, var=0.0 198094 >NewSet: Wind layer 8: to alt=24000ft AMSL, dir=290T, vel=12.0, gust=0.0, turb=0, shear=0, var=0.0 198094 >NewSet: Wind layer 9: to alt=27000ft AMSL, dir=290T, vel=12.0, gust=0.0, turb=0, shear=0, var=0.0 198094 >NewSet: Wind layer 10: to alt=30000ft AMSL, dir=320T, vel=12.0, gust=0.0, turb=0, shear=0, var=0.0 198094 >NewSet: Wind layer 11: to alt=34000ft AMSL, dir=290T, vel=5.0, gust=0.0, turb=0, shear=0, var=0.0 198094 >NewSet: Wind layer 12: to alt=39000ft AMSL, dir=260T, vel=7.0, gust=0.0, turb=0, shear=0, var=0.0 198094 >NewSet: Wind layer 13: to alt=45000ft AMSL, dir=290T, vel=12.0, gust=0.0, turb=0, shear=0, var=0.0 198094 >NewSet: Wind layer 14: to alt=53000ft AMSL, dir=320T, vel=22.0, gust=0.0, turb=0, shear=0, var=0.0 198094 >NewSet: Wind layer 15: to alt=80000ft AMSL, dir=320T, vel=22.0, gust=0.0, turb=0, shear=0, var=0.0 198094 >NewSet: Cloud[0]: type=9, from 226ft to 1870ft (+/- 330ft), cover=8, turb=1, topshape=0 198094 >NewSet: Precip=0, base=210ft, rate=0, icing=1 198094 >NewSet: **** End of New Weather details for ICAO=ETNU 198203 NW_ACTIVATE weather command received - Write "NW_CLEAR" - write "NW_SET_PENDING with weather" - write "NW_SET_PENDING with weather" - .... - .... - write "NW_ACTIVATE" Should I write the Weather in FSX with SimConnect?
-
My problem is. NW_SET_PENDING works in FSX like NW_SET. FSX: 283594 NW_SET weather command received, ICAO=EBFS 283594 >NewSet: **** New Weather being set: ICAO=EBFS (Dyn=0) 283594 >NewSet: Pressure=1022.0, Drift=0.0 283594 >NewSet: Visibility[0]: range=0.2sm (338m), from=830ft, to=2020ft 283594 >NewSet: Visibility[1]: range=1.2sm (1947m), from=2020ft, to=5300ft 283594 >NewSet: Visibility[2]: range=93.1sm (149766m), from=5300ft, to=108270ft 283594 >NewSet: Temperature[0]: alt=0ft, Day=-5 C, NightVar=2 C, DewPt=-5 C FS2004: 168609 NW_SET_PENDING weather command received, ICAO=ETNG 168844 >NewSet: **** New Weather [4] being set: ICAO=ETNG (Dyn=0) 168844 >NewSet: Pressure=1025.0, Drift=0.0 168844 >NewSet: Visibility: range=0.9sm (1513m), from=200ft, to=1680ft 168844 >NewSet: Temperature[0]: alt=0ft, Day=-3 C, NightVar=2 C, DewPt=-4 C 168844 >NewSet: Temperature[1]: alt=3000ft, Day=-3 C, NightVar=2 C, DewPt=-4 C 168844 >NewSet: Temperature[2]: alt=5000ft, Day=1 C, NightVar=0 C, DewPt=-18 C
-
Hello How to use NW_SET_PENDING from NWI in FSX? I use FSUIPC version 4.656 and newest FSUIPC-SDK NW_SET_PENDING works perfectly in FS2004. Thx