I have a number of sail rigging sets that will show/hide based on degrees of flaps deployed. Testing this model xml code now but unsure if this is written correctly as I am an XML novice.
If flaps position is 26 degrees, show "rigging02" part.
My test gauge shows the flaps degrees at 26.00 (2 decimals) but the parts swap is not occurring.
I have the same code working with > or <, but not sure how to do an "equals".
Am I doing this code correctly? Thanks in advance.
<!-- flaps-position.2 = 26 -->
<part>
<name>rigging02</name>
<visible_in_range>
<parameter>
<code>
(A:Trailing edge flaps0 left angle, degrees) 26 ==;
</code>
</parameter>
<minvalue>1</minvalue>
</visible_in_range>
</part>
If flaps position is 26 degrees, show "rigging02" part.
My test gauge shows the flaps degrees at 26.00 (2 decimals) but the parts swap is not occurring.
I have the same code working with > or <, but not sure how to do an "equals".
Am I doing this code correctly? Thanks in advance.
<!-- flaps-position.2 = 26 -->
<part>
<name>rigging02</name>
<visible_in_range>
<parameter>
<code>
(A:Trailing edge flaps0 left angle, degrees) 26 ==;
</code>
</parameter>
<minvalue>1</minvalue>
</visible_in_range>
</part>