July 23, 20196 yr Hello, Have just bought the Garmin GSN530. Where can I download the software now? I bought the package for $ 55 and as a download was only the payment assistant many thanks Edited July 23, 20196 yr by RXP
July 23, 20196 yr Hi, are you sure you've purchased the genuine Reality XP GNS V2 product and not another one with a similar name? You can check your purchase receipt for the product name details. If this is a genuine Reality XP product, you're at the right place. Otherwise, you might want to review your support options with another vendor.
July 29, 20196 yr Author And the order Information …. many thanks Vendor: RealityXP Quantity Product Price ($cur) 1 RealityXP Garmin GNS 530 (FltSim) $49.95 Total: $49.95
July 29, 20196 yr Hi, what you are referring to as the "payment assistant" is a full e-commerce enabled installer, which unwraps and install the software once purchased, or, when choosing "REINSTALL". You can read more about the whole process in our FAQ: http://reality-xp.com/store/faq.html
July 29, 20196 yr Author Does the software work without the hardware? I really just want to use the GPS on the screen
July 29, 20196 yr This is a software package that works with Flight Simulator.. there is no hardware, that I know of.. Bert
July 30, 20196 yr 7 hours ago, Hannesdo said: How can I download the software again? I can not come to a download link. 23 hours ago, RXP said: You can read more about the whole process in our FAQ: http://reality-xp.com/store/faq.html
August 16, 20196 yr Author Thank you. I have now installed the GPS GNS530 in Prepar3D V4 and it works too. I also built the harware. (Arduino, Buttons, Rotarys). I tested the hardware with standard offsets / eventIDs. Also work. For the RealityXP GNS530, however, I can not find working offsets or EventIDs. Even reading by means of FSUIPC logging does not work. Can someone tell me which Offsets or EventID's the GNS530 has for the P3D? Many thanks
August 19, 20196 yr The RXP GNS can be set to "use FS commands" in the RXP ini file for the airplane. ; uses Simulator GPS commands if true. UseSimGpsCmds = true Edited August 19, 20196 yr by Bert Pieke Bert
August 19, 20196 yr Author Many thanks for your answere. Can you Teller me The right Place in the ini file? Located unser simobjects/airplanes/C172
August 19, 20196 yr 17 minutes ago, Hannesdo said: Many thanks for your answere. Can you Teller me The right Place in the ini file? Located unser simobjects/airplanes/C172 If you have started the airplane with the GNS, a RealityXP.GNS.ini file will have been generated. Open this file with Notepad. Look for those lines in the [GNS_530_1] section. If they are not there, add them. Save, and go fly.. Bert
August 19, 20196 yr This is what I use in another airplane.. as a reference: <Gauge Name="GNS 530 buttons" Version="1.0"> <!-- Trigger GNS commands --> <Element> <Select> <Value> (L:530_RANGE_INC,Bool) if{ 0 (>K:GPS_ZOOMOUT_BUTTON) 0 (>L:530_RANGE_INC,Bool) } (L:530_RANGE_DEC,Bool) if{ 0 (>K:GPS_ZOOMIN_BUTTON) 0 (>L:530_RANGE_DEC,Bool) } (L:530_DTO,Bool) if{ 0 (>K:GPS_DIRECTTO_BUTTON) 0 (>L:530_DTO,Bool) } (L:530_CDI,Bool) if{ 0 (>K:GPS_NEAREST_BUTTON) 0 (>L:530_CDI,Bool) } (L:530_ENT,Bool) if{ 0 (>K:GPS_ENTER_BUTTON) 0 (>L:530_ENT,Bool) } (L:530_CLR,Bool) if{ 0 (>K:GPS_CLEAR_BUTTON) 0 (>L:530_CLR,Bool) } (L:530_MSG,Bool) if{ 0 (>K:GPS_MSG_BUTTON) 0 (>L:530_MSG,Bool) } (L:530_FPL,Bool) if{ 0 (>K:GPS_FLIGHTPLAN_BUTTON) 0 (>L:530_FPL,Bool) } (L:530_RKNOBI_R,Bool) if{ 0 (>K:GPS_PAGE_KNOB_INC) 0 (>L:530_RKNOBI_R,Bool) } (L:530_RKNOBI_L,Bool) if{ 0 (>K:GPS_PAGE_KNOB_DEC) 0 (>L:530_RKNOBI_L,Bool) } (L:530_RKNOBO_R,Bool) if{ 0 (>K:GPS_GROUP_KNOB_INC) 0 (>L:530_RKNOBO_R,Bool) } (L:530_RKNOBO_L,Bool) if{ 0 (>K:GPS_GROUP_KNOB_DEC) 0 (>L:530_RKNOBO_L,Bool) } (L:530_RKNOBPUSH,Bool) if{ 0 (>K:GPS_CURSOR_BUTTON) 0 (>L:530_RKNOBPUSH,Bool) } (L:530_COMFLIP,Bool) if{ 0 (>K:COM_STBY_RADIO_SWAP) 0 (>L:530_COMFLIP,Bool) } (L:530_NAVFLIP,Bool) if{ 0 (>K:NAV1_RADIO_SWAP) 0 (>L:530_NAVFLIP,Bool) } </Value> </Select> </Element> </Gauge> Bert
Archived
This topic is now archived and is closed to further replies.