FB_BACnet_RemoteEventEnrollment_EX
Application
The function block FB_RemoteEventEnrollment_EX can be used for reading access to a BACnet object of type EventEnrollment.
VAR_OUPUT
Variables are not included in the basic version of the function block. |
bReady : BOOL;
tObjectID : T_BACnet_ObjectIdentifier:=16#FFFFFFFF; (*siehe Info*)
bError : BOOL;
nErrorId : UINT;
bReady: notification of general readiness. If this output is set, the other status outputs are valid (PresentValue, Overridden ...). If the output is FALSE, the corresponding function block FB_BACnet_Device does not report "Operational", or the function block instance was not linked correctly in the TwinCAT System Manager.
tObjectID: object ID of the BACnet object Object type and object instance.
bError: an error is pending.
nErrorId: see global constants BACnet_Globals.
VAR_IN_OUT
RemoteDevice : FB_BACnet_RemoteDevice;
RemoteDevice: Specification of the instance of the corresponding remote BACnet server block (client). A BACnet adapter can be used for several BACnet clients. See FB_BACnet_Adapter and FB_BACnet_RemoteDevice for further information.