ModuleCollection.Upload(String) Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

ModuleCollection.Upload(String) Method

BR.AN.PviServices .NET


Uploads each module file within the list from the plc to a specific path.

[Visual Basic]

Public Overloads Sub Upload( _

  ByVal path As String _

)

[C#]

public void Upload(

  string path

);

Parameters

path

An absolute path for the BR modules.

Remarks

For uploading module files it is neccessary to connect each module object within the list. (Collection method Connect())

See Also

ModuleCollection Class | BR.AN.PviServices Namespace | ModuleCollection.Upload Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]