# HPF2 Control Algorithm # history started 21 May 1999 -- nmd %{ #include "status.h" %} State InitializeHPF2 { > Telemetry start +1 > CMDENBL On Validate Flow_Init; } State Flow_Init "flows.alg" { Validate Standby; } State Standby { { if ( runHasBegun(SWStat1) ) Validate Run; } } State Run "hpfrun.alg" { { if ( runHasEnded(SWStat1) ) Validate Standby; } }