-
Posts
38,265 -
Joined
-
Days Won
170
Content Type
Profiles
Forums
Events
Gallery
Downloads
Everything posted by Pete Dowson
-
The usual problem is that for some unknown reason FS often sets the sensitivity to zero. Check that. Pete
-
Fix control acceleration ?
Pete Dowson replied to Flap's topic in FSUIPC Support Pete Dowson Modules
Ernow you've lost me. Code for what? You don't mean EPIC I hope -- I've not programmed that for many years. I have a USB Epic but I just use the declarations provided to define all the axes as axes and all the possible buttons as buttons. Nothing more than declaring the interface to Windows as far as I recall. And I've not changed anything in that since the USB version first appeared! There used to be some EPIC forums where you should get loads of help. Have you searched via Google? Regards, Pete -
Too much to expect I suppose! Yes thanks -- steam railways in Italy. ;-) Regards, Pete
-
Why is WideFS trying to connect to the Internet??
Pete Dowson replied to sgr's topic in FSUIPC Support Pete Dowson Modules
The only thing I can think of is that you are using an Internet IP address for the Server, or at least telling WideClient this. Or it is an addrerss that has been set, in Windows somehow, as an Internat rather then LAN address. Please let me see your WideClient.INI and WideClient.Log files after such an occurrence. I really don't know how to invoke an Internet connection by program -- I've never written anything for the Internet, so I'm clutching at straws a bit. Regards, Pete -
Sorry, it didn't appear. Just cut-and-paste into your message. Load FS and close it when it is ready to fly. Keep it short and the Log will be short. Regards, Pete
-
Please check the two or three checkboxes on the lower left. The defaults are different according to whether Advdisplay is detected as installed or not. Tell be which ones are checked, if any. Tell me what you've tried to change please. I have FSRealTime, but I don't know the option. Please tell me how to reproduce this message and I can also check it here. Regards, Pete
-
See the support details at the top of this Forum, the one entitled READ THIS IF YOU LOSE YOUR FSUIPC or WIDEFS keys. Pete
-
Can't connect the "A/T Arm" with fsuipc_3.60
Pete Dowson replied to Sir.Floyd's topic in FSUIPC Support Pete Dowson Modules
Hmmmupdating is only copying one file (the DLL) into the modules folder. That's it. One little drag and drop. BTW version 3.53 was released this year (Jan 1st actually! ;-) ) Where do you get such ruels? This would mean having to re-calibrate axes, and restore all the button programming and other options the way you like. Not only that, but it also it means re-entering registration details. And the Log is re-created from scratch every time you start FS, so that is totally irrelevant. Please simply copy new versions of the DLL into the Modules folder, EXACTLY as it tells you in the documentation. It couldn't be simpler. Don't delete a thing. The only thing about deletions is concerned with updating from a VERY VERY old FSUIPC to a new one, because some of the options may change names -- but that really isn't necessary even then, and most certainly hasn't been in the life of version 3.xxx. If you assigned it in FSUIPC then I'm not surprised, as you delete all your settings. Regards, Pete -
ESound.dll - a little help please from anyone
Pete Dowson replied to jerel2k6's topic in FSUIPC Support Pete Dowson Modules
I still need to edit it to read it. Why keep all those lines you don't use? [Devices] 1=Primary Sound Driver 2=SB Audigy 2 ZS Audio [DF00] [Polling] Epic=10 Var=5 [Sounds] Path=ESounds 2=nappminimums 4=nminimums 12=nv1 13=nrotate [Triggers.ERJPANEL1] 2=ALTITUDE_ABOVE_GROUND<=410, 2,0 4=ALTITUDE_ABOVE_GROUND<=210, 4,0 12=AIRSPEED>= 138, 12,0 13=AIRSPEED>= 148, 13,0 [SwitchedTriggers] 1=OnGround 2=InAir [Triggers.InAir] 2=ALTITUDE_ABOVE_GROUND<=410, 2,0 4=ALTITUDE_ABOVE_GROUND<=210, 4,0 [Triggers.OnGround] 12=AIRSPEED>= 138, 12,0 13=AIRSPEED>= 148, 13,0 Not sure why you have the line numbers matching the waves in each section. the Trigger line numbers are irrelevant apart from controlling order of execution. Is the [Triggers.ERJPANEL1] section correctly named for your aircraft? It seems an unlikely aircraft name -- you can see the aircraft title in FSUIPC's Flaps calibration section. I don't remember too much, but I don't think the switched sections will actually do anything unless you have some triggers which operate the switches. Well there's no point in using the Path= statement to give the path, then adding the same path to all the entries. The whole point of specifying a path for all the Wave files is to save you entering it in each line. I suppose it should work, it just seems very strange. You'd normally only specifiy an individual path when the WAVE file is elsewhere. I suppose the wave files ARE there? If you don't specify one it uses the default one in Windows. That's all I know. Sorry. Regards Pete -
Problems reading weather after FSUIPC upgrade
Pete Dowson replied to vdkeybus's topic in FSUIPC Support Pete Dowson Modules
Well, the only changes have been improvments in the reliability of the reads and writes. Sounds like there was some misunderstanding in the original protocol. Right. stop there. Do you write this as one FSUIPC_Write of 8 bytes? If not you must write the signature second, not first, as this acts as the trigger. No IPC read logging works identically to the write logging. It has never not worked. It is essential for program development and i use it all the time. Regards, Pete -
Peter, Offset to pass some personal datas
Pete Dowson replied to remont's topic in FSUIPC Support Pete Dowson Modules
There's a set of 64 bytes from 66C0-66FF for general use -- they are used in the examples for the GFdisplay program I provide. They shouldn't clash with any registered application. Regards, Pete -
Why is WideFS trying to connect to the Internet??
Pete Dowson replied to sgr's topic in FSUIPC Support Pete Dowson Modules
It doesn't. There is no Internet stuff in WideFS at all. What else are you running? Pete -
Sounds like the pot has shifted off-centre -- assuming you've not moved a trim lever on the device somewhere. (If you have, recentr it with that). Yes, FSUIPC canfix the centre, but you may have less sensitivity on one side than the other with the pot so mispositioned. As your yoke is well out of warranty it may be worth opening it and looking to see if you can re-adjust it. Pete
-
I shouldn't think so because the firmware only provides one code for each switch -- PFC.DLL cannot distinguish between identical codes. In fact I've no idea how you managed to connect two. I would assume they'd use the same driver circuits on the digital controller board and maybe even damage them. I'd re-check with PFC if I were you. Regards, Pete
-
Banging My Head Against My Desk
Pete Dowson replied to Mike Toussaint's topic in FSUIPC Support Pete Dowson Modules
That message from WideServer normally means WideFS is not registered. Check the WideServer.LOG file and the About/Register option in FSUIPC. Pete -
Show me the FSUIPC Log please. Which FS2004 are you using -- it may need the FS9.1 upgrade. Pete
-
ESound.dll - a little help please from anyone
Pete Dowson replied to jerel2k6's topic in FSUIPC Support Pete Dowson Modules
I'll look, but I haven't used Esound for many many years and probably will struggle to help. There's so much commented out there that I've edited it to read it: [Devices] 1=Primary Sound Driver 2=SB Audigy 2 ZS Audio [DF00] [Polling] Epic=10 Var=5 [Sounds] Path=ESounds 2=ESounds\nappminimums 4=ESounds\nminimums 12=ESounds\nv1 13=ESounds\nrotate [Triggers] 2=ALTITUDE_ABOVE_GROUND<=410, 9,1 4=ALTITUDE_ABOVE_GROUND<=210, 7,1 12=AIRSPEED>= 138, 11,1 13=AIRSPEED>= 148, 12,1 Now there are several things I think need checking: 1. Where is the Esounds path? If the path is set to Esounds, why is the "Esounds/" part also in most of the pathnames? 2. There's also only one sound actually referred to -- 12. Sound numbers 7, 9 and 11 were commented out, so those trigger lines are no use. You must relate triggers to the sounds else how does it know? 3. Where is the [settings] section and line defining the device, sound position and volume level for setting 1 which is all you are using? If you want to omit [settings] and just default it you need to either leave off the ",1" or use ",0". [Now I know this is explained in the doc]. Regards, Pete -
What version of my PFC.DLL? If not the latest interim, please try that (above). Sounds very much like Windows power management. Go into the properties for the USB port and switch it off. Also, try putting your two USB devices on separate USB hubs -- the motherboard USB ports are in pairs. Try moving one of the devices to a different pair. Doesn't it say? 3000 milliseconds in 3 seconds. Regards Pete
-
How did it tell you? Was it in a line at the top of the outside view in FS? I don't know the FSRealTime option for that. If it is in the message window, maybe you've got the options set incorrectly? Check those on the "About/Register" page in FSUIPC -- check the early pages in the documentation too. Let me know. The new options work with all the programs I tried them with, but I don't know the FSRealTime one. Regards, Pete
-
Fix control acceleration ?
Pete Dowson replied to Flap's topic in FSUIPC Support Pete Dowson Modules
On the rotaries I have each "click" sends eith a button down or button up, so I program both. If yours sends a complete pulse (down and up) for each click, then simply don't assign a control to the release. Pete -
Real world weather loaded thru WideFS?
Pete Dowson replied to sgr's topic in FSUIPC Support Pete Dowson Modules
Yes, it should do. Pete -
No idea, but I would presume that after a snowfall the ground is supposed to stay white. Maybe you could raise the temperature to try to melt it? I really don't know anything about the graphics in FS. Sorry. Regards, Pete
-
hmmm, an oddball problem
Pete Dowson replied to Ste9889's topic in FSUIPC Support Pete Dowson Modules
Yes. Where did you get the key from, and when did you buy it? Have you read the announcement at the top about needing FSUIPC 3.53 or later? Regards, Pete -
Yes. Where did you get the key from, and when did you buy it? Have you read the announcement at the top about needing FSUIPC 3.53 or later? Regards, Pete
-
Can't connect the "A/T Arm" with fsuipc_3.60
Pete Dowson replied to Sir.Floyd's topic in FSUIPC Support Pete Dowson Modules
I would need more information to help. There is no A/T Arm facility built into FSUIPC. What are you using? Does whatever it is work with a default aircraft? Pete