<< Click to Display Table of Contents >> Navigation: »No topics above this level« Cpu.SynchronizeRApplication 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 Sub SynchronizeRApplication( _
ByVal automaticMode As Boolean _
)
[C#]
public int SynchronizeRApplication(
bool automaticMode
);
automaticMode
If true starts the application synchronisation on the PLC in automatic else in manual mode.
Zero on success.
Cpu Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]