Cpu.SynchronizeRApplication Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Cpu.SynchronizeRApplication Method

BR.AN.PviServices .NET


Call this method to switch the active CPU of a redundancy PLC pair. This command is only valid for a redundancy SYSTEM.

[Visual Basic]

Public Sub SynchronizeRApplication( _

  ByVal automaticMode As Boolean _

)

[C#]

public int SynchronizeRApplication(

  bool automaticMode

);

Parameters

automaticMode

If true starts the application synchronisation on the PLC in automatic else in manual mode.

Return Value

Zero on success.

See Also

Cpu Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]