In my Milviz C310 I have some controls where the documentation list L:lvars for example left and right fuel pumps.
The documentation list this
Left Fuel Pump Switch (L:C310_SW_FUEL_PUMP_LEFT, enum) 0=Up ,1=Center ,2=Down
Right Fuel Pump Switch (L:C310_SW_FUEL_PUMP_RIGHT, enum) 0=Up, 1=Center, 2=Down
Primer Switch (L:C310_SW_PRIMER, enum) 0=Left, 1=Center, 2=Right
I understand that I need these entries in the fsuipic.ini som it contains these lines
[LvarOffsets.C310]
0=L:C310_SW_FUEL_PUMP_LEFT=0x66C0
1=L:C310_SW_FUEL_PUMP_RIGHT=0x66C1
2=L:C310_SW_PRIMER=0x66C2
Then I find it difficult to know what to do
I get the impression that I must create a macro file so I have made one which is attached.
Is that correct ?
Then I don't understand what to do ? How do I make a button to perform the actions ?
C310_SW_FUEL_PUMP_LEFT.mcy