API Help
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegment.PLCAddress Class
Members

In This Topic
    PlanningSegment.PLCAddress Class
    In This Topic
    Class which represents PLC address required for planning object.
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.DataModel.Planning.PlanningSegment.PLCAddress

    Syntax
    public class PlanningSegment.PLCAddress 
    public ref class PlanningSegment.PLCAddress 
    Public Properties
     NameDescription
    Public PropertyReal address of PLC address.  
    Public PropertyThe name of the configuration project for the PLC box to which the PLC connection point belongs.  
    Public PropertyFor PLC inputs you determine with this check box whether it is a counter.  
    Public PropertyThe name of the CPU for the PLC box to which the PLC connection point belongs.  
    Public PropertyThe data type specifies the address range. Possible values are, e.g., BOOL, BYTE, WORD, and DWORD.  
    Public PropertySpecifies the direction of the address (input, output, undefined).  
    Public PropertyThe function text for the PLC connection point.  
    Public PropertyIndex of PlcAddress in planning objects array of plc addresses.  
    Public PropertyPlanning object to which this PLCAddres belongs.  
    Public PropertyThe station ID for the PLC box to which the PLC connection point belongs.  
    Public PropertyA single component of the symbolic address can be entered at structure segments and planning objects . These single components are linked at the PLC inputs and outputs of the planning objects starting with the top node and displayed in the Symbolic address (pre-planning) property. This procedure allows unique symbolic addresses to be created for the PLC inputs and outputs. The automatic symbolic address.  
    Public PropertySymbolic address (single component).  
    Top
    Public Methods
     NameDescription
    Public MethodDestructor for deterministic finalization of PLCAddress object.  
    Public MethodOperator of comparison implementation. Checks if two PLCAddresses refer to the same object in the project.  
    Top
    See Also