public CentrifugeSystem(bool Init) { if (Init) { Centrifuges = new Centrifuge[2] { new Centrifuge(), new Centrifuge() } } ; }
public void LoadCentrifugePLCValue(Centrifuge centrifuge) { }
public void UpdateCentrifuge2PLC(Centrifuge centrifuge) { }