-
Posts
38,265 -
Joined
-
Days Won
170
Content Type
Profiles
Forums
Events
Gallery
Downloads
Everything posted by Pete Dowson
-
FSUIPC 3.60 - Issue with validity of .gau?
Pete Dowson replied to caerleon's topic in FSUIPC Support Pete Dowson Modules
What's "crashing out" precisely? Where's the log. A failure of a gauge to gain access to FSUIPC rarely makes anything crash at all, let alone 2out" -- all that happens with TCAS gauges is they don't get any targets to show. Removing a gauge doesn't fix the panel anyway unless you edited the panel configuration. you should simply change the name of the gauge being called up in Panel.CFG. That's really a job for whoever supplied the aircraft/panel, but all gauges are called via entries in their CFG file, of course. I don't have the aircraft you are talking about. The FSUIPC_Reg.Bin is merely a diagnostic output created by FSUIPC to make it easy to find problems with registrations. It appears to show the correct key for the correctly named gauge, ILH_TCAS, so if anything it is one more indication that the aircraft you are using has a renamed gauge which has no valid key. The problem is not with ILH_TCAS the fact that it has been renamed to L_ILH_TCAS2. Why they've renamed it I've no idea, sorry. Just try editing the Panel.CFG file, changing "L_ILH_TCAS2" to "ILH_TCAS". Regards, Pete -
Yes. Well donenow, do some flying! ;-) Pete
-
Goflight and Wilco 737 Pilot in Command
Pete Dowson replied to KingCat's topic in FSUIPC Support Pete Dowson Modules
There are only a couple of separate ON/OFF light controls (Landing and Panel), but the others have TOGGLEcontrols instead. These work okay, but of course you can get a toggle switch out-of-sync with the switch state in FS. After loading a new flight you may have to use some method to re-sync them -- such things can actually be done with conditional button programming in the FSUIPC.INI file, when the action of the button is nothing when the relevant offset (a bit in 0D0C for lights) is already in the correct state. The same offset (0D0C) can be used to drive the GoFlighht LEDs, using GFdisplay. But, back to your problem: I don't really understand why the panel-writer would override legitimate controls from other sources. It sounds rather like lazy programming. To do it properly he whould have to monitor the light switch states in FS and make his graphic depictment match. It sounds like he is simply reading his own switch setting at intervals (half-a-second you said?) and restoring FS's to match them when they disagree. If this is the case then there's no answer except to find a way to set his switches -- if he doesn't provide keystrokes then all I can think of is using Luciano Napolitano's "Key2Mouse" module to operate the switch on screen. But that of course has its own drawbacks -- the screen must show the switches in the same position each time you want to operate them. Regards, Pete -
Nothing that I've written -- I found out how to make the messages other Applications asked for display show white instead of red, so it was added as an option. But that only ever affects messages written to FSUIPC by applications. I've never written anything which even attempts to actually change built-in FS messages like its ATIS. And the only program of mine which even intercepts those messages (so they can be re-distributed to other windows, or to WideFS clients via ShowText) is AdvDisplay, which it appears you've never used. It's okay. These things can be very frustrating, I agree. I'm wondering if, when you clean re-installed FS, you didn't leave something which is still causing it. As I said, I don't think the uninstall cleans everything. After doing an uninstall you still need to go round deleting all the Flights in your "My Documents" FS folder, and probably the original FS folder too as added-on things will still be left there. I really cannot see how, after a truly clean re-install you could have the same problems, unless your FS CDs are corrupted which isn't really plausible! I'm almost 100% sure that FS itself doesn't keep obscure option settings in the Registry. Regards, Pete
-
Reverse thrust with button
Pete Dowson replied to polmer's topic in FSUIPC Support Pete Dowson Modules
I think it will be "ThrottleN cut" -- try it. You can program that on the button release. If not that then just use "ThrottleN set" with a parameter of 0. Regards, Pete -
CH Yoke and the assigned PTT
Pete Dowson replied to Trooper63's topic in FSUIPC Support Pete Dowson Modules
Please assign the button to the PTT on/off controls in the FSUIPC dropdown -- "on" when pressed, "off" when released. These controls (called PTT Transmit On (SB3,RW,AVC) and PTT Transmit Off (SB3,RW,AVC)) do not use keystrokes but direct commands to SB and they will be mucvh more reliable and efficient. They will also work across to WideFS clients without any additional work or parameters. For SB3 there's also controls for Private Voice PTT. Regards, Pete -
Hot or Stuck Microphone
Pete Dowson replied to mndless's topic in FSUIPC Support Pete Dowson Modules
That's different from your "reinstalling FSUPC", then, and makes it start to sound a lot more to do with SB's behaviour than anything in FSUIPC or WideFS. But thenin the KeySend parameters in WideClient.INI did you use the RWon/RWoff facilities (which have been there for years), or did you assign keystrokes and tell SB to use the keystrokes? There's a lot of difference. Yes. Please try it. It does not use keypresses, it uses direct commands into SB, provided by SB (to match the erstwhile Roger Wilco). Sounds like you must be using keystrokes then -- but even then, repeating is not a good idea. It should have been "press key" for one and "release key" for the other -- the standard keyboard driver in Windows does the repeats. Because it was only relevant for versions before August 2005. That complicated method has been obsolete since then. Regards, Pete -
CH Yoke and the assigned PTT
Pete Dowson replied to Trooper63's topic in FSUIPC Support Pete Dowson Modules
And how, exactly, are you programming this PTT? Have you made sure the button isn't also assigned in FS? What programs outside FS are associated with it and crash? What do you mean by "the latest version of FSUIPC" please? Everyone says that, but it is meaningless really as they mean "the latest one I saw" -- sometimes it has been a year or more old! :-( Tell me about assigning buttons in SB3 please -- if SB3 can read PTT buttons directly, why are you using FSUIPC? Regards Pete -
Hot or Stuck Microphone
Pete Dowson replied to mndless's topic in FSUIPC Support Pete Dowson Modules
I've no idea how SB works nor what it is doing -- have you had any answers from SB support? I've never used it at all I'm afraid, so I don't know anything about it. The PTT controls sent by FSUIPC are simply those defined by the SB programmer. Why are you using KeySend still? Since version 6.50 of WideFS last August) and version 3.50 (also August 2005) there has been direct support in FSUIPC & WideFS for PTT on/off controls with no need for any action in the WideClient parameters, and certainly no need for KeySends for this action. Are you using very old versions by any chance? That definitely sounds completely wrong. Even the "RWon" and "RWoff" facilities originally provided for PTT via KeySend used two special commands for RW & SB -- one to switch the mike on and another to switch it off. You should certainly NEVER have any KeySend set to repeat. I think that may cause problems with WideFS in any case. Really? How odd. I don't know how FS would be doing that, unless it thought your joystick was newly connected -- i.e. didn't have the same ID as the last one, as defined in its FS9.CFG. If the ID is changing it sounds like a problem in the GoFlight drivers. FS will do auto-assignments if it things it's a new device. No. Even if FS was doing something with the button as well as FSUIPC, if it is assigned in FSUIPC then FSUIPC will act upon it. It cannot, as "reinstalling" FSUIPC isn't really possible. You can disable it by removing it and re-enable it by putting it back, but if the parameters are the same each time you have returned to exactly the same state, so there's no difference. Well, there appears to be a great deal of information you are not telling me -- first, if you are really using such old versions of my software please update to the latest. Even get the interim versions from this Forum (see Announcements). Then program the PTT correctly using the PTT controls, and delete the KeySend assignments in the WideClient INI file(s). The fact that you say you have to enable Repeat to make it work even when it does suggests that, even with the old KeySend method, it was most certainly not set correctly in the first placeperhaps you could tell me exactly what versions you are using and how you attempted to program PTT some time? Regards, Pete -
If the button above the IN and OUT values says "SET" then the axis is not being claibrated. You click it to start the process (and it changes to RESET). Then you set each of the other four values using the Set buttons above them (same button for the centre range). It doesn't need any engineering or programming skill. If you understand enough to fly FS at all, or even install it correctly, then this is simple. Just because it has numbers instead of wobbling spots like the Windows calibrations doesn't mean it is any harder. Please refer to the numbered steps again and tell me exactly which ones are so complicated for you. What words exactly are so confusing??? :-( Pete
-
When you uninstall FS it doesn't uninstall everything. For instance, all your flights are retained, and so on. Sorry, then, I have no idea. But as I have said a number of times, it does NOT!!! So be it. But remember that you have a problem which is not and cannot be anything whatsoever to do with FSUIPC, as you proved to start with by removing it to no avail. Installing an old version is not going to "fix" something which no version is causing! You call it a 3.6 experience, but it is not and cannot be as you have proven. You have even ignored me every time I pointed out that FSUIPC doesn't intercept ATIS messages and you somehow continue to assume it does. I'm sorry I cannot help, but it really is not FSUIPC you should be looking at. It cannot be, it is not possible as you have clearly demonstrated. Regards, Pete
-
Logitech LCD keyboard displays
Pete Dowson replied to Agrajag's topic in FSUIPC Support Pete Dowson Modules
Hmmmnot enough for Radar Contact though, the main user of the multi-line display facilities in FSUIPC. Yes, I see from the SDK that the application can retrieve the size of the display and then has to provide a bitmap for the display. The code it needs is relatively trivial, but the text font calculations and conversion to a bitmap, using Windows GDI facilities, is bulky and tedious. I've not got enough time to fit this in at present. I've made a note of it and may consider adding support some time in the future. Meanwhile it may be worthwhile seeing if some other programmer may like to write a utility for it -- as Jose Oliveira did with the Showtext utility for displaying the messages in a window separate from FS (even on a WideFS client). Regards, Pete -
Goflight and Wilco 737 Pilot in Command
Pete Dowson replied to KingCat's topic in FSUIPC Support Pete Dowson Modules
Sounds like a complaint/suggestion to the makers is in order? ;-) Regards, Pete -
No. There's an option for messages being sent THROUGH FSUIPC (i.e. from an FSUIPC application) to the FS message window to be encoded for white text, but there is no code in FSUIPC to intercept any FS messages let alone change any of their parameters at all. The ONLY code which intercepts messages in FS is in AdvDisplay, but even that doesn't change parameters for FS's messages. No, that is simply not possible. FSUIPC is completely self-contained in the one DLL module. There is nothing separate possible to "hang around", and as I said in the first place, FSUIPC doesn't intercept FS messages in any case, it simply directs application messages. The colour option only applied to them. Well, something else is going on then. I'm very sorry, but I've no idea. Well, there is really nothing in FSUIPC which would change all that behaviour, sorry. As far as I knew the Show ATC Text option had little to do with the ATIS message in any case -- the latter is a completely separate window, and FS's ATIS stuff has been in FS for many more releases than ATC. Well, I'm sorry, but that can only be a coincidence. And most certainly a fresh (COMPLETE) re-installation of FS would restore it back to its normal operation. So evidently you did not truly uninstall it all beforehand. Try removing the FS9.CFG file and restarting FS. If it is anywhere it will be there. I'm not aware of any registry stuff for FS9 other than the usual install data. I assume you mean "No"? Anyway, that's only an option for application messages. There is NO WAY for FSUIPC to change the ATIS message because it does not intercept it. No, because as I said it is only AdvDisplay which did that, and then not for ATIS messages. If you are getting the wrong colour messages without FSUIPC or AdvDisplay loading, it is an absolute dead certainty that neither of these have anything whatsoever to do with it. Have you even tried simply deleting the FS9.CFG file? That is usually the very first thing to try when you get any odd behaviour from FS! Regards, Pete
-
Reverse thrust with button
Pete Dowson replied to polmer's topic in FSUIPC Support Pete Dowson Modules
Program the buttons to send either F2 keystrokes (one button all engines) or THROTTLEn DECR controls. For the latter, enable repeat. You would have to reduce throttles to idle, then hold the button down, just like holding the F2 key down. Pete -
FSUIPC 3.60 - Issue with validity of .gau?
Pete Dowson replied to caerleon's topic in FSUIPC Support Pete Dowson Modules
A .reg file? That would be nothing to do with FSUIPC. I'm pretty sure that the ILH_TCAS gauge has a valid key, but it looks like the gauge has been renamed to L_ILH_TCAS2 which will make its key invalid. Regards, Pete -
FsuIPC and FS2004 Stratus Cloud
Pete Dowson replied to PeteSk8's topic in FSUIPC Support Pete Dowson Modules
There seems to be quite some difficulty with FS2004 overcast. I think the better weather programs like ActiveSky get around this by using more than one layer. FSUIPC can set weather at weather stations, and you can select stratus. But you have no direct control of the rendered graphics, and they are moved by the wind not by any "cloud flight controls". Sorry. Not FSUIPC and not, I think FS directly, except via multiplayer,, but that's for "aircraft" not clouds. Regards Pete -
Only if it can be set to receive either NMEA position data or AV400 "Aviation format" data. Most GPS's provide OUTPUT, like GPSout, and don't accept input positions except from an aerial. Refer to your GPS manual. Regards, Pete
-
Hot or Stuck Microphone
Pete Dowson replied to mndless's topic in FSUIPC Support Pete Dowson Modules
Since FSUIPC does not dynamically change anything, but simply reads the INI each time it loads, this really cannot be happening the way you say. Simply putting in the same parameters as were there before would make no difference whatsoever. It simply cannot do so. It sounds more like you have done something strange, such as selected "repeat" or similar on the button programming. Tell me more details about exactly what you are doing and I'll see if I can spot anything wrong. Pete -
What is the clickspot supposed to do? If the folks who programmed the panel are using FSUIPC for something then I could see how that could produce a problem if something were in error, but the only thing I know about like that was related to a gauge called ATN, and the problem was fixed in one of the interim versions available here. Did you check? Please see the Announcements at the top of the Forum. Regards, Pete
-
Goflight and Wilco 737 Pilot in Command
Pete Dowson replied to KingCat's topic in FSUIPC Support Pete Dowson Modules
FSUIPC doesn't drive any displays. You'd need GFdisplay to operate the LEDs. I have used a GF-T8 successfully for lights -- from what you describe it sounds like your problem is specific to the particular aircraft. Have you tried it with the default 737? Do so, to check. It is quite likely that the panel programmer is controlling the lights directly -- you would have to find out if there's a key assignment you can make to operate the panel's switches instead. Pete -
No. There are absolutely no permanent changes FSUIPC makes to anything at all. Simple removal of the DLL from the Modules folder is a complete uninstall! Sonds like there's something else happening in your system. It is AdvDisplay which intercepts FS ATIS messages in any case, not FSUIPC -- the new message facilities in FSUIPC can foward external application messages to FS for that display (and with the colour option) but it cannot interfere in FS's own messages. Sodo you have AdvDisplay installed? Regards, Pete
-
Anyone trying the UDP setup in WideFS.
Pete Dowson replied to Wise87's topic in FSUIPC Support Pete Dowson Modules
I'm using it in my 8 PC cockpit setup. There are occasional rare errors with blocks arriving out-of-order -- unlike TCP and SPX there's no guarantee of arrival in order (nor even of arrival at all) -- but so far those don't seem to do any harm. Avoid loops in the Network though (i.e. two separate paths) -- I had a FireWire loop originally, and that produced a lot of out-of-oder block problems. I think the performance I'm getting is a bit smoother, and the FS frame rates a little higher, but I can't quote any precise figures at present. Regards, Pete -
FSUIPC Offset for Nozzle Position %
Pete Dowson replied to vipre's topic in FSUIPC Support Pete Dowson Modules
They are probably not mapped into FSUIPC as no one has asked for them before. Can you be more precise over what you want and how I would possibly recognise it if I saw it? Pete