FB_AcsiDATypeAnalogueValue

Namespace: Tc3_Acsi
Library: Tc3_Acsi (Tc3_Acsi.compiled-library)

Inheritance hierarchy

FB_AcsiCommonNodeClass -> FB_AcsiCommonDataClass -> FB_AcsiCommonAttributeClass -> FB_AcsiDATypeAnalogueValue

FUNCTION_BLOCK FB_AcsiDATypeAnalogueValue EXTENDS FB_AcsiCommonAttributeClass

FB_AcsiDATypeAnalogueValue 1: Inputs

Name

Type

Description

i

FB_AcsiBATypeINT32

Attribute for displaying the analog value as an integer.

f

FB_AcsiBATypeFLOAT32

Attribute for displaying the analog value as a floating point number.

FB_AcsiDATypeAnalogueValue 2: Methods

Name

Description

GetFloatPVal

Reads the floating point process value.

GetIntPVal

Reads the integer process value.

SetFloatPVal

Writes the floating point process value.

SetIntPVal

Writes the integer process value.

SetPVal

Writes the floating point and integer process value.

FB_AcsiDATypeAnalogueValue 3: Properties

Name

Type

Access

Description

bPresence

BOOL

Get,Set

Attribute visibility.

Fc

DWORD

Get,Set

Functional group.

fValue

REAL

Get,Set

Value of the data attribute: f.

iValue

DINT

Get,Set

Value of the data attribute: i.