-
Posts
38,265 -
Joined
-
Days Won
170
Content Type
Profiles
Forums
Events
Gallery
Downloads
Everything posted by Pete Dowson
-
Pete, hope you can maybe shed some light
Pete Dowson replied to dwbarnett's topic in FSUIPC Support Pete Dowson Modules
Nothing arrived in my email from you until 12 minutes ago. Now I see another copy arrived 6 minutes ago too. The log you sent seems to show that you don’t have anything assigned to the Lua plug-ins. they are starting up, but never being asked to do anything! The throttles are not actually assigned as I said you must. This would explain why you are still seeing normal unlimited throttle action – I suspect you have them still assigned to the throttles, not to the Luavalue! If you think you have assigned them correctly, please show me your FSUIPC4.INI file so I can see what you’ve done. Pete -
FSUIPC vanished from FSX Addons drop down
Pete Dowson replied to ollieplimsoles's topic in FSUIPC Support Pete Dowson Modules
Okay. now what you should do, if you want the other stuff running again, is to add the entries from the old DLL.XML file, the one you saved or renamed, back to the new one, one at a time, testing by loading FS each time. The sections are the parts between (and including) <Launch.Addon> and </Launch.Addon> add them before that last </SimBase.Document> line. There's no need (and no point) adding any section which contains <Disabled>True</Disabled> Pete -
CH Throttle Quadrant Problems
Pete Dowson replied to joshfellows1997's topic in FSUIPC Support Pete Dowson Modules
Sounds like they don't have IDs asigned to them. FSUIPC relies upon Windows assigning IDs, but some installers don't seem to work well, especially in Windows 8. You could try setting the IDs yourself. There's a utility to help do that called JoyIds http://airgroup51.net/forum/index.php?PHPSESSID=09e506505bba7e42a1f9efa9ceff9383&action=dlattach;topic=2435.0;attach=2966 -
Pete, hope you can maybe shed some light
Pete Dowson replied to dwbarnett's topic in FSUIPC Support Pete Dowson Modules
I just noticed your post on AVSIM FSX forum asking for help, in which you say that the throttle input is "not limited at all". This seems to indicate that your assignment is still to the throttles, not purely to the plug-ins. If the Lua plug-ins weren't running you'd get nothing on the throttles because there's then no active assignment. Have you still got the controller enabled in FS? I'm waiting for the log file so I can help before I go. Pete -
Pete, hope you can maybe shed some light
Pete Dowson replied to dwbarnett's topic in FSUIPC Support Pete Dowson Modules
I'm not off till the morning. Enable button/key logging, and lua debugging options in the Logging tab, then close FSX and restart it. Briefly try the throttle levers, at least once eacvh in each range, then close FSX. ZIP up the FSUIPC4.LOG file and send it to me at petedowson@btconnect.com. Pete -
Unable to activate FSUIPC
Pete Dowson replied to schmeichel75's topic in FSUIPC Support Pete Dowson Modules
You appear to have purchased FSUIPC3/WideFS6 separately in 2007, then FSUIPC4 on its own in 2008, then WideFS7 early in 2012, then again in December 2012. The name and address certainly matches each of the later purchases. I still think the only way it can reject the key is if you are using the key for FSUIPC3/WideFS6 [EDIT] Also check that your computer system date is correct! Please confirm that you are installing FSUIPC 4.939n (the currently supported version). If so, email me the details you are trying to register with -- do NOT post them here. My email is petedowson@btconnect.com. After this evening I am away till the 27th May. Pete -
Unable to activate FSUIPC
Pete Dowson replied to schmeichel75's topic in FSUIPC Support Pete Dowson Modules
Are you sure you are using the registration for FSUIPC4 / WideFS7, and not for FSUIPC3 / WideFS6? The registration system has not changed since it was first created in 2003, so you definitely have something wrong. I can't even check because you come here with a false name. Pete -
Unable to activate FSUIPC
Pete Dowson replied to schmeichel75's topic in FSUIPC Support Pete Dowson Modules
You are getting something wrong. You must enter all three parts -- name, email, key - EXACTLY as originally provided when you purchased it. If you are not sure, use cut and paste. If you don't remember how you spelled your name you'll need to re-retrieve the details from your SimMarket account. Pete -
Pete, hope you can maybe shed some light
Pete Dowson replied to dwbarnett's topic in FSUIPC Support Pete Dowson Modules
I expect "- -" to work okay, but it isn't good arithmetic and is in danger of looking like -- which Lua uses to denote a comment. Subtracting a negative number is the same as adding a positive one (elementary school arithmetic?), so you should have: -
Pete, hope you can maybe shed some light
Pete Dowson replied to dwbarnett's topic in FSUIPC Support Pete Dowson Modules
Yes, sorry about the typos. Trying to do things quickly -- away tomorrow for 2 weeks, and lots to do beforehand! You've got some jitter on throttle 2 -- FSUIPC responds to the first axis change it sees. If it stops even the rescan finding the other axes you can temporarily tell it to ignore the misbehaving axis. It's all described inthe user guide. Could my saved flight be messing my LUA script up somehow....still not functioning. No. Nothing except you can change a Lua script. No, only if you opt for Button & Key logging, or enable the Lua debugging option. See the Logging tab. If this was not optional you'd get huge logs, entries every time! But, sorry, more errors in my original advice. I was in a hurry! It is using the event system, which means it should be loaded and stay resident. If you only need it for one Profile, add this section to the INI file: [Auto.name of profile] 1=Lua throttle1 2=Lua throttle2 If you always want it operating, just use [Auto] with no profile name. Then reassign the throttles to Luavalue throttle1 and Luavalue throttle2 Sorry about the original advice -- I was mixing up two different ways of doing things. Pete -
Pete, hope you can maybe shed some light
Pete Dowson replied to dwbarnett's topic in FSUIPC Support Pete Dowson Modules
Yes, should be okay. The axis output number you want is the one shown in the axis assignment tab. You won't be able to calibrate, so don't bother. Any calibration adjustment you find you need will have to be done using more arithmetic in the Lua plug-ins. You could do, but I don't think you need to -- this capability is already built into the FSUIPC calibration facilities. That has cut-off as minimum, and an idle zone above that. Just calibrate to your desired lever positions. The only reason it isn't like that for throttles is that the regions are usually reverse thrust -- idle - forward thrust. If you did want to do it the more complicated way, like the throttles, you'll need to look up the correct FS control numbers to use -- there's a complete list installed in your FSUIPC Documents folder. Pete -
FSUIPC vanished from FSX Addons drop down
Pete Dowson replied to ollieplimsoles's topic in FSUIPC Support Pete Dowson Modules
Either. If any of them matterd it would only have meant you okaying trust confirmations. Okay. So three possibilities: 1. THere is an error in the DLL.XML file which I didn't spot, or 2. One or other of the modules loading is conflicting in some way (though this seems unlikely -- you should still get the trust question), or 3. There's something is the Registry or elsewhere which is telling SimConnect not to trust it. To eliminate 1 and 2, please rename or save your DLL.XML file, then rerun the FSUIPC4 installer. It will create a new one with only it loading. For 3 see this thread in the FAQ subforum: http://forum.simflight.com/topic/74745-fsx-automatically-mistrusts-modules-fsuipc-not-loaded-solution/ -
Definitely the second option. I've implemented this sort of thing (Flightlink and PFC radio stacks and MCPs) and the first method is not good at all, you get overruns due to queuing. With the second, just update the value in the Sim when you haven't seen an update from the device for a time, say 500 mSecs (but experiment with that, it depends on the device and so on). There's not really any point in updating it before, unless it is adjusting something visually in FS which you need to see as well (eg the heading pointer on a PFD). Then I suppose you'd need your regular timed updates. Of course, if something else in the Sim updates the value (eg loading a flight) then display that straight away, discarding any as yet unwritten value from recent local changes. Pete
-
FSUIPC4 Latest Install to FSX:SE Blues
Pete Dowson replied to Imanual's topic in FSUIPC Support Pete Dowson Modules
That should have been there in any case. Something obviously went wrong with the FSX-SE install. Yes, what you did was to correct an obvious omission when you did the FSX-SE install, although I think normally it would be "SetupPath" in the HKEY_LOCAL_MACHINE section. The FSUIPC4 installer copes with either. I don't know of any other cases like this -- the installer has always correctly created the installation or application path entries in the Registry. Perhaps you should report this to DoveTailGames in case it's a new bug in their installer. Pete -
FSUIPC vanished from FSX Addons drop down
Pete Dowson replied to ollieplimsoles's topic in FSUIPC Support Pete Dowson Modules
The log file shows all was fine, but that was on 2nd May. Have you not tried since then? Not sure why you want to paste the [Trusted] section, and it is too big for me to search through. Why not just delete it all? Pete -
FSUIPC4 Latest Install to FSX:SE Blues
Pete Dowson replied to Imanual's topic in FSUIPC Support Pete Dowson Modules
No, the current installer will install wherever your versions are. It finds the locations from the Registry entries for the installation. If your Registry is wrong then many programs will fail. Did you manually move the FSX-SE installation instead of using its install process? That is not a good thing to do. I suggest you reinstall FSX-SE following normal procedures otherwise you will get lots of problems from lots of installers. Also make sure you are trying to install the latest version of FSUIPC -- FSUIPC 4.939n. If you ever do have any installation problems at all with FSUIPC, when using the latest version, I need always to see the Install log file. That is why one is created! Pete -
Which "app"? Lua is a public language and has its own books and website. I think there are full tutorials on their website. The Lua libraries added by FSUIPC are documented in the Lua package installed in your FSUIPC Documents folder, in the FS Modules folder. Similarly, the FSUIPC User Guide describes FSUIPC user facilities. Pete
-
Can't install FSUIPC into FSX SE
Pete Dowson replied to EasyPC's topic in FSUIPC Support Pete Dowson Modules
Of course, because 4.939i is out of date and pre-dates the release of FSX-SE build 62613!!! The earliest supported version at present is 4.939n. Pete -
Wide Client loss of communication during flight
Pete Dowson replied to elsmoko's topic in FSUIPC Support Pete Dowson Modules
Well, you omitted to show the WideServer log file, but I don't think it will show a problem either -- neither of the logs show anything wrong, if fact they show a perfect session. However, the two logs you do show are for different times and days, Date (dmy): 10/05/15, Time 01:11:16.158: Client name is KENS_LAPTOP1 compared to 187 System time = 09/05/2015 22:57:47 and in any case the FSX session continued for some 7100 seconds after RCV4 started, but you closed the Client after only 180 seconds or so! You need to show logs relating to the same session, the one where you get the problem. Are you seeing "waiting for connection" in the WideClient tite bar when you think you are losing connection? Pete -
Pete, hope you can maybe shed some light
Pete Dowson replied to dwbarnett's topic in FSUIPC Support Pete Dowson Modules
I can outline what the plug-in needs to do. You'll need to fill in the values. Here, it is short enough: x = fill in here the number read from the axis at the point where you get 21% thrust y = fill in here the number from the axis where you want normal thrust to continue z = fill in here the maximum value seen from the axis function throttle1(n) if n > x then if n > y then n = x + ((n - y) * (z - x) / (z - y) else n = x end end ipc.control(66420, n) -- 66420 is Axis throttle1 set (use 66423 for throttle2 end event.param("throttle1) Do one such plug in for each throttle, then, in FSUIPC axis assignments, assign each throttle axis to the relevant Lua plug in -- eg if the plug-in is called "mythrottle1.lua" the assgnment is to Lua mythrottle1. I might have made a mistake in the arithmetic, but I think it's okay. You'd need to test. But first you need to determine the values you need to match the positions on your throttle levers. Pete -
XUIPC.DLL is a basic part of FS, handling its user interface. It is nothing to do with FSUIPC. You need to report crashes in FSX-SE to DoveTail Games on their support email, along with the MDMP file which is produced in the main FSX folder. Pete
-
FSUIPC vanished from FSX Addons drop down
Pete Dowson replied to ollieplimsoles's topic in FSUIPC Support Pete Dowson Modules
There is nothing looking wrong in either of the files you show. Perhaps there is an FSUIPC4.LOG file being produced which shows what the problem is? If not, then the most likely cause is that you have at some time refused permission for FSUIPC to load, and there's an entry in the FSX.CFG file which tells FSX not to load it? Check the [Trusted] section there Pete -
brakes flaps and landing gear
Pete Dowson replied to Verna's topic in FSUIPC Support Pete Dowson Modules
I'm sorry, but FSUIPC cannot possibly interfere with any of those functions when directly input to FSX. You need to look elsewhere. Pete -
I don't know. Have you tried? Pete
-
Pete, hope you can maybe shed some light
Pete Dowson replied to dwbarnett's topic in FSUIPC Support Pete Dowson Modules
Why not? If you plan to write a Lua plug-in to do the job, and need help or get stuck, why not ask? I can help. I'm not about to do it for you, but I'm here to ask as you need. Your last reply seems to imply you;ve taken some sort of offence to what I've been advising. Why is that? I've only been trying to be clear about what you probably need to do from my understanding of what you describe. I don't really know why you thought I didn't understand in the first place. Pete