Porting Sample WASM Aircraft / VarsAndEvents WASM gauges to a another existing plane

Good day to all.

My starters in 2024 WASM has been a little bit bumby . Not able to start a new project as per SDK instructions ( problems in VStudio 2022 using the templates) I resorted back to the Samples.

The mentioned sample , indeed is a fine place to undersatnd and further develop/modify the given gauges (3) . Of special interest the one that resembles an LCD screen to write text to it.

I have been able to influence all of three and would like to port one of them ( even the 3 ) to an existing Airplane/Helicopter. Most probably making them toggable visible/hidden.

Problem is that I have yet to discover the way to do this , not finding any direct hint in the online documentation.

My approach , so far ,has been to generate a package that uses the existing plane as a “container” and add a variant that comes with this type of gauge . My final application are not these kind of gauges but something that is live inside the sims update loop.

Any clues on how to accomplish this ?

Thank you

Francisco