API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_PLCGROUP_STARTADDRESS Property / FUNC_PLCGROUP_STARTADDRESS Property

In This Topic
    FUNC_PLCGROUP_STARTADDRESS Property
    In This Topic
    Start address of PLC card # 20419.
    Syntax
    public PropertyValue FUNC_PLCGROUP_STARTADDRESS {get; set;}
    public:
    property PropertyValue^ FUNC_PLCGROUP_STARTADDRESS {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Specifies the default value for the byte address of a PLC card; this is taken into account for automatic addressing. The property is entered on the "PLC box" tab of the property dialog. Enter the start byte here with which the addressing of the inputs or outputs of this card begins. This value can also be used as the configuration value for readdressing PLC configurations. For a card that has both inputs and outputs, the start byte for the inputs is entered here.

    See Also