Cpu.ClearMemory Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Cpu.ClearMemory Method

BR.AN.PviServices .NET


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

);

Parameters

memType

The memory type.

Return Value

Zero on success.

See Also

Cpu Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]