Hallo,
kann mir jemand helfen mit den offset Einstellungen für die Anzeige der HDG / Kurses
über 7-Segmentanzeige und Display Driver 32 / Arcaze.
Ich benutze die Software von sim avionics und die benutzen eigene offsets.
IAS, Altitude und Vertikal Speed hab ich hinbekommen.
Im Flightx.net-Forum hatte mitrSteven schon geholfen und meinte ich solle noch unter Tab im Mobiflight "Vergleichen"
die Formel einsetzen.
http://flightx.net/board9-wissen/board41-home-cockpit-das-forum-f%C3%BCr-bastler/84193-x-plane-sim-avionics-fsuipc-arcaze-display-driver-32-mf-connector-6-0/
Außerdem hatte ich mit Mark von Sim-Avionics Kontakt. Der mailte mir auch die folgenden offsets zu.
1.mail
Hi Oliver,
There is not supposed to be any synchronization between the Sim-A MCP and the X-plane MCP.
They are completely separate.
Only a few items are written into X-Plane. Most things are read from the sim.
If you want to read/write the MCP you should assign offsets in the FSUIPC_IO file and enable the FSUIPC inputs and outputs.
Here are some example offsets :
[FSUIPC_MCP_INPUTS]
// 2 byte (word)
MCP_SPEED=5300
// 2 byte (word)
MCP_HDG=5302
// 4 byte (dword)
MCP_ALTITUDE=5304
// 2 byte (word)
MCP_VS=5308
737 course selectors
// 2 byte (word)
MCP_CRS1=530A
// 2 byte (word)
MCP_CRS2=530C
[FSUIPC_OUTPUTS]
// MCP 7 Segment Displays
// 2 byte (word)
MCP_CRS1=5320
// 2 byte (word)
MCP_SPEED=5322
// 1 byte (decimal part only : Mach 0.87 = 87)
MCP_MACH=5324
// 2 byte (word)
MCP_HDG=5325
// 2 byte (word)
MCP_VERTICAL_SPEED=5327
// 4 byte (dword)
MCP_ALTITUDE=5329
// 2 byte (word)
MCP_CRS2=532D
Mark
2. mail
The Sim-A MCP and X-Plane MCP will never sync. They are not supposed to.
Your 7 segment control program should be changed to read offsets :
MCP_SPEED=5322
MCP_HDG=5325
MCP_VERTICAL_SPEED=5327
MCP_ALTITUDE=5329
Also, if you want standard FS output formats you should also set in the FSUIPC_IO.ini
// Use FS formatting
// HDG = value *65536/360
MCP_HDG_FS_FORMAT=1
// ALT = value ft /3.28084*65536
MCP_ALTITUDE_FS_FORMAT=1
Mark
Kann mir jamand helfen auch noch die HDG zum laufen zu bringen, damit dies in meiner Anzeige richtig erscheint ?
Viele Grüße
Olli