mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 13:39:18 +02:00
PoKeys: dodanie wsparcia dla rozszerzeń PoExt
This commit is contained in:
@@ -2789,16 +2789,15 @@ bool TTrain::Update()
|
||||
mvOccupied->Compressor); // Ra: sterowanie miernikiem: zbiornik g³ówny
|
||||
Console::ValueSet(1,
|
||||
mvOccupied->PipePress); // Ra: sterowanie miernikiem: przewód g³ówny
|
||||
Console::ValueSet(
|
||||
2, mvOccupied->BrakePress); // Ra: sterowanie miernikiem: cylinder hamulcowy
|
||||
Console::ValueSet(2, mvOccupied->BrakePress); // Ra: sterowanie miernikiem: cylinder hamulcowy
|
||||
Console::ValueSet(3, fHVoltage); // woltomierz wysokiego napiêcia
|
||||
Console::ValueSet(4, fHCurrent[2]); // Ra: sterowanie miernikiem: drugi amperomierz
|
||||
Console::ValueSet(
|
||||
5,
|
||||
Console::ValueSet(5,
|
||||
fHCurrent[(mvControlled->TrainType & dt_EZT) ? 0 : 1]); // pierwszy amperomierz; dla
|
||||
// EZT pr¹d ca³kowity
|
||||
Console::ValueSet(6, fTachoVelocity); ////Ra: prêdkoœæ na pin 43 - wyjœcie
|
||||
/// analogowe (to nie jest PWM);
|
||||
Console::ValueSet(7, mvControlled->MainCtrlActualPos + mvControlled->ScndCtrlActualPos); //nbmx: Wal kulakowy
|
||||
/// analogowe (to nie jest PWM);
|
||||
/// skakanie zapewnia mechanika
|
||||
/// napêdu
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user