Jump to content
The simFlight Network Forums

Thomas Richter

Moderators
  • Posts

    1,506
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by Thomas Richter

  1. Hi, FSUIPC can read Controller axis and buttons that are seen by windows as a Game controller or Joystick controller, others will not be seen even if they are HID controllers. The PFCHid... module will ONLY work with PFC hardware it was written for but not for others! What is the make of those PFD and MFD G1000 hardware controllers ? Don't they have a special driver from their manufacture? Thomas
  2. Hi, just confirmed by MS, MakeRwys.exe is no longer Malware classified with Windows Defender definition 1.225.3417.0 or later. The Microsoft Malware Protection Center (MMPC) has investigated the following file(s) which we received on 8/6/2016 12:20:54 PM Pacific Time. Below is the determination for your submission. ======== Submission ID MMPC16080699733031 Submitted Files ============================================= MakeRwys.exe [Not Malware] So you can download it again Thomas
  3. Hi, that is related to the language setting that is used on that PC. In metric system for decimal a comma is used and the thousand divider a dot. So in metric one million is written as 1.000.000,00 That means if you have members from e.g. Germany then you need to convert comma into dot. Thomas
  4. By mistake I deleted this Topic, sorry for that. But I found the content, original from 4.08.2016 by Normana Hi everyone, I'm very new to the forum, so please forgive me if I open a can of worms here and this have already been discussed to death. I've read some of the pass posts and topics of buttons, and Pete wonderful guide on (advanced Users guide) Adding offset conditions, but still struggling to try and achieve what I would like to do, maybe its all in there and I have just miss read or understood something. Basically I have several toggle switches and they are wired to a game controller, its actually a desktop aviator card with 36 connections. when I flip a toggle switch one way, the response is computer picks up is a 1/2sec button press so in other words a momentary push switch. (yes the toggle switch is a momentary push switch So following the guides and advanced users guide I've com up with the following three lines of script. [Buttons.pmdg737] 1=P0,11,C1005,3842 -joy 0 button 11, toggle flag, 256 * joystick 15 + button 2 2=CP(F+15,2)0,11,69633,0 - condition ( joystick 15,2)physical control, pmdg offset 69633, set 0 3=CP(F-15,2)0,11,69633,1 - condition ( joystick 15,2)physical control, pmdg offset 69633, set 1 maybe I'm not too far away from solution?, but I would like the button here (physical toggle switch that acts like a button) to move in the opposite direction to which it is currently in based upon a button press. maybe someone solved this problem 10 years ago and I just haven't come across it yet. Many thanks for reading. Norm
  5. Hi, I tried to download it again and got the same report from Win10 Defender and even this version that was previously downloaded got deleted. I reported that to Microsoft with the actual file. Thomas
  6. Hi, Windows doesn't report that your problem has to do with FSUIPC4, it reports that FSX crashed and FSUIPC4 runs within this process. To track down your problem it is always good to include the FSUIPC4 log file (copy and paste the FULL content) and also some information about any other add-on that runs at the same time with FSX. Also it is needed to know when FSX crashes not just that, e.g. on start-up/ on aircraft change/ on airport change/ just suddenly without any user input ... That makes it most much easier to find a problem. Thomas
  7. Hi, use the simple math: 69632 + 37 -------- 69669 Thomas
  8. Hi, as I said you can use Offset 0x3BFA. For the standard Cessna in FS you will read value 5461. 'To obtain the number of détentes, divide this increment value into 16383 and add 1.' 16383 / 5461 = 3 +1 = 4 detent This works with FSUIPC and FSUIPC4, the layer Offset 0x0BFC in FSUIPC4 only. Thomas
  9. Hi, just to proof it would be FSUIPC you can disable (in dll.xml) or by removing the FSUIPC4.dll file from modules folder. Also it would help to copy and paste the content of your FSUIPC4.ini file here to see what is defined for the functions. Thomas
  10. On FS PC there is no need to have WideClient running at all. But as long you don Start WideClient.exe it will not run anyway, YOU will have to start it. But anyway if you want to remove it then just delete any WideClient.exe file on any PC where you don't want to have it present. Thomas
  11. As long you don't need any facilities they are only available for the registered version you can use it unregistered of course. Thomas
  12. Hi, or you can also just read Offset 0BFC, 1, Flaps handle index (0 full up) Thomas
  13. Hi, very often there are problems with saved weather files for saved flights. Do you load that special airport with a saved flight situation or just when FS is already running from the menu? Thomas
  14. Hi, if you use AutoSave check the additional information for PMDG in FSUIPC document/ manual about that, search for AutoSave. The problem is not in FSUIPC or related to FSUIPC, it forces FS to save and PMDG saves a big amount of data that forces FS to freeze for maybe couple seconds.
  15. Hi, yes you have to purchase a separate key for FSUIPC and WideFS for FSUIPC(3). Thomas
  16. Hi, FSUIPC doesn't change anything in FS behaviour other than you ask it for. When you define/ program a FS function in FSUIPC you need to make sure first that that function is not defined in FS original maybe as well. The best way is always to define/ program any axis and buttons of a controller in FSUIPC or FS, a mixer of both gives always problems because one or the other is then by mistake double defined and so one can overwrite the other. Your problem with the Panel view, Shift+1-2-3-..., sounds like that like FSUIPC opens it and a fraction later FS closes it because it is open (or vice versa, who ever is faster). To avoid this Controller should be disabled in FS so FSUIPC is the only one that uses them at the time. Thomas
  17. Hi, as you have noticed already, any program you start over the network will run locally on that PC but not on the PC where it actually is located. Thomas
  18. Hi, "Monat, Tag =" defines two variables not a struct, just read both Offsets into each variable. You need to read the 1Byte Offset for each variable, 0x0244 for Month and 0x245 for Tag. Thomas
  19. Hi, on the Client PC you just delete it, the EXE file or even the whole folder. Neither FSUIPC(3), FSUIPC4, WideFS nor WideClient does register itself on the PC, not needed. For WideFS for FSUIPC(3) you just delete its DLL file in the FS\Modules folder where FSUIPC(3) is located. For FSUIPC4 you just disable WideFS7 on the opening page in FSUIPC4 when FS is running. Thomas
  20. Hi, does the profile you did not work at the time you did it or next time you start the PC again? Thomas
  21. Hi, just check offset 3BFA that will give you exactly what you are asking for. 3BFA, 2 Flaps détente increment. The full range of flap movement is 0– 0x3FFF (16383). Each détente position or “notch” is spaced equally over this range, no matter what flap angle is represented—a table in the AIR file gives those. To obtain the number of détentes, divide this increment value into 16383 and add 1. For example 2047 (0x7FF) would be the increment for 9 positions. Thomas
  22. Hi, the only thing that can have changed is maybe the Joystick Guid and any related profile to joystick axes and buttons of e.g. that joystick doesn't work anymore. Programed keys from a keyboard wouldn't be effected. Do you have keys programed in profiles they don't work either anymore? The Joystick Guid will also change when you change the USB port. Thomas
  23. Hi, I don't know if this post is close and if Les Parson solve his problem. I would think so, the topic and last post to it is 13 years old ! :-) Thomas
  24. Hi, Correct registration for FSUIPC4/ WideFS7, FSUIPC3/ WideFS for FS9 and older is different ! PC Date -> current Name -> exactly as at the time you bought, lower/ upper case and spaces Email -> exactly the one you had at the time when you bought Key -> exactly as given Best way is always to copy from your account into a text file and then transfer the file to your FS PC. Then copy and paste from that file the info into the fields. Typing gives very often errors. Thomas
  25. Hi, Registration information, Name or Email address cannot be changed when once provided. Just use the registration information exactly as they where given when you bought FSUIPC4/ WideFS. Best is to copy and paste the original information instead of typing them. Also make sure the PC date is later than the date when you bought FSUIPC/ WideFS. Thomas
×
×
  • 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.