Jump to content
The simFlight Network Forums

rickalty

Members
  • Posts

    163
  • Joined

  • Last visited

Everything posted by rickalty

  1. I had the same problem with an app not long ago. It would run from the IDE but wouldn't run compiled. Since it doesn't happen from the IDE you can't use the debug either. What I ended u having to do was but a message box in after everything it did so as to see where it was crashing. Richard
  2. WideFS is now payware. You need to buy a key to use it. FSUIPC is 'sort of' payware - you need a key to use the added functions, but almost all applications that access MSFS through it have built in keys. So you can use a program that accesses FSUIPC without registering FSUIPC, but you won't have access to the added functions - look at the "Sticky" thread at the top of the thread list titled "FSUIPC going payware" for more details. Richard
  3. Did you purchase an FSUIPC and/or WideFS access key through SimMarket?
  4. FSUIPC.INI should be in the same folder as FSUIPC.DLL - usually C:\Program Files\Microsoft Games\FS2002\Modules Do you see files there just called FSUIPC with no extension? If so you just have "Hide extensions for known file types" selected in Windows "Folder Options", and one of those is FSUIPC.INI If you didn't have one, then FSUIPC would start with the "out of the box" defaults, and it would write a FSUIPC.INI file with those defaults in it. If you look in the zip you downloaded, there's no INI file, because the first time FSUIPC runs it writes from scratch. Richard
  5. Don't panic.... SimMarket hands ot new keys, not Pete. The only keys Pete hands out himself are for developers. You'll get your key from SimMarket within a day, usually. (Hint - even if you haven't received it, go back to SimMarket, go to your account there and look at the transaction history for your purchase - the key will show up there hen it's processed, and that's often faster than waiting for them to email you it) Richard
  6. Sorry, "W" is panel on/off not magneto start, but the same procedure applies, just scroll FSUIPC down to "Panel Toggle". Richard
  7. Do you mean that you want the backspace key to actually produce a "W", or do you just want the backspace key to turn the magneto to "start", as "W" usually does? If the former, I don't think FSUIPC will help you - you'll need to see the driver software for your 10-key to see if you can reassign the character sent by each key. If you just want the backspace do magneto start, open FSUIPC, click on keys, click the "set" button, scroll down to "Magneto Start" and click confirm. Richard
  8. Do you have a source for that Palm GPS software? I have a COM cradle for my Palm too. Richard
  9. Do you have a source for that Palm GPS software? I have a COM cradle for my Palm too. Richard
  10. Copyright material can only be distributed with the express permission of the copyright holder. My email is included in the package, and they've never made any attempt to contact me to ask for my permission. Additionally, they've modified the downloadable .zip file to remove the file that states that the program is uploaded for distribution through Avsim.org - again, wthout my permission. The readme also says that no charge can be made for the app - in my opinion Flightsim.com's charging for their "First Class membership" to let people get past the endless "All nodes busy" constitutes charging for the software that those first class members then download. They also sell CD's of other peoples software, though I have no idea if they've put anything of mine on any of them. I'm not a Flightsim.com end user. I registered with their site purely to see if the Eicas panel you referred to was mine. Asking is the right thing to do. They never gave me the courtsesy of asking. The reason I only wanted the files available through one source was version control. A revision of FSEicas is being uploaded in a day or two, with some extra features an some bug fixes. Anone who saw the original on Avsim will hopefully se thee's a revision and download that. I have no idea if / when flightsim will poach it and repost it, so people will still be using - and emailing with bug reports on - an obsolete version.
  11. Whoops... never mind.... for some reason I still had a copy of wideserver.dll 5.50 in my downloads\unpack folder, which must have been the file I did the version check on. The one in FS2002\Modules is 6.101 I can just overwrite the .dll's, right? and the .ini's will retain the registration keys? Richard
  12. Thanks, Pete - I was pretty certain that was the case from FSUIPC 3.11 to 3.20, just wasn't so sure going from WideFS 5.xx to 6.xx. Richard
  13. I registered FSUIPC some time ago - Version 3.11, and about a month ago I registered WideFS - version 5.50. I see that there's now FSUIPC 3.20, and WideFS version 6.20. If I download the latest version of each will I need to buy a new registration for either one? Richard
  14. Interesting...... The Eicas panel you refer to is an application that I wrote - and that I never uploaded to Flightsim.com, nor gave them permission to distribute. If you look on Avsim.org, there's also a file called FSPanel which is a GA Instrument panel designed to run on an external computer that also communicares with MSFS vis WideFS. Richard
  15. Silly question, I'm sure, but are you perhaps flying out of an airport in a time zone two hours off from your computers clock time's time zone? Richard
  16. I - think - I've found out why this worked for you and then didn't. If I am working on a project, and run it compiled, then later work on the code in the developer interface, it will run from the IDE, but if I haven't run it compiled, it won't. It would appear that once FSUIPC accepts that an app is registered, it continues to do so, even though technically it's VB that's running, not your app. Richard
  17. The KingAir must have been in a different release of FS2002.... I don't have one. However, I tried out half a dozen diffeent turboprops and found that dividing the prop RPM from scaling N1 by 7.96 gave the right Prop RPM in each case. Why 7.96 I don't know, but it worked, and the app is now on the Avsim Library. Richard
  18. I'd actually remembered to do that, just forgot to mention it in my post. Yes, that's exactly the same value as I'm getting for the Dash-8 I don't.... current reading is N1 10763, so 10763 * 54144 / 65536 = 8892, but the cockpit gauge reads 1117 :( Maybe thats the problem - I'm using FS2002, which doesn't include a default Turboprop, so I'm using a downloaded Dash-8. I'll try a few more and see what I come up with. Thanks, Richard
  19. Hi Pete / everyone, I'm obviously doing something wrong here, and would appreciate some help. I'm writing a turboprop Eicas panel, and have everything working except the Prop RPM gauges :-( I see from the SDK that I should be able to get this for Engine 1 by reading 0898 - Engine1 N1, and multiplying that by 08C8 - Engine1 prop scaler. Well, I can't seem to make that work. As it sits right now, FSInterrogate tells me that N1 at 0898 is 10189, which factors to 62.2%, and the scaler at 08C8 is -11392, which would be 54144 as a positive number. Well, the propRPM gauge on the actual MSFS cockpit shows 1058 RPM, and I just can't seem to come up with any way to take those two values - 10189 or 62.2% and -11392 or 54144 - and get 1058 :-( Someone please tell me what I'm missing? Thanks Richard
  20. Yesterday it worked Today it does not work ...........Such is Windows From "HighTech Haiku" :-)
  21. Are you just using the Plasma as a Windows gaming device then? If you run KBStudio / KBemul, you can get a lot more functionality out of it. Richard
  22. Hi Dave.... just a word on the key problem you're having (I've posted the same reply at the Avsim forum, but it's something that happens commonly, so I've put it here too to for anyone else who has the same problem.) Remember that entering a key assignment in FSUIPC does not remove the assignment set to the same key by MSFS itself. After assigning, say, "Ctrl-B" to "Autobrake Off" in FSUIPC, go to the main MSFS assignments page and make sure it isn't set to anything there. The easiest way to do that is to choose a command that currently has no key command and click "Change Assignment". Then click "Ctrl-B", and MSFS will either say "That key is available, click OK to continue", or "That key is currently assigned to #####". If it's assigned, go to that command and click delete assignment. If a key is set in FSUIPC to one thing, and to another in MSFS, you'll get that repeat back and forth whenever you hit it. The other thing to check is that in Leo's Keyboard Studio you don't have "Repeat while pressed" selected - you want KBEmul to send the keystroke once when you turn the rotary to that position, not keep continually sending it. As for PM, it sounds like PM also has the same key assignment set to something different, but I don't know PM's interface at all I'm afraid. Richard
  23. Thanks, Pete - one of those two methods will probably do it. I'm on the road at the moment and the fine baggage handling folks at "America Worst" have managed to break my laptop, so I have no access to my app till I get home, but I'll look this weekend. Richard
  24. What does that mean? Are you saying they are in the wrong units, or that they never change with switch operation, or what? Please clarify...... If I know what you are looking for and how I can check it I may be able to fix something in the next FSUIPC version. Pete Hi Pete, sorry I wasn't clear. Firstly, I'm currently working with FS2002. What I've done is written an application that displays a generic General Aviation instrument panel on an external computer, connected to the computer running MSFS via WideFS. (I know that PM already does one, but a) it's expensive payware and b) since it uses 3D you need a fairly good computer to run it - mine runs on even a 486) I've gotten all the flight instruments working fine, and all the engine gauges except the Ammeter :-( I looked at the various "Amps" readings in the FSUIPC SDK (yes, second table), but they all seem to be far too high - in flight the panel Ammeter shows a very small value - only an amp or so either side of zero - but the bus amps all seem to be around 30. Richard
  25. Hi everyone - I've been searching, but I can't find the offset for the value displayed on the Ammeter gauge on a GA panel. I tried the various Bus Amps readings, but they're not even close. Can anyone help ? Thanks, Richard
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.