<< Click to Display Table of Contents >> Navigation: »No topics above this level« Cpu.ClearMemory Method |
Use this method to clear any of the PLC memory types. You can also use Clean Method of the Memory Class to do the same. PLC has to be in DIAGNOSTIC mode!!!
[Visual Basic]
Public Sub ClearMemory( _
ByVal memType As MemoryType _
)
[C#]
public int ClearMemory(
MemoryType memType
);
memType
The memory type.
Zero on success.
Cpu Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]