Search the Community
Showing results for tags 'at'.
-
Hi. Today I bought the IXEG B733 for XP11. She is beautiful, works perfectly fine, except one thing. I wanted to map AP and AT disconnect buttons but I can't do that. In other topics I've read, that I should be able to map those functions I need in the IXEG "tree" but I can't find that "tree". It simpy does not exist in my XP11. Version of my plane is 1.33, joystick is Thrustmaster T-Flight HOTAS X. I reinstalled addon twice (one time it was beta this version, but no joy). The funny thing is that bindings like horizontal stabilizer trimms are working perfectly fine (were mapped for FF B757 and ZIBO B737, before installation of IXEG) I can provide more details and screenshots, if necessary. Any idea how can I fix this problem? Best regards, Chris.
-
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