Table of Contents

Class RoutineType

Namespace
L5Sharp.Enums
Assembly
L5Sharp.dll

An enumeration of all Logix Routine types.

public sealed class RoutineType : LogixEnum<RoutineType, string>, IEquatable<LogixEnum<RoutineType, string>>, IComparable<LogixEnum<RoutineType, string>>
Inheritance
RoutineType
Implements
Inherited Members

Remarks

Routine type indicates what programming style/language the Routine object contains. The type of routine will determine what LogixContent is generated by the routine object.

Fields

FBD

Represents a Function Block Diagram routine type.

public static readonly RoutineType FBD

Field Value

RoutineType

RLL

Represents a Relay Ladder Logic routine type.

public static readonly RoutineType RLL

Field Value

RoutineType

SFC

Represents a Sequential Function Chart routine type.

public static readonly RoutineType SFC

Field Value

RoutineType

ST

Represents a Structured Text routine type.

public static readonly RoutineType ST

Field Value

RoutineType

Typeless

Represents no RoutineType value.

public static readonly RoutineType Typeless

Field Value

RoutineType