<< Click to Display Table of Contents >> Navigation: »No topics above this level« Cpu.DeleteModule Method |
Delete the Module on the plc
[Visual Basic]
Public Overridable Sub DeleteModule( _
ByVal name As String _
)
[C#]
public virtual int DeleteModule(
string name
);
name
The name of the module which has to be deleted.
Zero on success.
Deleting the module by CPU is only supported by PVI Manager Version 3.50 (PviMan.exe file version) or higher, and by INA2000 Version 3.44 (LnIna2.dll file version).
Cpu Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]