<< Click to Display Table of Contents >> Navigation: »No topics above this level« Module.Download(MemoryType, InstallMode, String, String, String) Method |
Download a text file to the PLC.
[Visual Basic]
Public Overloads Sub Download( _
ByVal memoryType As MemoryType, _
ByVal installMode As InstallMode, _
ByVal srcFileName As String, _
ByVal moduleVersion As String, _
ByVal moduleName As String _
)
[C#]
public void Download(
MemoryType memoryType,
InstallMode installMode,
string srcFileName,
string moduleVersion,
string moduleName
);
memoryType
The location where the module should be installed.
installMode
The mode of installation.
srcFileName
The name of the source file.
moduleVersion
The optional module version. Use an empty string or null if you want to set the default value.
moduleName
The optional module name. Use an empty string or null if you want to set the default value.(This the Name property of the object if the Address property is not set)
This implementation can only be used for TEXT files!
Module Class | BR.AN.PviServices Namespace | Module.Download Overload List
Generated from assembly BR.AN.PviServices [8.1.0.4]