DishDoggie Posted October 16, 2022 Posted October 16, 2022 Does anyone know the Argument number for the Huey Start Engine Switch? It is bound to the HOME Keyboard button I can get the Perform Clickable Action Number for it that way but I can NOT find the Argument Number. in the Clickable.Lue file. I want the Argument number to monitor when the player pushes it to start the Huey to set up a trigger action. The Button range info would be nice too.
Solution Rudel_chw Posted October 16, 2022 Solution Posted October 16, 2022 20 hours ago, DishDoggie said: but I can NOT find the Argument Number. in the Clickable.Lue file. There is no entry on the clickable.lua because the Engine Start button is not clickable, as it cant be seen since it is in the downward face of the Collective. You can only actuate it by means of a keyboard binding. However, you can detect the use of this key, using the X:START LISTEN COMMAND trigger action, like this: If the user presses the Home key (Device 3, Command 3018) once, the flag is set to true, the next trigger checks this flags and performs an action (on my example it displays a message). Keep in mind that this only detects a press of the key, it can't check if the user does in fact keep it pressed until the engine starts. 2 For work: iMac mid-2010 of 27" - Core i7 870 - 6 GB DDR3 1333 MHz - ATI HD5670 - SSD 256 GB - HDD 2 TB - macOS High Sierra For Gaming: 34" Monitor - Ryzen 3600 - 32 GB DDR4 2400 - nVidia RTX2080 - SSD 1.25 TB - HDD 10 TB - Win10 Pro - TM HOTAS Cougar Mobile: iPad Pro 12.9" of 256 GB
CHPL Posted December 12, 2022 Posted December 12, 2022 @DishDoggie ACTIONS "Set command" Comand 3018 Value 1 will trigger the startup procedure for the engine into ground idle 1 Always happy landings ;)
Rudel_chw Posted December 12, 2022 Posted December 12, 2022 1 hour ago, CHPL said: @DishDoggie ACTIONS "Set command" Comand 3018 Value 1 will trigger the startup procedure for the engine into ground idle Actually, the OP doesn't want to start the engine via a trigger ... he wants "to monitor when the player pushes it to start the Huey" 1 For work: iMac mid-2010 of 27" - Core i7 870 - 6 GB DDR3 1333 MHz - ATI HD5670 - SSD 256 GB - HDD 2 TB - macOS High Sierra For Gaming: 34" Monitor - Ryzen 3600 - 32 GB DDR4 2400 - nVidia RTX2080 - SSD 1.25 TB - HDD 10 TB - Win10 Pro - TM HOTAS Cougar Mobile: iPad Pro 12.9" of 256 GB
DishDoggie Posted December 12, 2022 Author Posted December 12, 2022 3 hours ago, Rudel_chw said: Actually, the OP doesn't want to start the engine via a trigger ... he wants "to monitor when the player pushes it to start the Huey" This is true I used your help and it worked perfectly for what I wanted to do. Thank You again and thank you CHPL for adding to the comment. Merry Christmas all. 1
Recommended Posts