KNX_Read_DPT_14x
KNX_Read_DPT_14x (FB)
KNX_Read_DPT_14x (FB)FUNCTION_BLOCK KNX_Read_DPT_14x EXTENDS SlaveBasic
Overview
Read function for DPT 14.x (4-byte floating point value).
Inputs
xRequest
FALSE
Trigger for single read
xRequestVisu
FALSE
Trigger for single read (visualization)
tRequestTime
T#0S
Interval for cyclic reading
eDPT_Format
-
DPT 14.x format selection
byAdrGroup
0
Group address (0-255)
byAdrMiddleGroup
0
Middle group address (0-7)
byAdrMainGroup
0
Main group address (0-31)
rInitValue
0.0
Initial value at InitOption.InitValue
eInitOption
-
Initialization option
Outputs
rValue(REAL): Received floating point valuesUnit(STRING[10]): Unit of the valuetNextRequest(TIME): Time until next read operation
Usage
Select the DPT 14.x format with
eDPT_Format.Configure the read options:
For cyclic reading:
tRequestTime> T#0SFor event-based reading: use
xRequestorxRequestVisu
Set
eInitOptionand if applicable,rInitValuefor the initialization.Monitor
rValuefor received values andsUnitfor the unit.
InOut:
Input
itfKnxConnector
IKnxConnector
IMasterConnector interface input to register/unregister the FB to the list on the Master
SlaveBasic
Input
xEnable
BOOL
TRUE
SlaveBasic
Output
sPhysicallAddressDevice
STRING(15)
SlaveBasic
Output
sGroupAddress
STRING(15)
SlaveBasic
Input
xRequest
BOOL
Single Read
Input Const
xRequestVisu
BOOL
Single Read
Input Const
tRequestTime
TIME
TIME#0ms
Monitoring time
Input Const
eDPT_Format
DPT_14x
Enum DPT_14x
Input Const
byAdrGroup
BYTE
0
Group address
Input Const
byAdrMiddleGroup
BYTE
0
Middle group address
Input Const
byAdrMainGroup
BYTE
0
Main group address
Input Const
rInitValue
REAL
Input Const
eInitOption
InitOption
Output
rValue
REAL
Output
sUnit
STRING(10)
Output
tNextRequest
TIME
Last updated

