IODataPoint.ReadValue(IOVariableTypes) Method

<< 点击显示目录 >>

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

IODataPoint.ReadValue(IOVariableTypes) Method

BR.AN.PviServices .NET


Call this helper to read one of the values of the IO data point.

[Visual Basic]

Public Overloads Sub ReadValue( _

  ByVal vType As IOVariableTypes _

)

[C#]

public void ReadValue(

  IOVariableTypes vType

);

Parameters

vType

The type of value to PHYSICAL (producer value), VALUE (consumer value) or FORCE (force value) read.

See Also

IODataPoint Class | BR.AN.PviServices Namespace | IODataPoint.ReadValue Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]