Exemplo n.º 1
0
 public MAIN()
 {
     PexPreConstructorParameterless();
     __fbPneumaticActuator = new fbPneumaticActuator();
     AttributeName         = "";
     PexConstructorParameterless();
 }
Exemplo n.º 2
0
 public MAIN()
 {
     PexPreConstructorParameterless();
     __horizontalPiston = new fbPneumaticActuator();
     __horizontalPiston.AttributeName = "Horizontal piston A1";
     __verticalPiston = new fbPneumaticActuator();
     __verticalPiston.AttributeName = "Vertical piston A2";
     __gripper = new fbPneumaticActuator();
     __gripper.AttributeName = "Gripper A3";
     AttributeName           = "";
     PexConstructorParameterless();
 }
Exemplo n.º 3
0
 public stPneumatics()
 {
     PexPreConstructorParameterless();
     __horizontalPiston = new fbPneumaticActuator();
     __horizontalPiston.AttributeName = "<#Horizontal piston#> A1";
     __verticalPiston = new fbPneumaticActuator();
     __verticalPiston.AttributeName = "<#Vertical piston#> A2";
     __gripper = new fbPneumaticActuator();
     __gripper.AttributeName            = "<#Gripper#> A3";
     __conveyorEndStopper               = new fbPneumaticActuator();
     __conveyorEndStopper.AttributeName = "<#Input end conveyor stopper#> A4";
     AttributeName = "<#Pneumatics#>";
     PexConstructorParameterless();
 }
 public stComponents()
 {
     PexPreConstructorParameterless();
     __horizontalPiston = new fbPneumaticActuator();
     __horizontalPiston.AttributeName = "<#Horizontal piston#> A1";
     __verticalPiston = new fbPneumaticActuator();
     __verticalPiston.AttributeName = "<#Vertical piston#> A2";
     __gripper = new fbPneumaticActuator();
     __gripper.AttributeName        = "<#Gripper#> A3";
     __horizontalPistonLockerFailed = new fbPneumaticActuator();
     __horizontalPistonLockerFailed.AttributeName = "<#Locker#> A4";
     AttributeName = "<#Components#>";
     PexConstructorParameterless();
 }
Exemplo n.º 5
0
 public MAIN(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail)
 {
     this.@SymbolTail = symbolTail;
     this.@Connector  = parent.GetConnector();
     this.@ValueTags  = new System.Collections.Generic.List <Vortex.Connector.IValueTag>();
     this.@Parent     = parent;
     _humanReadable   = Vortex.Connector.IConnector.CreateSymbol(parent.HumanReadable, readableTail);
     this.Kids        = new System.Collections.Generic.List <Vortex.Connector.IVortexElement>();
     this.@Children   = new System.Collections.Generic.List <Vortex.Connector.IVortexObject>();
     PexPreConstructor(parent, readableTail, symbolTail);
     Symbol = Vortex.Connector.IConnector.CreateSymbol(parent.Symbol, symbolTail);
     __fbPneumaticActuator = new fbPneumaticActuator(this, "", "_fbPneumaticActuator");
     AttributeName         = "";
     parent.AddChild(this);
     parent.AddKid(this);
     PexConstructor(parent, readableTail, symbolTail);
 }
Exemplo n.º 6
0
 public MAIN(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail)
 {
     this.@SymbolTail = symbolTail;
     this.@Connector  = parent.GetConnector();
     this.@ValueTags  = new System.Collections.Generic.List <Vortex.Connector.IValueTag>();
     this.@Parent     = parent;
     _humanReadable   = Vortex.Connector.IConnector.CreateSymbol(parent.HumanReadable, readableTail);
     this.Kids        = new System.Collections.Generic.List <Vortex.Connector.IVortexElement>();
     this.@Children   = new System.Collections.Generic.List <Vortex.Connector.IVortexObject>();
     PexPreConstructor(parent, readableTail, symbolTail);
     Symbol             = Vortex.Connector.IConnector.CreateSymbol(parent.Symbol, symbolTail);
     __horizontalPiston = new fbPneumaticActuator(this, "Horizontal piston A1", "_horizontalPiston");
     __horizontalPiston.AttributeName = "Horizontal piston A1";
     __verticalPiston = new fbPneumaticActuator(this, "Vertical piston A2", "_verticalPiston");
     __verticalPiston.AttributeName = "Vertical piston A2";
     __gripper = new fbPneumaticActuator(this, "Gripper A3", "_gripper");
     __gripper.AttributeName = "Gripper A3";
     AttributeName           = "";
     parent.AddChild(this);
     parent.AddKid(this);
     PexConstructor(parent, readableTail, symbolTail);
 }