Jump to content

MaxMotoring

Members
  • Posts

    19
  • Joined

  • Last visited

  • Days Won

    1

MaxMotoring last won the day on November 14 2016

MaxMotoring had the most liked content!

Recent Profile Visitors

2,060 profile views

MaxMotoring's Achievements

Newbie

Newbie (1/14)

4

Reputation

  1. Your hack seems to work Ok! The question is why the soft button works ok but the script needs 2 commands to return the value to 0.
  2. The lua script allows you to configure each joystick button to do the same function on each plane using the dataref each plane has for that function. For example, the fuel start/cutoff levers on IXEG are switched with "create_switch( 3, "ixeg/733/fuel/fuel_start_lever1_act", 0, 0, 1 )" while on the FF763 is "create_switch( 3, "1-sim/fuel/fuelCutOffLeft", 0, 0, 2 )" This enables you to load each plane and have the joystick configured for that plane without having to touch anything on XP11.
  3. Because I am just a masochist! I use to ¨fly¨ a few different jet planes and assigning that button to the IXEG does not work with the others. So I make a LUA script to solve that.
  4. Sure, disconnect the Autothrottles.
  5. Hi, I am having trouble in returning to 0 the value of "ixeg/733/MCP/mcp_at_disengage_act". Using the software button on the side of the throttles it works as it should: when pressed, the value goues to 1 thus disconnecting the AT (releasing returns to 0), the second time puts the A/T annunciator off. create_switch( 9, "ixeg/733/MCP/mcp_at_disengage_act", 0, 0, 1) Using a LUA script, the command above conflicts with somethnig, because it is constantly rattling as if it is forcing the switch to "0" Then using this one the trick is done, but the value remains in 1, never returning to 0. Hitting the soft button again it cycles and returns to 0. create_positive_edge_trigger( 9, "ixeg/733/MCP/mcp_at_disengage_act", 0, 1 ) Any ideas? Regards, Max
  6. Hi, I am the one having the nasty crash bug on climbing phase with 733+flywitlua. I used your fuel cutoff script as base for configuring a few aircraft. I attach the last logs on the crash flight as well as the script (maybe the culprit?)

    Thanks for reading and your contributions to this hobby!

     

    Max

    Log.txt

    GizmoLog.txt

    joystick.lua

    1. mmerelles

      mmerelles

      Hi Max

       

      your log shows you are crashing due to gizmo stack overflow. this is coming from manipulating the aircraft datarefs via flywithlua plugin.

       

      i would suggest you try the latest gizmo update and see if this fixes the issue. see the link below for downloading latest plugin and update procedure.

       

       

    2. MaxMotoring

      MaxMotoring

      Hi Guys,

      I installed the last Gizmo version, 16.11.03.1645 and the crash persists, attached both log files. I really can't understand what's wrong.

       

       

      GizmoLog.txt

      Log.txt

  7. ok, I´ll disconnect the hardware and sorry, it is 1.07 indeed, as the zip installler did work ok. I´ll test without the hardware and report if this happens again. thank you.
  8. After testing during cruise flight "Mach Speed Warning test No2" which made flaps suddenly deploy to 30º position and subsequently crashing the Gizmo64, I exited X-Plane and reloaded. In the following flight and at reaching TOC the deployment happened again, this time without any intervention. X-plane 10.45 64bit Win 8.1Pro iXEG 733 version 1.06 downloaded with the interim hotfix zip.
×
×
  • Create New...