July 15, 201510 yr Does this airplane have anti-skid brakes? In the external view, I see the wheels locking up when I apply the toe brakes.. Bert
July 15, 201510 yr It does. Or rather...it should. There are no switches or anything associated with the anti-skid system. Dave
July 15, 201510 yr Author OK, that is what I thought.. A simple XML gauge will turn the anti-skid brakes on, if they are off.. <Gauge Name="AntiSkid" Version="1.0"> <Element> <Select> <Value> <!-- Activate Anti-skid --> (A:ANTISKID BRAKES ACTIVE,bool) ! if{ (>K:ANTISKID_BRAKES_TOGGLE) } </Value> </Select> </Element> </Gauge> Bert
Create an account or sign in to comment