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
Inputs
Name | Type | Description |
---|---|---|
i | Attribute for displaying the analog value as an integer. | |
f | Attribute for displaying the analog value as a floating point number. |
Methods
Name | Description |
---|---|
Reads the floating point process value. | |
Reads the integer process value. | |
Writes the floating point process value. | |
Writes the integer process value. | |
Writes the floating point and integer process value. |
Properties
Name | Type | Access | Description |
---|---|---|---|
BOOL | Get,Set | Attribute visibility. | |
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. |
Further Information