Cpu.SwitchActiveCpu(Boolean) Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Cpu.SwitchActiveCpu(Boolean) 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 Overloads Sub SwitchActiveCpu( _

  ByVal force As Boolean _

)

[C#]

public int SwitchActiveCpu(

  bool force

);

Parameters

force

If true forces the ACPU switch.

Return Value

Zero on success.

See Also

Cpu Class | BR.AN.PviServices Namespace | Cpu.SwitchActiveCpu Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]