mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 20:59:19 +02:00
Fixed animation of inverter control buttons and added coupling flag for this
This commit is contained in:
@@ -1305,6 +1305,7 @@ public:
|
||||
int InvertersNo = 0; // number of inverters
|
||||
double InvertersRatio = 0.0;
|
||||
std::vector<inverter> Inverters; //all inverters
|
||||
int InverterControlCouplerFlag = 4; //which coupling flag is necessary to controll inverters
|
||||
/* -dla pojazdów z blendingiem EP/ED (MED) */
|
||||
double MED_Vmax = 0; // predkosc maksymalna dla obliczen chwilowej sily hamowania EP w MED
|
||||
double MED_Vmin = 0; // predkosc minimalna dla obliczen chwilowej sily hamowania EP w MED
|
||||
|
||||
@@ -10835,7 +10835,8 @@ void TMoverParameters::LoadFIZ_Engine( std::string const &Input ) {
|
||||
extract_value( eimc[ eimc_p_abed ], "abed", Input, "" );
|
||||
extract_value( eimc[ eimc_p_eped ], "edep", Input, "" );
|
||||
extract_value( EIMCLogForce, "eimclf", Input, "" );
|
||||
extract_value( InvertersNo, "InvNo", Input, "");
|
||||
extract_value( InvertersNo, "InvNo", Input, "" );
|
||||
extract_value( InverterControlCouplerFlag, "InvCtrCplFlag", Input, "" );
|
||||
|
||||
extract_value( Flat, "Flat", Input, "");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user