ANSLTcp.RedundancyCommMode Property

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

ANSLTcp.RedundancyCommMode Property

BR.AN.PviServices .NET


Gets or sets wheter to start a redundant communication to the PLC or not. If set to true the the PLC communication will be handled using cluster- primary- and secondary- Cpu connectrion settings. (/RED=1)

[Visual Basic]

<PviCpuParameter> _

<PviKeyWord(PviKeyWord:=""/RED"")> _

Public Property RedundancyCommMode() As Boolean

  Public Get

  End Get

  Public Set

  End Set

End Property

[C#]

[PviCpuParameter]

[PviKeyWord(PviKeyWord=""/RED"")]

public bool RedundancyCommMode { public get; public set; }

See Also

ANSLTcp Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]