Example #1
0
        public PlainMAIN CreatePlainerType()
        {
            var cloned = new PlainMAIN();

            cloned._fbPneumaticActuator = _fbPneumaticActuator.CreatePlainerType();
            return(cloned);
        }
Example #2
0
 protected PlainMAIN CreatePlainerType(PlainMAIN cloned)
 {
     cloned._horizontalPiston = _horizontalPiston.CreatePlainerType();
     cloned._verticalPiston   = _verticalPiston.CreatePlainerType();
     cloned._gripper          = _gripper.CreatePlainerType();
     return(cloned);
 }
Example #3
0
        public PlainMAIN CreatePlainerType()
        {
            var cloned = new PlainMAIN();

            cloned._station = _station.CreatePlainerType();
            return(cloned);
        }
Example #4
0
        public PlainMAIN CreatePlainerType()
        {
            var cloned = new PlainMAIN();

            cloned._horizontalPiston = _horizontalPiston.CreatePlainerType();
            cloned._verticalPiston   = _verticalPiston.CreatePlainerType();
            cloned._gripper          = _gripper.CreatePlainerType();
            return(cloned);
        }
Example #5
0
 public PlainMainPlcTwinController()
 {
     _IO   = new PlainIO();
     _MAIN = new PlainMAIN();
 }
Example #6
0
 protected PlainMAIN CreatePlainerType(PlainMAIN cloned)
 {
     cloned._fbPneumaticActuator = _fbPneumaticActuator.CreatePlainerType();
     return(cloned);
 }
Example #7
0
 protected PlainMAIN CreatePlainerType(PlainMAIN cloned)
 {
     cloned._station = _station.CreatePlainerType();
     return(cloned);
 }