Jump to content
The simFlight Network Forums

John Dowson

Members
  • Posts

    13,027
  • Joined

  • Last visited

  • Days Won

    267

Everything posted by John Dowson

  1. If the throttle is now registered as Buo836a, then change these lines T=G-Throttles << MISSING JOYSTICK >>T.GUID={048B2C90-D690-11E1-8001-444553540000} to T=BU0836A InterfaceT.GUID={8C6FD830-FE13-11E2-8001-444553540000}
  2. The text between the '-{..}-' characters are comments to make the ini file more readable. As you are not changing the controls, the comment is being re-written to the specified control. You just need to change the actual controls, so it would be: 24=P1,15,C70600,0 -{Custom control: <70600>}-25=U1,15,C70600,1 -{Custom control: <70600>}-26=P1,15,C70601,0 -{Custom control: <70601>}-27=U1,15,C70601,1 -{Custom control: <70601>}-28=P1,16,C70602,0 -{Custom control: <70602>}-29=U1,16,C70602,1 -{Custom control: <70602>}-30=P1,16,C70603,0 -{Custom control: <70603>}-31=U1,16,C70603,1 -{Custom control: <70603>}-
  3. Click your start menu, in the search box, type 'command' - the top option will be 'Command Prompt' (or something similar, depends on Windows version and what you have installed). Select the 'Command Prompt' option. A window should open. In that window, type 'cd <your install directory>', whatever your install directory fore WideClient is, use that (is it 'C:\Users\Peter\Downloads\WideFS'? Are you running from your download directory?). When you are in the directory, type 'dir' to get the folder contents. Anyway, its really a lot easier using Windows Explorer. Did you try changing your folder options to see hidden file types? Google is your friend in these matters! John
  4. That strange - are you using a text editor/viewer rather than a pdf viewer? Try opening it in your web browser (as that should have support for viewing pdfs). If you ares till having issues with this, I can post you another copy, but I doubt very much your files have been corrupted... I guess you solved this as your FSUIPC5.ini has the following: First, try and sort out your problem with the user manuals - you really need these! For axis assignments, you need to decide whether to assign in P3D or FSUIPC. If you assign in P3D, you can still calibrate in FSUIPC. But if you decide to assign in FSUIPC, it is better to disable controllers completely in P3D. Anyway, I see you are using ProSim which I believe has its own calibration system - probably best to wait for Pete to return and help you with this (as he is a ProSim user). Your FSUIPC ini file shows that your previously assigned devices are no longer used, due to the change in GUIDs. You therefore need to update your ini file to correct this. As you have two sets of yoke/pedals, I'm not sure which way around your assignments go, but as the assignments to each seem to be similar, it shouldn't matter too much. You do have one device missing - your throttle (G-Throttles) - is this not connected? Try replacing this section: [JoyNames] AutoAssignLetters=No T=G-Throttles << MISSING JOYSTICK >> T.GUID={048B2C90-D690-11E1-8001-444553540000} B=BU0836X Interface << MISSING JOYSTICK >> B.GUID={2A723950-D706-11E1-8001-444553540000} R=Saitek Pro Flight Rudder Pedals << MISSING JOYSTICK >> R.GUID={7007B920-BD3B-11E1-8001-444553540000} S=Saitek Pro Flight Rudder Pedals << MISSING JOYSTICK >> S.GUID={75984520-D704-11E1-8001-444553540000} Z=737YOKE-LE by ACE << MISSING JOYSTICK >> Z.GUID={5EA0F8E0-D70D-11E1-8001-444553540000} Y=737YOKE-LE by ACE << MISSING JOYSTICK >> Y.GUID={B7B896E0-D70D-11E1-8002-444553540000} 1=Saitek Pro Flight Rudder Pedals 1.GUID={E98E5CA0-5C91-11E1-8006-444553540000} 2=737YOKE-LE by ACE 2.GUID={6368B4F0-476D-11E2-8001-444553540000} 3=737YOKE-LE by ACE 3.GUID={E98E5CA0-5C91-11E1-8009-444553540000} 4=Saitek Pro Flight Rudder Pedals 4.GUID={E98E5CA0-5C91-11E1-8005-444553540000} 0=BU0836A Interface 0.GUID={8C6FD830-FE13-11E2-8001-444553540000} with the following [JoyNames] AutoAssignLetters=No T=G-Throttles << MISSING JOYSTICK >> T.GUID={048B2C90-D690-11E1-8001-444553540000} B=BU0836X Interface B.GUID={8C6FD830-FE13-11E2-8001-444553540000} R=Saitek Pro Flight Rudder Pedals R.GUID={E98E5CA0-5C91-11E1-8006-444553540000} S=Saitek Pro Flight Rudder Pedals S.GUID={E98E5CA0-5C91-11E1-8005-444553540000} Z=737YOKE-LE by ACE Z.GUID={6368B4F0-476D-11E2-8001-444553540000} Y=737YOKE-LE by ACE Y.GUID={E98E5CA0-5C91-11E1-8009-444553540000} 1=Saitek Pro Flight Rudder Pedals 1.GUID={E98E5CA0-5C91-11E1-8006-444553540000} 2=737YOKE-LE by ACE 2.GUID={6368B4F0-476D-11E2-8001-444553540000} 3=737YOKE-LE by ACE 3.GUID={E98E5CA0-5C91-11E1-8009-444553540000} 4=Saitek Pro Flight Rudder Pedals 4.GUID={E98E5CA0-5C91-11E1-8005-444553540000} 0=BU0836A Interface 0.GUID={8C6FD830-FE13-11E2-8001-444553540000} Let me know how you get on. John
  5. No, choose WideFS and use your WideFS registration details!
  6. Hi Tasso, knob's usually send controls. In this case, its the 'Attitude Pitch Trim' which *should* (I guess) send controls for 'Attitude Bars Move Down' and 'Attitude Bars Move Up'. However, whether and how these work or not is completely dependent upon the aircraft implementation. For example, in A2A's Cherokee, you can get/set this value (i.e. the trim value itself) using the Lvar 'AttitudePlane', e.g from https://www.avsim.com/forums/topic/443151-a2a-piper-pa-28-cherokee-180-module-version-11/ , here's a couple of lua function that controls this knob for this aircraft: function A2A_Pitch_Att_inc () local PAtt = ipc.readLvar('AttitudePlane') PAtt = PAtt + 1 if PAtt > 7 then PAtt = 7 end ipc.writeLvar('AttitudePlane', PAtt) end function A2A_Pitch_Att_dec () local PAtt = ipc.readLvar('AttitudePlane') PAtt = PAtt - 1 if PAtt < -7 then PAtt = -7 end ipc.writeLvar('AttitudePlane', PAtt) end Depending upon which aircraft you are using, something similar may be available. There is no offset for actual attitude pitch trim value itself, and there is no simulator variable for this. The offsets for the Attitude Indicator are: 2F70= Attitude indicator pitch value ( in degrees) 2F78=Attitude indicator bank value ( in degrees ) There is another read-only simvar for 'Attitude Bars Position', however this is not currently stored in an offset. Hope this helps, John
  7. Possibly, although you could try the 'Device Cleanup' tool (with devices disconnected) available from here: https://www.uwe-sieber.de/misc_tools_e.html I've not used this myself though! Oh - and make sure you back-up your registry first, just in case!
  8. Its really not needed as you already have a license. I just checked and its fine to use distinct names and email addresses for FSUIPC and WideFS, you just need to run the installer twice, register FSUIPC the first time, and WideFS the second (do not choose the 'Both' option!). Not an option, sorry. No, its not needed with FSUIPC5. It uses the SimConnect interface built into P3D.
  9. In FSUIPC? Your ini file shows no assignments. Its basically empty. Did you install the saitek drivers? If so, you need to uninstall these first. Disconnect all your devices, uninstall any associated devices from the device manager, reboot your PC and then reconnect your devices. If you still get duplicate devices, you will have to clean your registry. Regards, John
  10. Start a command prompt, change directory to your WideClient folder, then list the contents of that directory. There must be a log file there, as well as an ini.
  11. Sorry, I don't understand. You get that message from running the 'Install FSUIPC5.exe' program? That is not possible. That is the error you get when you try and run WideClient on a PC where FSUIPC is already running (i.e. in P3D) or WideClient is already running.
  12. You can register WideFS with a different email address but I'm not sure about the name. Did you try re-running the installer to register WideFS with the details from your registration email? If not, please try that first. If this doesn't work, if you PM both your FSUIPC5 and WideFS registrations to me, I'll see if I can generate you a new key for WideFS with your FSUIPC5 details
  13. The link is the dll (but renamed) - download it and rename to FSUIPC5.dll and then copy it to your Modules folder and overwrite the existing dll. John
  14. Clicking 'set' sets the numbers! So, move your joystick fully to the left, then click the left set button and the minimum number will be set, then move fully to the right and click the right set button to set the maximum. Center/null zone can be set by holding your joystick slightly off-centre to the left and right (i.e. two more clicks). This is all explained in the user manual.
  15. Sorry, I'm referring to the Windows event log. Start the Event Viewer (you can find it from the search box in the Start menu) and look under Windows Logs -> Application. There should be an Error event there at the time of the WideClient crash, and possibly some other events at the same time. Copy any events at the time of the crash and post them. Oh, and for the WideClient log, ignore my previous advice (wrong option, sorry!), you want to enable Hide extensions for known file types in your folder options. John
  16. Hi Peter, the log files are probably hidden by windows. Got to Control Panel -> Appearance and Personalization -> Folder Options and make sure that you have 'Show hidden files and folders' selected. John P.S. And don't forget to check the event log!
  17. Hi Dinesh, Well, if you can run Matlab on the same PC as P3D and 'connect' using FSUIPC, then WideFS would allow you to do the same running Matlab on a second PC. I can't advise further as I don't know Matlab - how does it interface/connect to FSUIPC? If you are writing your own client, it may be better to use the SimConnect or PDK interfaces directly to P3D. John
  18. Hi Claudio, assuming you are referring to the PMDG 737, you need to use the 'custom controls' option in the drop-down. See this FAQ thread for details: John
  19. That last post was not correct - I don't know what the reference frame was in FS2004, so it may be the same! I'll add and post a version here when available for you to test.
  20. Hi Luke, are you sure that its the 'EYEPOINT POSITION' that you require? This is defined as the 'eyepoint position relative to the reference datum position for the aircraft', and is in feet. Previously this was a latitude/longitude/altitude, so the reference frame (and units) for this is quite different from FS2004. Is this ok?
  21. Hi Paul. I've moved this to your sub-forum, as requested. Regards, John
  22. Yes. it includes all the latest updates. I'll probably release next week as 5.152 with another additional (minor) change.
  23. Here's the version with the fix (5.151d): FSUIPC5.txt
  24. Hi all, a quick update and new version to try: FSUIPC5.txt This version contains a workaround, hopefully, and not and actual fix. Please report back if this works for you and doesn't have any other issues. There is a memory corruption somewhere and its proving difficult to track down. Whether this AI Slew/CTD problem occurs or not depends upon the memory arrangement of each build. Of course, this implies that just because this problem doesn't occur, it doesn't mean that there still isn't a memory corruption issue, just that its moved to some other place, which is worrying....! We will be continuing to investigate this issue to determine the source of the corruption. Its still not clear if this is caused by FSUIPC or P3D itself. Cheers, John
  25. The newlines go in the format string, so something like string.format("%-3s\n%-6s\n%-5s ", str_var1, str_var2, str_var3)
×
×
  • 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.