Feature Request for KLN90B - variables for animations
-
I'm just programming my hardware for the Bonanaza ... and for the KLN90B. I can execute the actions for the KLN by using the H-Events. But I'm not able to animate the buttons and rotaries. Other aircrafts are providing L-variables to have the buttons moving and the same time executing the sounds of the buttons.
Hence my request: Would it be possible to change the code for the KLN90B to be able to trigger the animations (and along with them the sounds) from external programs like Axis And Ohs, spad.next, ...?
-
I'm just programming my hardware for the Bonanaza ... and for the KLN90B. I can execute the actions for the KLN by using the H-Events. But I'm not able to animate the buttons and rotaries. Other aircrafts are providing L-variables to have the buttons moving and the same time executing the sounds of the buttons.
Hence my request: Would it be possible to change the code for the KLN90B to be able to trigger the animations (and along with them the sounds) from external programs like Axis And Ohs, spad.next, ...?
@Ape42 since the KLN is a standalone add on you’ll need to reference the GitHub documentation which can be found here: https://github.com/falcon71/kln90b
There’s a page for H events here and L vars for animations here.
-
@Ape42 since the KLN is a standalone add on you’ll need to reference the GitHub documentation which can be found here: https://github.com/falcon71/kln90b
There’s a page for H events here and L vars for animations here.
@Iconography Yes, I know this page. But there are no L-vars for controlling the movement of any knobs or buttons. There are only variables to retrieve the state of the KLN. Variables to control the animation have to be provided by the creator of the aircraft, like done in the Comanche.
But if I look into the behavior code for the Bonanza I only see the H-vars, which will trigger the action inside the KLN. But the animation is done with O-vars which aren't accessible from the outside. To have this working, the creator of the aircraft have to change the code for the components for the 3D gauge of the KLN.