Ejemplo n.º 1
0
        public static bool InputF350SetPlan(F350YBExtPLC fF350YBExtPLCX)
        {
            Input_F350_PlanSet fInputPlanSet = new Input_F350_PlanSet(fF350YBExtPLCX);

            fInputPlanSet.ShowDialog();
            return(fInputPlanSet.DialogResult == DialogResult.OK);
        }
Ejemplo n.º 2
0
 public FF350_YBExt(ZLPLCModbusNode fPLCModbusNodeX, ZLPLCBusOnSerialPort fSerialPortBusX)
 {
     InitializeComponent();
     Text         += string.Format("[{0}]", "V1.180510");
     fF350YBExtPLC = new F350YBExtPLC(fPLCModbusNodeX, fSerialPortBusX);
     ClearAll();
 }
Ejemplo n.º 3
0
 public void CloseAll()
 {
     if (fF350YBExtPLC != null)
     {
         fF350YBExtPLC.Close();
     }
     fF350YBExtPLC = null;
     Close();
 }
Ejemplo n.º 4
0
 public Input_F350_PlanSet(F350YBExtPLC fF350YBExtPLCX)
 {
     InitializeComponent();
     fF350YBExtPLC = fF350YBExtPLCX;
 }