Cpu Methods

<< 点击显示目录 >>

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

Cpu Methods

BR.AN.PviServices .NET


The methods of the Cpu class are listed below. For a complete list of Cpu class members, see the Cpu Members topic.

Public Instance Methods

pubmethodBlinkDongle

导致加密狗开始闪烁。

pubmethodChangeConnection

使用这个成员函数来改变CPU对象的连接。当该函数改变了连接后,ConnectionChanged事件将被触发。

pubmethodClearMemory

使用这个方法来清除任何PLC内存类型。你也可以使用内存类的Clean Method来做同样的事情。PLC必须处于DIAGNOSTIC模式!!!

pubmethodCompareRuntimeVersionTo

调用这个方法来查看给定的版本是否是

pubmethodConnect

重载。使用在connectiono对象属性中设置的指定连接参数,创建一个与物理Cpu的连接。(见:连接类)

pubmethodDeleteModule

删除plc上的模块

pubmethodDisconnect

重载。将此实例从其设备上断开连接。

pubmethodDisconnectChildObjects

调用此方法来断开所有子对象的连接。

pubmethodFromXmlTextReader

从xml配置文件中读取配置并更新。

pubmethodGetExistingLicense

获取PLC项目和操作系统的许可证列表

pubmethodGetLicenseContext

重载。读取指定序列号的文本数据,使用设置的盒子掩码和定义的公司代码。

pubmethodGetLicenseStatus

超载。读取许可证状态。

pubmethodGetListOfDongles

获取PLC项目和操作系统的加密狗列表

pubmethodGetRequiredLicenses

获取所需许可证的列表

pubmethodGlobalForceOFF

使用此方法将全局强制模式设置为OFF

pubmethodReadApplicationInfo

调用此方法来读取应用程序/项目信息。数据将在事件 HardwareInfoRead中以XML字符串提供 。

pubmethodReadCommunicationLibraryVersions

Call this method to retrive the version information of the communication component DLLs.结果将以名称和版本对的形式提供。

pubmethodReadDateTime

从plc读取CpuTime

pubmethodReadHardwareInfo

调用此方法来读取硬件信息。数据将在事件 HardwareInfoRead中作为XML字符串提供 。

pubmethodReadMemoryInfo

Call this method to read the memory info.数据将在事件 RedundancyInfoRead中以XML字符串形式提供 。

pubmethodReadRedundancyInfo

Call this method to read the redundancy info.数据将在事件 RedundancyInfoRead中以XML字符串 的形式提供。这个命令只对一个冗余SYSTEM有效。

pubmethodReadSavePath

读取CPU对象的SavePath属性。

pubmethodReadTCPDestinationSettings

调用此方法以获得现有tcp连接的删除设置。

pubmethodReadTOC

从连接的CPU中读取内容表。响应的数据将在事件中提供。

pubmethodRemove

这个方法从PviServices的层次结构中删除实例引用。

pubmethodRestart

重新启动Plc上的Cpu。

pubmethodSwitchActiveCpu

超载。调用此方法来切换冗余PLC对的活动CPU。这个命令只对冗余系统有效。

pubmethodSynchronizeRApplication

调用此方法来切换一对冗余PLC的活动CPU。该命令只对冗余系统有效。

pubmethodUpdateCpuInfo

Call this method to Update the CPU Info.一旦与PLC建立了连接,CPU信息就会被更新。将发出 CpuInfoUpdated事件  ,并更新属性 RuntimeVersionNodeNumberBootModeStateTypeCpuUsageAccu

pubmethodUpdateLicenseData

更新PLC上的许可数据。

pubmethodWriteDateTime

在PLC上写入时间

pubmethodWriteSavePath

这个方法设置cpu的SavePath属性。

See Also

Cpu Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]

Topics in this section:

Cpu.BlinkDongle Method

Cpu.ChangeConnection Method

Cpu.CompareRuntimeVersionTo Method

Cpu.Connect Method

Cpu.DeleteModule Method

Cpu.Disconnect Method

Cpu.DisconnectChildObjects

Cpu.FromXmlTextReader Method

Cpu.GetExistingLicense Method

Cpu.GetLicenseContext Method

Cpu.GetLicenseStatus Method

Cpu.GetListOfDongles Method

Cpu.GetRequiredLicenses Method

Cpu.GlobalForceOFF Method

Cpu.ReadCommunicationLibraryVersions Method

Cpu.ReadDateTime Method

Cpu.ReadHardwareInfo Method

Cpu.ReadMemoryInfo Method

Cpu.ReadRedundancyInfo Method

Cpu.ReadSavePath Method

Cpu.ReadTOC Method

Cpu.ReadTCPDestinationSettings Method

Cpu.Remove Method

Cpu.Restart Method

Cpu.SwitchActiveCpu Method

Cpu.SynchronizeRApplication Method

Cpu.UpdateLicenseData Method

Cpu.WriteDateTime Method

Cpu.WriteSavePath Method