<< Click to Display Table of Contents >> Navigation: »No topics above this level« ModuleCollection.Upload(String) Method |
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
);
path
An absolute path for the BR modules.
For uploading module files it is neccessary to connect each module object within the list. (Collection method Connect())
ModuleCollection Class | BR.AN.PviServices Namespace | ModuleCollection.Upload Overload List
Generated from assembly BR.AN.PviServices [8.1.0.4]