<< Click to Display Table of Contents >> Navigation: »No topics above this level« Cpu.SwitchActiveCpu(Boolean) Method |
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
);
force
If true forces the ACPU switch.
Zero on success.
Cpu Class | BR.AN.PviServices Namespace | Cpu.SwitchActiveCpu Overload List
Generated from assembly BR.AN.PviServices [8.1.0.4]