예제 #1
0
 private void PlcAspSelManMode_OnUIChanges(PLCControl <bool> control, bool e)
 {
     this.plcAspirazione.doWithPLC((plc) =>
     {
         plc.writeBool(".HMI_Sel_Man_Mode", !e);
     });
 }
예제 #2
0
 private void Form1_OnUIChanges(PLCControl <bool> control, bool e)
 {
     throw new NotImplementedException();
 }