Beispiel #1
0
 public LoadCell(IPLCInterface plcInterface) : base(plcInterface)
 {
 }
Beispiel #2
0
 public FatekPLCWrapper(string comNumber, int baudRate)
 {
     _plcInterface = new FatekPLCInterface(comNumber, baudRate);
 }
 public HardwareController(IPLCInterface plcInterface)
 {
     _plcInterface = plcInterface;
 }