News:

Precision Simulator update 10.182 (25 June 2025) is now available.
Navburo update 13 (23 November 2022) is now available.
NG FMC and More is released.

Main Menu

Recent posts

#61
Accessories / Re: PSX.NET.MSFS.WASM Version ...
Last post by Ton van Bochove - Mon, 7 Jul 2025 12:00
After a re-install ( made a mess of my PSX install after some problems with hardware) of PSX.NET.MSFS2020.WASM I have problems with finding the right IP's for the router setup.

My setup is

Laptop with PSX (A) router installed

Desktop with MSFS (B) client installed.

The client on B tells me that the MSFS link is OK but Userobject is disconnected (red)

The router setup has a default 127.0.0.1 IP for PSX BOOST and PSX SERVER.

To connect A to B I think I only have to alter one or both IP in the router setup. Can somebody give me a clue what to where I have to alter to get the Userobject green again.

Tia Ton
#62
Accessories / Re: PSXseecon version 3.23 rel...
Last post by Hardy Heinlin - Mon, 7 Jul 2025 09:41
If the delay is just 2 seconds I wouldn't care. Most symbols and indications on the real 744 EFIS/EICAS incorporate delays of one or more seconds. These delays in your indication hardware just add to the realism :-)
#63
Accessories / Re: PSXseecon version 3.23 rel...
Last post by kiek - Mon, 7 Jul 2025 09:27
Sorry, my mistake. Now fixed. Re-download version 3.43 pls.

About your delay, PSXseecon runs at 20Hz. So the QS variables are written to SIOC at that pace.

Nico
#64
Accessories / Re: PSXseecon version 3.23 rel...
Last post by FlyItLikeYouStoleIt - Mon, 7 Jul 2025 06:11
Thanks but you seem to be outputting mda and minsMode (fields 2 and 3) from the Qs strings rather than hpa and Baro (fields 4 and 5).

Also I am puzzled at the lag with which the mda field changes. Watching with the IOCP console in Sioc it lags almost 2 seconds behind changes in the sim, even though the Qs is outputted by PSX "instantaneously". The minsMode field changes seem to change "instantly". Is this something you can look at for the hpa field when you implement it?
#65
Hangar 7 / Re: 767 On-approach Logic
Last post by Hardy Heinlin - Sun, 6 Jul 2025 17:19
Hi,

quote from the Aerowinx NG FMC manual, page 65:

----------------------------------------
VNAV On-Approach Logic Activation
When the VNAV on-approach logic is active during VNAV PTH operation, resetting the MCP ALT above the current altitude will not engage VNAV ALT. This logic is implemented in the legacy FMC and in the NG FMC. However, for the activation of this logic, the NG FMC uses different conditions than the legacy FMC. The NG FMC accepts any of the following triggers:

• The flaps are out of up while the descent phase is active.
• The aircraft is within 12 nm of the destination airport on a course to the active waypoint, and a manually entered E/D constraint is below 500 ft above the destination elevation.
• The first approach waypoint is sequenced.
• The active waypoint is the missed approach point or the runway, and the aircraft is within 25 nm of the threshold.

Differences:
In the legacy FMC, the flap setting and a manually entered E/D cannot influence the on-approach activation.
----------------------------------------
#66
Accessories / Re: PSX.NET.MSFS2024.WASM - MS...
Last post by Will - Sun, 6 Jul 2025 16:53
I am seeing the cloud shifts too. I use the Router and Client, but I don't use VATSIM.

I've never done any troubleshooting, because it only happens at the beginning of a flight (or whenever I click the PSX button "Copy real world UTC to simulated UTC"), and it seems to settle down within a minute or two and then doesn't happen again for the remainder of the flight. Just sharing in case this helps anyone.
#67
Hangar 7 / Re: 767 On-approach Logic
Last post by Toga - Sun, 6 Jul 2025 14:11
Hi Folks,

I operate the 76 and as Jon mentioned when we stick flaps 1 out (providing all the other criteria are met) we get SPD PATH, does it not work like that on the 744 legacy? Inbound to the FAF say 15nm i stick Flap 1 out and i get VNAV SPD.
Cheers,
T
#68
Accessories / Re: PSXseecon version 3.23 rel...
Last post by kiek - Sun, 6 Jul 2025 11:35
Released version 3.43

Added 4 SIOC variables (5685 .. 5688):

Qs448, EfisActLBaro        , 5686,            , Qcode value
Qs448, EfisActLhPa         , 5685,            , Qcode value
Qs449, EfisActRBaro        , 5688,            , Qcode value
Qs449, EfisActRhPa         , 5687,            , Qcode value

#69
Accessories / Re: PSXseecon version 3.23 rel...
Last post by Hardy Heinlin - Sun, 6 Jul 2025 06:22
Quote from: kiek on Sun,  6 Jul 2025 05:50Together with a logged Qs448 string possibly yes.

Here's an example:

Qs448=R-1;3530;1;101693;-1;1;1;2310110000001c

The last section "2310110000001c" is a sequence of single characters where each character indicates a specific mode. For most of them it's just "on" or "off" (1 or 0).


Regards,

|-|ardy
#70
Accessories / Re: PSXseecon version 3.23 rel...
Last post by FlyItLikeYouStoleIt - Sun, 6 Jul 2025 06:08
hPa and baroMode. Thanks.