Exemplo n.º 1
0
        public StabilityDevice()
        {
            Port.RxEvent  += PortOnRxEvent;
            _mode          = StabilityParseMode.ParseData;
            CurrAdcVals    = new double[4];
            WeightKoefs    = MainConfig.WeightKoefs;
            zeroAdcVals    = MainConfig.ZeroAdcVals;
            ExchangeConfig = MainConfig.ExchangeConfig;

            WeightDoubles = new double[4];
        }
Exemplo n.º 2
0
        public StabilityDevice()
        {
            Port.RxEvent+=PortOnRxEvent;
            _mode = StabilityParseMode.ParseData;
            CurrAdcVals = new double[4];
            WeightKoefs = MainConfig.WeightKoefs;
            zeroAdcVals = MainConfig.ZeroAdcVals;
            ExchangeConfig = MainConfig.ExchangeConfig;

            WeightDoubles = new double[4];
        }