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 SourceS7Setup()
Default empty constructor that calls the constructor of the base class
Declaration
public S7Setup()
Properties
| Improve this Doc View SourceIPAddress
Gets or sets the IP address of the PLC.
Declaration
public string IPAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or sets the name of the S7 PLC.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Rack
Gets or sets the rack of the PLC.
Declaration
public int Rack { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Slot
Gets or sets the slot of the PLC.
Declaration
public int Slot { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |