Type: BCS.Sym3.Equipment.IControlZone

Represents a control zone of a conveyor controller

Properties


Acceleration

  • Description: Gets or sets the acceleration rate
  • Type: Double
  • Access: Read and Write

Accumulate

  • Description: Gets or sets whether to accumulate or release product
  • Type: Boolean
  • Access: Read and Write

Deceleration

  • Description: Gets or sets the deceleration rate
  • Type: Double
  • Access: Read and Write

DelayTime

  • Description: Gets or sets the delay time (ms). Used in Gap Train mode only
  • Type: UInt16
  • Access: Read and Write

DisableArriveTimeout

  • Description: Gets or sets whether to disable arrive timeout or not. Used in Singulation mode only
  • Type: Boolean
  • Access: Read and Write

Equipment

  • Description: Gets or sets the Equipment
  • Type: IBaseEquipment
  • Access: Read and Write

IsReverse

  • Description: Gets or sets reverse mode
  • Type: Boolean
  • Access: Read and Write

MaxSpeed

  • Description: Gets or sets the max speed
  • Type: Double
  • Access: Read and Write

OperationMode

  • Description: Gets or sets the operation mode
  • Type: OperationMode
  • Access: Read and Write

Order

  • Description: Gets or sets the order
  • Type: UInt16
  • Access: Read and Write

ParentId

  • Description: Parent ID
  • Type: Guid
  • Access: Read and Write

PESensor

  • Description: Gets or sets the PESensor
  • Type: IBaseEquipment
  • Access: Read and Write

Running

  • Description: Gets or sets running state (used in PLC mode)
  • Type: Boolean
  • Access: Read and Write

Speed

  • Description: Gets or sets the speed (% value of max speed)
  • Type: Double
  • Access: Read and Write

Status

  • Description: Gets the status
  • Type: Status
  • Access: Read

Methods


Compare(BCS.Sym3.Equipment.IControlZone)

Compare the control zone between two project


FromFileXmlString(BCS.IToolXmlToObjectHelper)

Read all the properties for File helper

  • Parameters:
    • helper:

FromFileXmlString(System.String)

Read all the properties for File xml string

  • Parameters:
    • xml:

FromFileXmlString(System.Xml.Linq.XElement)

Read all the properties for File XElement

  • Parameters:
    • helper:

FromXmlString(BCS.IToolXmlToObjectHelper)

Init object from IToolXmlToObjectHelper. All properties found in the RootElement of IToolXmlToObjectHelper will be set with the value in the rootElement

  • Parameters:
    • xmlHelperObj: xmlHelperObj IToolXmlToObjectHelper

FromXmlString(System.String)

Init object from xml. All properties found in the xml will be set with the value in the xml file

  • Parameters:
    • xmlText: Xml string

FromXmlString(System.Xml.Linq.XElement)

Init object from root element. All properties found in the XElement will be set with the value in the XElement

  • Parameters:
    • objXml: objXml XElement

ToFileXmlString

write all the properties to File string


ToXmlString

Converts the object in an xml string

  • Returns:
    • the string that contains xml version of the object