Eplan Platform API
Eplan.EplApi.HEServices Namespace / Renumber Class / Terminals Method / Terminals(Function[],TerminalsSequence,Extent,TerminalsPotential,TerminalsPotential,TerminalsPotential,MultipleTerminals,TerminalsWithAlphabeticalCharacters,String,Int32,Int32,String,String,Boolean,Boolean) Method
Terminals to be renumbered.
Mode to use for numbering, given by a member of enum TerminalsSequence.
Parameter enum to define the scope of numbering.
Parameter to determine, N terminals will be treated during numbering. Use value from enum Renumber.Enums.TerminalsPotential.
Parameter to determine, how PE terminals will be treated during numbering. Use value from enum Renumber.Enums.TerminalsPotential.
Parameter to determine, how SH terminals will be treated during numbering. Use value from enum Renumber.Enums.TerminalsPotential.
Parameter enum for numbering terminals with "Allow same designations" property .
Parameter enum how terminals or pins with alphabetical elements in the designation should be numbered.
Numbering scheme.
Start value.
Step width.
The prefix value that comes before the numbering value. Is only used if scheme is set to "According to online numbering format".
The suffix value that comes after the numbering value. Is only used if scheme is set to "According to online numbering format".
I true - Terminals / pins whose designations contain a "?" will be numbered .
If true - terminals / pins controlled by PLCs will also be numbered.

In This Topic
    Terminals(Function[],TerminalsSequence,Extent,TerminalsPotential,TerminalsPotential,TerminalsPotential,MultipleTerminals,TerminalsWithAlphabeticalCharacters,String,Int32,Int32,String,String,Boolean,Boolean) Method
    In This Topic
    Method for renumbering terminals specified by the collection pFunctions.
    Syntax

    Parameters

    Parameter NameDescription
    terminalsTerminals to be renumbered.
    eSequenceMode to use for numbering, given by a member of enum TerminalsSequence.
    extParameter enum to define the scope of numbering.
    ePotential_NParameter to determine, N terminals will be treated during numbering. Use value from enum Renumber.Enums.TerminalsPotential.
    ePotential_PEParameter to determine, how PE terminals will be treated during numbering. Use value from enum Renumber.Enums.TerminalsPotential.
    ePotential_SHParameter to determine, how SH terminals will be treated during numbering. Use value from enum Renumber.Enums.TerminalsPotential.
    eMultipleTerminalsParameter enum for numbering terminals with "Allow same designations" property .
    eTerminalsWithAlphabeticalCharactersParameter enum how terminals or pins with alphabetical elements in the designation should be numbered.
    strSchemeNumbering scheme.
    nStartValueStart value.
    nIncrementStep width.
    strPrefixThe prefix value that comes before the numbering value. Is only used if scheme is set to "According to online numbering format".
    strSufixThe suffix value that comes after the numbering value. Is only used if scheme is set to "According to online numbering format".
    bOnlyNumberMarkedOnesI true - Terminals / pins whose designations contain a "?" will be numbered .
    bAlsoNumberedByPLCIf true - terminals / pins controlled by PLCs will also be numbered.
    Exceptions
    ExceptionDescription
    Thrown if an argument is set to NULL.
    Thrown in case of invalid parameters, e.g. the specified functions do not exist or are invalid.
    Thrown if the internal interface for numbering could not be created.
    Thrown if an error occurred during numbering.
    An error occurrs when used scheme name doesn't exist
    See Also