Module.Download Method

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Module Class > Module Methods >

Module.Download Method

BR.AN.PviServices .NET


Downloads the module file to the plc using the FileName property and transfering it to UserRam in Overload mode.

Overload List

Downloads the module file to the plc using the FileName property and transfering it to UserRam in Overload mode.

public virtual void Download()

Downloads the module file to the plc using the FileName property in Overload mode

public virtual void Download(MemoryType)

/// Downloads the module file to the plc using the FileName property.

public virtual void Download(MemoryType,InstallMode)

Default procedure for downlading modules including all parameters.

public void Download(MemoryType,InstallMode,ConversionModes,string,string,byte[])

Default procedure for downlading modules.

public void Download(MemoryType,InstallMode,ConversionModes,string,string,Stream)

Downloads the module file to the plc. The Address property of the Module and the name of the file (without extension) must be the same. For using a logical name for the Module, it is necessary to set the Address property (Sample2)

public virtual void Download(MemoryType,InstallMode,string)

Download CNC modules by using the conversion DLLs implemented in PVI.

public void Download(MemoryType,InstallMode,string,ConversionModes,string)

Download a text file to the PLC.

public void Download(MemoryType,InstallMode,string,string,string)

See Also

Module Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]

Topics in this section:

Module.Download() Method

Module.Download(MemoryType) Method

Module.Download(MemoryType, InstallMode) Method

Module.Download(MemoryType, InstallMode, String) Method

Module.Download(MemoryType, InstallMode, String, ConversionModes, String) Method

Module.Download(MemoryType, InstallMode, String, String, String) Method