Table of Contents

Class ParameterConnection

Namespace
L5Sharp.Elements
Assembly
L5Sharp.dll

A logix ParameterConnection element defining the connection between two different program tags.

public class ParameterConnection : LogixElement, ILogixSerializable
Inheritance
ParameterConnection
Implements
Inherited Members

Constructors

ParameterConnection()

Creates a new ParameterConnection with default values.

public ParameterConnection()

ParameterConnection(XElement)

Creates a new ParameterConnection initialized with the provided XElement.

public ParameterConnection(XElement element)

Parameters

element XElement

The XElement to initialize the type with.

Exceptions

ArgumentNullException

element is null.

Properties

EndPoint1

Specify the first end point of the parameter connection.

public string EndPoint1 { get; set; }

Property Value

string

A string containing the end point path. The format for end point connections is program_name.parameter_name

EndPoint2

Specify the second end point of the parameter connection.

public string EndPoint2 { get; set; }

Property Value

string

A string containing the end point path. The format for end point connections is program_name.parameter_name