-
Tripple Monitor - Blurry Textures
Are all your monitors the same brand and model? I have four TVs, each are different brands. Each one looks a little different, playing around with the TV settings I got them pretty close. I can accept the slight difference in appearance as a trade off for the immersion.
-
recommendations for small airliner
My vote: PMDG J41
-
Version 6.34 has major issues for me
jer029How did you setup the dual headsets? Was this configured in Windows or did you need to buy a piece of hardware. I want this option on my flight deck also. Thanks.
-
FSX Carenado King Air B200. Another Pilot's Perspective, and a couple of tips.
Jetblst, I would be interested in your throttle settings. Thanks!!
-
Carenado B200 Bleed Air and Inverter switches [solved]
I'll post this in case anyone else needs this info. I have assigned the left and right bleed air and inverter to a hardware switch panel I built using the following. I am no programmer and new to Linda. I copied the function from one of the A2A functions that came with Linda. Only drawback is the external switches much be in the off position when the sim starts. No biggie, it's part of the cockpit inspection check list any way function Bleed_Air_Left_Toggle () LVarSet = "ASD_SWITCH_BLEED_AIR_VALVE_LEFT" val = 0 if ipc.readLvar(LVarSet) == 0 then val = 1 end ipc.writeLvar(LVarSet, val) end function Bleed_Air_Right_Toggle () LVarSet = "ASD_SWITCH_BLEED_AIR_VALVE_RIGHT" val = 0 if ipc.readLvar(LVarSet) == 0 then val = 1 end ipc.writeLvar(LVarSet, val) end function Inverter_Toggle () LVarSet = "ASD_SWITCH_INVERTER" val = 0 if ipc.readLvar(LVarSet) == 0 then val = 1 end ipc.writeLvar(LVarSet, val) end
-
Carenado B200 Bleed Air and Inverter switches [solved]
I got it!!! I'll post my code snip in another post. [EDIT by Guenseli: Why? ] Thanks all.
-
Carenado B200 Bleed Air and Inverter switches [solved]
Thanks ScotFlieger for the reply. I am building my own switch panel with a pulse generator. The problem I have is I can't get the Hex address for the switch commands. If I click the bleed air switches in flight sim, nothing is logged in either FSUIPC or Linda. The bleed air switches work in the flight sim VC panel. I have sent a message to Carenado, however they advised they do not provide support to something like this. I thought about moving to Flight 1, but really like the "steam" gauges verses the fancy glass cockpit. So I guess the real questions is, if a switch in the flight sim VC panel does not log to Linda or FSUIPC, is there anything I can do to try to assign an external switch to that function? Thanks again for any help.
-
Carenado B200 Bleed Air and Inverter switches [solved]
I'm very new to Linda, but I working on assigning switches to the Carenado b200 using Linda and or FSUIPC. I have made several assignments but am having problem with the Inverter switch, and the two bleed air switches. If I open the console (on both FSUIPC and Linda) and click either of these buttons on the panel, in FSX, I get nothing in the box, no hex addresses or anything. It looks as if these panel switches don't really do anything. Anyone have any ideas or direction you can point me in. I'm in the early stages of designing / prototyping a cockpit. Thanks for any help.
-
Fatal Errors - Any Troubleshooting Tips
Hey follow VOXATC users, I get fatal errors every now and then. Not all the time, and I can't seem to find any pattern to them. Many flights complete with out any problems at all. Last night I got an fatal error on final into KORF, just before I expected the "cleared to land" from ATC. I'm running all default voices, no add ons other than megascenery, Cerenado B200. Is there any log somewhere I can look at? I would like to do some troubleshooting myself before contacting the developer. I'm running 6.2, just noticed 6.34 is out, I'll try that but still wonder about any logs. Thanks again for any help.
-
So, I bought a couple of real life sectionals
Kinda of off topic but, when I was taking lessons, my local airport gave away expired sectionals....always a good source, and the price is right!
-
Yoke and glare shield heights thoughts
Perfect PebbleBeach, thanks!!!
-
Yoke and glare shield heights thoughts
Hi folks, I am designing a somewhat simple home cock pit. Nothing too crazy, but I would like to build a nice looking panel. One question I have is what heights are typical for the yoke and glare shield from the floor? I see photos here of various heights for the yoke. So looks like personal preference plays a big role. However I would like to be as realistic as possible. What are your thoughts? Any ideas / suggestions? I mostly fly the B200 however I want to be generic with the build. FYI, my plan is to build a "desk" to hold three TVs, one forward, one left, and one right. I want to then build a panel with a smaller TV to display the instrument panel and enclose my Go-Flight's. The photos and posts in this forum have been very helpful in my idea phase
-
Error message in VoxATC panel
Submit a request for help on this page: http://www.voxatc.com/Contact.aspx I've sent a message using the above in the past, he has been very helpful and responsive.
-
VoxATC not opening
Did you re-install VoxATC after you re-installed fsx? Also be sure to re-run the panel install utility.
-
Error message in VoxATC panel
Do you have a flight plan loaded, and saved the flight before you click the Enable button?