<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Module Class > Module Methods > Module.Download Method |
Downloads the module file to the plc using the FileName property and transfering it to UserRam in Overload mode.
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)
Module Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]
Topics in this section: