E_BACNETACTION
PLC mapping of BACnet data type BACnetAction. See BACnet specification DIN EN ISO 16484-5 for property Action.
TYPE E_BACNETACTION :
(
BACnetAction_direct := 0,
BACnetAction_reverse := 1,
)
END_TYPE
BACnetAction_direct
: The controller output acts directly (positive input error e results in increasing output [e = w - y])
BACnetAction_reverse
: The controller output acts inversely (the input error e is inverted [e = y - w])