Example #1
0
 public void DynamicPropertyControllers(Core.Properties.PropertyAttributes attributes)
 {
     attributes.IsBrowsable = palletStraightInfo.ControlType == ControlTypes.Controller;
 }
Example #2
0
 public void DynamicPropertyAssemblyPLCconfig(Core.Properties.PropertyAttributes attributes)
 {
     attributes.IsBrowsable = Controller != null && transferInfo.ControlType == ControlTypes.Controller;
 }
Example #3
0
 public void DynamicPropertyReasonCode(Core.Properties.PropertyAttributes attributes)
 {
     attributes.IsBrowsable = divertDatcomInfo.failedToDivertMessageType == FailedMessageType._06;
 }
Example #4
0
 public void TwoWayTypeSpeed(Core.Properties.PropertyAttributes attributes)
 {
     attributes.IsBrowsable = transferInfo.type == TransferType.TwoWay;
 }
Example #5
0
 public void DHDMTypeSpeed(Core.Properties.PropertyAttributes attributes)
 {
     attributes.IsBrowsable = transferInfo.type == TransferType.DHDM;
 }
Example #6
0
 public void DynamicPropertyCustomWidth(Core.Properties.PropertyAttributes attributes)
 {
     attributes.IsBrowsable = ConveyorWidth == CaseConveyorWidth._Custom;
 }
Example #7
0
 public void DynamicPropertyAssemblyPLCconfig(Core.Properties.PropertyAttributes attributes)
 {
     attributes.IsBrowsable = Controller != null;
 }
Example #8
0
        //public void DynamicPropertyControllers(Core.Properties.PropertyAttributes attributes)
        //{
        //    attributes.IsBrowsable = PickPosition > 0;
        //}

        public void DynamicPropertyControllers(Core.Properties.PropertyAttributes attributes)
        {
            attributes.IsBrowsable = straightAccumulationinfo.ControlType == ControlTypes.Controller;
        }
Example #9
0
 public void DynamicPropertyLineFullZero(Core.Properties.PropertyAttributes attributes)
 {
     attributes.IsBrowsable = LineFullPosition == 0;
 }
Example #10
0
 public void DynamicPropertyCustomPitch(Core.Properties.PropertyAttributes attributes)
 {
     attributes.IsBrowsable = AccPitch == AccumulationPitch._Custom;
 }
Example #11
0
 public void DynamicPropertyControllers(Core.Properties.PropertyAttributes attributes)
 {
     attributes.IsBrowsable = threeWaySwitchInfo.controlType == ControlTypes.Controller;
 }
Example #12
0
 public void DynamicPropertyControllers(Core.Properties.PropertyAttributes attributes)
 {
     attributes.IsBrowsable = angledDivertInfo.ControlType == ControlTypes.Controller;
 }