Module.Delete(Boolean) Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Module.Delete(Boolean) Method

BR.AN.PviServices .NET


Delete the Module on the plc using the option to do this over the parent CPU object

[Visual Basic]

Public Overridable Overloads Sub Delete( _

  ByVal useParentCpu As Boolean _

)

[C#]

public virtual void Delete(

  bool useParentCpu

);

Parameters

useParentCpu

If true the module name will be used else the DM index only.

Remarks

To delete a module from the plc it is necessary to be connected to it. 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).

See Also

Module Class | BR.AN.PviServices Namespace | Module.Delete Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]