Jump to content
The simFlight Network Forums

Reco

Members
  • Posts

    95
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Reco

  1. Hi John Thank you very much, that worked throttle works as it should I appreciate all your help on this topic Best wishes Rhys
  2. Hi Log file now shows changes. As per the last post I removed [Auto..Bell UH-1C] section but nothing showed up in the log so I reinstated it I did get data Cheers Rhys FSUIPC4.ini FSUIPC4.log
  3. Hi John Ok here is the latest log file. This one does show throttle axis value and Lvar value which I hope is what you are after Cheers Rhys FSUIPC4.log
  4. Hi John Thank you for your help and please forgive me if I am making things frustrating for you which is not my intention. Between my dyslexia and a ADHD I am as frustrated with figuring this out as you are as I try to implement your instructions here is the Lua script with the ipc,log uncomment out but I just not sure in the text where to add the offset logging for offset 66D0 local ThrottleOffset = 0x66D0 function throttleControl(offset, value) -- Calibrate value from range -16384 - +16384 to 0-100 -- NB if the lvar range is fifferent, change this, e.g. if the range is 0-1, use -- newValue = (value + 16384) / 32768 newValue = (16384 - value) / 327.68 ipc.log("Throttle axis value is " .. value .. " resulting in lvar value " .. newValue) -- send value to lvar ipc.writeLvar("L:UH1_THROTTLE", newValue) end event.offset(ThrottleOffset, "SD", "throttleControl") --ipc.log("Milviz Bell uh1 redux ThrottleCollective-handling lua now running") Regards Rhys
  5. Hi Here are the two files, hopefully I have captured the correct data for you I know you mentioned invalid button assignments in the dodsim -{}- They are assigned and work. I wonder if it is the event file that I am using that the buttons don't show up like the in Milviz MD530 and the Bell U-1C. Cheers Rhys FSUIPC4.1.log FSUIPC4.ini
  6. Hi John Started from scratch again. I didn't realize that I only need to set the offset Dword to the first drop down box I cleared the second drop down box so the throttle now moves in the correct direction but I won't rotate back to idle Rhys
  7. Hi John Only just got back to the simulator after adding a Leo Bodnar button box and reconnecting all my switches and axis I deleted my ini file and started from scratch. For some reason the Lua is not working here is the ini file and log file. Trying to tidy up my aircraft profiles as you have pointed out Cheers Rhys FSUIPC4.ini FSUIPC4.log
  8. Thanks John That's helped but the collective in the cockpit is increasing but not decreasing when rolling back collective. The hardware collective is doing what it's supposed to.when I roll on the throttle the N2 gauge increases and when I roll back the n2 decrease the cockpit collective stays in the full position I am in the process of re connecting my switches as my 32 button interface from Leo Bodnar has turned up and I am tidying up my cockpit wiring I will remove the ini file and start from scratch with a clean one and start re assign my switches and rotary encoders to tidy everything up. Cheers Rhys
  9. Hi John Good news its now working the minor error in the script fixed it. How do I reverse the axis, the throttle in the cockpit is opposite to my hardware throttle Cheers Rhys
  10. Thanks John I will correct the issues you have pointed out.I always assumed that the modules folders was the installation folder I really appreciate your time and help Regards Rhys
  11. Hi John I have included my ini file Added the Auto to the ini file and set axis to send to FSUIPC offset and lua file is in my installation folder but no joy Cheers so far for your help Rhys FSUIPC4.ini
  12. Hi John Sorry struggling on this ,adding a Macro is about my limit of knowledge when it comes to programming. I can transfer the zip file I have for you to look at at your convenience Cheers Rhys
  13. Hi John Here is the file, but might need your help on 2 things if are able to. One switch I just can not seem to find in the variables list Plus the collective throttle shows up as 85859 ( L:UH1_THROTTLE = 0.000000) as the throttle is a axis and not a switch I am not sure what to do. In axis assignments I have mapped my collective throttle to pro pitch1 and when I rotate it, the engine spools up but the collective throttle in the 3d cockpit sits in the idle position so I have to use the mouse to rotate the collective throttle to get the N2 needle gauge to get to full for take off Pm a email and I can send you the files Cheers Rhys Bell_UH1C.mcro
  14. Hi John Thanks heaps for your help. with some perseverance I created a new macro and placed all the switch commands into it and eventually found the correct one. I have also been able to assign switches in another aircraft using the local panel variables that in the past could not assign Cheers Rhys
  15. Hi John I can send you the freeware fsx se version Installer I have found on my old PC. I thought the newer version at Blackbird freebies was an updated version for fsx se but it was only for p3d. I can add a image of the switch on the panel which I am having trouble with. Let me know the best way to send you the file Regards Rhys
  16. Hi John Sim is fsx se the aircraft is the now freeware Milviz Bell uh1 redux. Cheers Rhys
  17. Hi I have an aircraft that has switches that I would like to assign to my cockpit but after running the logging console window non of the switches show any command when I move the switch in the 3d cockpit. I ran list local panel variables and the log files shows up lots of commands. I have made a macro file and managed to go through and get several switches working and moving in the 3d cockpit and doing that they should One switch however I just can't seem the locate. Is it possible that while I can move the switch with the mouse in the 3d cockpit, it is not located in list local panel variables with all the other commands. Cheers Rhys
  18. Thanks John I have reverted back to an earlier version which accepts fsuipc to assign cyclic controls via aileron elevator and also axis cyclic longitudinal and lateral I posted a bug report regarding the cyclic issue. Cheers Rhys
  19. Hi Thanks for the replies So the Axis Cyclic Lateral/Longitudinal Set controls don't work? Yes tried that and they don't work. The pedals and throttle (collective) work in fsuipc just not the cyclic. in the log it does show the control events So I have gone back to using MSFS2020 setup for the cyclic. I have include a zip file as the log file exceeded 4.88 MB Nervac have you noticed with the MD that if you start at parking spot with the engines off that the red fuel valve and the ignition car are in the on position ? Cheers Rhys FSUIPC7.zip
  20. Hi I am using MSFS2020 and own the cowansim Md500e but I am having problems assigning the cyclic inputs via fsuipc. Back in the fsx days I would assign the cyclic the aileron and elevator untick enable controllers and everything was fine. Reading through the cowansin pdf manual it says Cyclic Stick: You can use the default aileron and elevator axis for the cyclic, but it is recommended to use the provided SET CYCLIC LONGITUDINAL & LATERAL AXIS. I have set the cyclic to aileron and elevator in fsuipc and send to fsuipc direct calibration but the control are not responding. I can assign the controls via the MSFS2020 control options but it is so clunky to use the interface. Cheers Rhys
  21. Hi John Yes the .evt works with fsx. I have never used a .evt file before. It covers all the systems for the dodo 206. I will contact the person who made it available to me and ask to put it here I would like to thank you for your time and help on this it is very much appreciated. The info you provided helps answer questions if I come across any similar issues in the future Kind regards Rhys
  22. Hi John Thank you for all your help on this all the same and the explanation. Cheers Rhys
  23. Hi John I have include images of what I get when I press the Wrn mute button and dir gyro toggle I had a read through the documentation on Macros and when I press the tab to check if the macro is working nothing happens. Cheers Rhys
  24. Thanks John I'm away from the sim so will try out what you have given me tomorrow. The 23 was at the end of the RX746f0*X55cc. So didn't edit the file I am using the 2d panel when I run the macro I will report back tomorrow to let you know how I get on. Thanks for your time and help Cheers Rhys
  25. Thanks John My bad regarding logging Will try as per your suggestions Cheers Rhys
×
×
  • 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.