October 21, 20196 yr Is there an update to this to be able to have vpilot read the transponder mode and ident coming? My friend got me into vatsim GA flying this summer mostly because we fly together and the model matching is better than the other non atc options. Catches me off guard when an atc comes online and I forgot my ident and mode-s is not showing up through vpilot thank you - David
October 23, 20196 yr On 10/21/2019 at 9:54 AM, Boeing or not going said: Is there an update to this to be able to have vpilot read the transponder mode and ident coming? My friend got me into vatsim GA flying this summer mostly because we fly together and the model matching is better than the other non atc options. Catches me off guard when an atc comes online and I forgot my ident and mode-s is not showing up through vpilot thank you - David Did you try the lua script I posted earlier in this topic? Edited October 23, 20196 yr by bbuckley [CPL] : I9-9900K @5.0GHz HT ON, Maximus XI Hero, ASUS TUF RTX4080 OC, 32GB DDR4 3200 14, 1TB NVMe SSD, 500GB SSD, 1TB HDD, 40" Samsung 4K TV, Honeycomb Alpha & Bravo, Logitech Rudder Pedals, WIN11
October 25, 20196 yr On 10/22/2019 at 6:47 PM, bbuckley said: Did you try the lua script I posted earlier in this topic? Thanks for making the script. But it would be better to have RXP make it built in. Because I want to avoid having this script run all the time when I am flying other airplanes.
October 26, 20196 yr 3 hours ago, Boeing or not going said: Thanks for making the script. But it would be better to have RXP make it built in. Because I want to avoid having this script run all the time when I am flying other airplanes. I avoid that by having FSUIPC profiles and only including the lua script in the Auto section of the profile for that airplane. [CPL] : I9-9900K @5.0GHz HT ON, Maximus XI Hero, ASUS TUF RTX4080 OC, 32GB DDR4 3200 14, 1TB NVMe SSD, 500GB SSD, 1TB HDD, 40" Samsung 4K TV, Honeycomb Alpha & Bravo, Logitech Rudder Pedals, WIN11
October 26, 20196 yr Hi, We've been in contact with the devs and we're waiting for them to let us know how we could interface with their client. When they do, you'll certainly have this feature implemented in an update.
October 26, 20196 yr 14 hours ago, bbuckley said: I avoid that by having FSUIPC profiles and only including the lua script in the Auto section of the profile for that airplane. New to using fsuipc for controls can you tell me where to put this section in the profile I have for a specific aircraft? [Auto] 1=Lua RXPGTN750_XPDR_MODE_C Thank you
October 27, 20196 yr 9 hours ago, Boeing or not going said: New to using fsuipc for controls can you tell me where to put this section in the profile I have for a specific aircraft? [Auto] 1=Lua RXPGTN750_XPDR_MODE_C Thank you Sure, no problem. See the spoiler below. I copied in the profile I have for Twin jets. You create these profiles using the FSUIPC add on menu in P3D. Then after you have a profile created you need to edit the FSUIPC5.ini file in the Modules folder. Add the [Auto.Whatever you name it] section with the 1=Lua RXPGTN750_XPDR_MODE_C line. If you what some help either creating the profile or editing it send me a PM, I'd be happy to help. Bruce Spoiler [Profile.Twin jet] 1=Carenado Phoenix Phenom 100E N522PM 2=Carenado Phoenix Phenom 100E 3=Carenado E50P Phenom 100 N522PM [Auto.Twin jet] 1=Lua RXPGTN750_XPDR_MODE_C [Axes.Twin jet] RangeRepeatRate=10 0=BX,256,D,1,0,0,0 -{ DIRECT: Aileron }- 1=BY,256,D,2,0,0,0 -{ DIRECT: Elevator }- 2=BZ,256,D,9,0,0,0 -{ DIRECT: Throttle1 }- 3=BU,256,D,10,0,0,0 -{ DIRECT: Throttle2 }- 4=CX,256,D,7,0,0,0 -{ DIRECT: LeftBrake }- 5=CY,256,D,8,0,0,0 -{ DIRECT: RightBrake }- 6=CR,256,D,3,0,0,0 -{ DIRECT: Rudder }- [Buttons.Twin jet] 1=RB,2,C65607,0 ; #3 -{ELEV_TRIM_DN}- 2=RB,3,C65615,0 ; #4 -{ELEV_TRIM_UP}- [JoystickCalibration.Twin jet] AllowSuppressForPFCquad=Yes ExcludeThrottleSet=Yes ExcludeMixtureSet=Yes ExcludePropPitchSet=Yes SepRevsJetsOnly=No ApplyHeloTrim=No UseAxisControlsForNRZ=No FlapsSetControl=0 FlapDetents=No ReverserControl=66292 Reverser1Control=66422 Reverser2Control=66425 Reverser3Control=66428 Reverser4Control=66431 MaxThrottleForReverser=256 AileronTrimControl=66731 RudderTrimControl=66732 CowlFlaps1Control=66162 CowlFlaps2Control=66163 CowlFlaps3Control=66164 CowlFlaps4Control=66165 SteeringTillerControl=0 MaxSteerSpeed=90 Aileron=-16384,-512,512,16383/8 Elevator=-16223,-512,512,16383/8 Throttle1=-16384,-512,512,16383/32 Throttle2=-16384,-512,512,16383/32 Rudder=-15932,-512,512,16191/8 Mixture=-16384,16383/8 LeftBrake=-16384,16383/24 RightBrake=-16384,16383/24 SlopeLeftBrake=2 SlopeRightBrake=2 SlopeElevator=3 SlopeAileron=3 SlopeRudder=3 RudderBlendLowest=1 [CPL] : I9-9900K @5.0GHz HT ON, Maximus XI Hero, ASUS TUF RTX4080 OC, 32GB DDR4 3200 14, 1TB NVMe SSD, 500GB SSD, 1TB HDD, 40" Samsung 4K TV, Honeycomb Alpha & Bravo, Logitech Rudder Pedals, WIN11
October 27, 20196 yr 53 minutes ago, bbuckley said: Sure, no problem. See the spoiler below. I copied in the profile I have for Twin jets. You create these profiles using the FSUIPC add on menu in P3D. Then after you have a profile created you need to edit the FSUIPC5.ini file in the Modules folder. Add the [Auto.Whatever you name it] section with the 1=Lua RXPGTN750_XPDR_MODE_C line. If you what some help either creating the profile or editing it send me a PM, I'd be happy to help. Bruce Reveal hidden contents [Profile.Twin jet] 1=Carenado Phoenix Phenom 100E N522PM 2=Carenado Phoenix Phenom 100E 3=Carenado E50P Phenom 100 N522PM [Auto.Twin jet] 1=Lua RXPGTN750_XPDR_MODE_C [Axes.Twin jet] RangeRepeatRate=10 0=BX,256,D,1,0,0,0 -{ DIRECT: Aileron }- 1=BY,256,D,2,0,0,0 -{ DIRECT: Elevator }- 2=BZ,256,D,9,0,0,0 -{ DIRECT: Throttle1 }- 3=BU,256,D,10,0,0,0 -{ DIRECT: Throttle2 }- 4=CX,256,D,7,0,0,0 -{ DIRECT: LeftBrake }- 5=CY,256,D,8,0,0,0 -{ DIRECT: RightBrake }- 6=CR,256,D,3,0,0,0 -{ DIRECT: Rudder }- [Buttons.Twin jet] 1=RB,2,C65607,0 ; #3 -{ELEV_TRIM_DN}- 2=RB,3,C65615,0 ; #4 -{ELEV_TRIM_UP}- [JoystickCalibration.Twin jet] AllowSuppressForPFCquad=Yes ExcludeThrottleSet=Yes ExcludeMixtureSet=Yes ExcludePropPitchSet=Yes SepRevsJetsOnly=No ApplyHeloTrim=No UseAxisControlsForNRZ=No FlapsSetControl=0 FlapDetents=No ReverserControl=66292 Reverser1Control=66422 Reverser2Control=66425 Reverser3Control=66428 Reverser4Control=66431 MaxThrottleForReverser=256 AileronTrimControl=66731 RudderTrimControl=66732 CowlFlaps1Control=66162 CowlFlaps2Control=66163 CowlFlaps3Control=66164 CowlFlaps4Control=66165 SteeringTillerControl=0 MaxSteerSpeed=90 Aileron=-16384,-512,512,16383/8 Elevator=-16223,-512,512,16383/8 Throttle1=-16384,-512,512,16383/32 Throttle2=-16384,-512,512,16383/32 Rudder=-15932,-512,512,16191/8 Mixture=-16384,16383/8 LeftBrake=-16384,16383/24 RightBrake=-16384,16383/24 SlopeLeftBrake=2 SlopeRightBrake=2 SlopeElevator=3 SlopeAileron=3 SlopeRudder=3 RudderBlendLowest=1 Thanks it seems simple enough I will test after work tonight!
Archived
This topic is now archived and is closed to further replies.