使用 FindObject 方法

FindObject方法将会返回一个数据项,且一直保持所指派的变量。这种方法要比使用Fix32对象速度快,因为该对象只当FindObject执行和返回一个数据项时做自身验证。只要该变量没被释放或没被赋给新的对象,就能被读取和写入,而无需工作台重新验证。

示例

下面的代码例子说明如何使用FindObject方法来访问thisnode:tag.f_cv

Dim DI as Object

Dim X as Single

 

set DI = System.FindObject("Fix32.thisnode.tag.f_cv")

 

X = DI 'Read the value of thisnode:tag.f_cv and assign it

        'to single precision variable x

DI = 1 'Write a 1 to thisnode:tag.f_cv

您最近了解过 iFIX 吗 ?

查看最新版 iFIX 的所有新功能。

让 iFIX 帮助您提高效率,降低成本。