Hi
I just work on precision panel for C172P/S
I just add some Random fluctuations to VOR needles (depande on VHF Reception range) and some other gauges.
I just add sone formulas to the (A:NAV1 CDI, number):
<Macro Name="random1">
(E:Local time, seconds) 2 * sin 3 *
</Macro>
<Macro Name="random2">
(E:Local time, seconds) 0.5 * cos 4 *
</Macro>
<Macro Name="random3">
(E:Local time, seconds) 3 * cos -1.5 *
</Macro>
<Macro Name="random">
@random1 @random2 @random3 (A:NAV1 HAS NAV, bool) * * *
</Macro>
this creates a number thats runs between -11 to +11 almost random
I have 2 questions:
1) do you think this formulas can caouse memory leak and stutters, do you know better formula for random movenent in and out?
2) do elements that are not visible (with <Visible> tag) affects on sim performance?
I just work on precision panel for C172P/S
I just add some Random fluctuations to VOR needles (depande on VHF Reception range) and some other gauges.
I just add sone formulas to the (A:NAV1 CDI, number):
<Macro Name="random1">
(E:Local time, seconds) 2 * sin 3 *
</Macro>
<Macro Name="random2">
(E:Local time, seconds) 0.5 * cos 4 *
</Macro>
<Macro Name="random3">
(E:Local time, seconds) 3 * cos -1.5 *
</Macro>
<Macro Name="random">
@random1 @random2 @random3 (A:NAV1 HAS NAV, bool) * * *
</Macro>
this creates a number thats runs between -11 to +11 almost random
I have 2 questions:
1) do you think this formulas can caouse memory leak and stutters, do you know better formula for random movenent in and out?
2) do elements that are not visible (with <Visible> tag) affects on sim performance?





