Merge branch 'ladder_logic'

This commit is contained in:
tmj-fstate
2020-06-29 15:51:03 +02:00
10 changed files with 596 additions and 9 deletions

View File

@@ -1458,6 +1458,8 @@ void TMoverParameters::compute_movement_( double const Deltatime ) {
// automatic doors
update_doors( Deltatime );
m_plc.update( Deltatime );
PowerCouplersCheck( Deltatime, coupling::highvoltage );
PowerCouplersCheck( Deltatime, coupling::power110v );
PowerCouplersCheck( Deltatime, coupling::power24v );