I explaine problem here again for users who don’t read FSDevelopers
I’m trying to use the concept described here
docs.flightsimulator.com
The instrument with all controls is correctly integrated into the aircraft. I make the screen separately and specify what it will display in the panel. CFG
[VCockpit01]
size_mm = 512.70
pixel_size = 512.70
texture = $NavCom1_Screens
htmlgauge00=Generic/Radios/KX155A/KX155A.html?Index=1, 0, 0, 512, 70
[VCockpit02]
size_mm = 512.70
pixel_size = 512.70
texture = $NavCom2_Screens
htmlgauge00=Generic/Radios/KX155A/KX155A.html?Index=2, 0, 0, 512, 70
and the screens work correctly.
I tried to change properties in behavior_parameter - see pic. All changes stored in attached_objects.cfg
attach_to_node = WatchTimer
attach_offset = -0.000326,-0.002916,-0.000242
attach_scale = 1.05
[SIM_ATTACHMENT.4]
attachment_root = simattachments\instruments\asobo_comnav_as155
attachment_file = model/asobo_comnav_as155.xml
attach_to_model = interior
attach_to_node = KX155A_1
;[REMOVED]attach_offset = 0.001048,0.006441,-0.003874
;behavior_parameter.0 = “1”
behavior_parameter.0=“COM_INDEX,1”
behavior_parameter.1=“NAV_INDEX,1”
[SIM_ATTACHMENT.5]
attachment_root = simattachments\instruments\asobo_comnav_as155
attachment_file = model/asobo_comnav_as155.xml
attach_to_model = interior
attach_to_node = KX155A_2
behavior_parameter.0=“COM_INDEX,2”
behavior_parameter.1=“NAV_INDEX,2”
you can see I tried different ways but have the same problem.
It would be nice to use new conception to attach already exists instruments in the model but how change their behavour?