VariableCollection Members

<< 点击显示目录 >>

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

VariableCollection Members

BR.AN.PviServices .NET


VariableCollection overview

Public Instance Constructors

pubmethod VariableCollection Constructor

Initializes a new instance of the VariableCollection class.

Public Instance Properties

pubpropertyAccess

获取或设置集合中每个元素的访问类型

pubpropertyActive

获取或设置集合中每个变量元素的活动标志

pubpropertyHysteresis

获取或设置集合中每个元素的滞后值。

pubpropertyItem

搜索一个给定名称的变量。

pubpropertyPolling

获取或设置集合中每个元素的轮询状态。

pubpropertyRefreshTime

获取或设置集合中每个变量元素的刷新时间

pubpropertyScaling

获取或设置集合中每个元素的缩放比例。

pubpropertyWriteValueAutomatic

获取或设置集合中每个元素的WriteValueAutomatic状态。

Public Instance Methods

pubmethodAdd

重载。给这个实例添加一个变量类型的对象。

pubmethodClear

从集合中删除所有元素。

pubmethodConnect

重载。使用ConnectionType属性连接集合中的每个Variable对象。

pubmethodDisconnect

重载。断开集合中每个变量对象的连接。

pubmethodReadValues

该方法读取集合中每个变量对象的值。

pubmethodRemove

重载。从集合中删除一个变量对象,给定变量名称。

pubmethodUpload

根据集合的父对象上传变量对象。

pubmethodWriteScaling

这个函数将实际定义的缩放点写到PLC上的每个变量。

pubmethodWriteValues

写入每个变量对象的实际值

Public Instance Events

pubeventActivated

当一个列表对象被成功激活时发生。

pubeventCollectionActivated

当集合中的每个变量对象的所有激活请求被响应时发生。

pubeventCollectionDataValidated

当列表中至少有一个变量对象通知有效数据时发生。

pubeventCollectionDeactivated

当集合中的每个变量对象的所有停用请求被响应时发生。

pubeventCollectionPropertyChanged

当集合中的每个变量对象的所有(例如:迟滞写入请求)被响应时发生。

pubeventCollectionValuesRead

当集合中的每个变量对象的所有值读取请求被响应时发生。

pubeventCollectionValuesWritten

当集合中的每个变量对象的所有值的写入请求被响应时发生。

pubeventDataValidated

当一个列表对象的值数据有效时出现。

pubeventDeactivated

当列表对象被成功停用时发生。

pubeventPropertyChanged

当列表对象的属性改变时出现(例如RefreshTime)。

pubeventValueChanged

当过程变量的值发生变化时出现。

pubeventValueRead

当一个列表对象的值被成功读取时出现。

pubeventValueWritten

当一个列表对象的值被成功写入时发生。

See Also

VariableCollection Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]