Search Results for

    Show / Hide Table of Contents

    Class S7Setup

    This class holds setup-information to connect SIEMENS S7 PLCs.

    Inheritance
    System.Object
    S7Setup
    Namespace: TeleScope.Connectors.Plc.Siemens
    Assembly: TeleScope.Connectors.Plc.Siemens.dll
    Syntax
    public class S7Setup : object

    Constructors

    | Improve this Doc View Source

    S7Setup()

    Default empty constructor that calls the constructor of the base class

    Declaration
    public S7Setup()

    Properties

    | Improve this Doc View Source

    IPAddress

    Gets or sets the IP address of the PLC.

    Declaration
    public string IPAddress { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Name

    Gets or sets the name of the S7 PLC.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Rack

    Gets or sets the rack of the PLC.

    Declaration
    public int Rack { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Slot

    Gets or sets the slot of the PLC.

    Declaration
    public int Slot { get; set; }
    Property Value
    Type Description
    System.Int32
    • GITHUB
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top
    Copyright 2020-2022 TeleScope-dotnet. Generated by DocFX.
    ☀
    ☾