VingCardEvent

Logic to change a data point value based on a VingCard door event.

Description

This logic can be used to change a data point value based on a VingCard door event. As input, the ItemID of the EventNumber of the selected room has to be used (e.g. NETx\XIO\VingCard\HotelA\Floor1\101\EventNumber). For each VingCard door event type (guest entrance, staff entrance, inside open, deadbolt thrown, deadbolt release, door closed; see VingCard tutorial) a separate output can be specified. For each event type, a "True" and "False" value can be defined. The "True" value is written to the appropriate output when the event occurs. The "False" value (if specified) is written when the event type disappears again.

Inputs

  • VingCardEvent (ItemID): here the "EventNumber " Item of the specified room has to be selected (e.g.  NETx\XIO\VingCard\HotelA\Floor1\101\EventNumber)

Outputs

  • GuestEntranceOutput (ItemID, optional): data point that shall be written in case of a "guest entrance" event. If not specified, nothing happens when this event occurs. 
  • StaffEntranceOutput (ItemID, optional): data point that shall be written in case of a "staff entrance" event. If not specified, nothing happens when this event occurs. 
  • InsideOpenOutput (ItemID, optional): data point that shall be written in case of a "inside open" event. If not specified, nothing happens when this event occurs. 
  • DeadboltThrownOutput (ItemID, optional): data point that shall be written in case of a "deadbolt thrown" event. If not specified, nothing happens when this event occurs. 
  • DeadboltReleaseOutput (ItemID, optional): data point that shall be written in case of a "deadbolt release" event. If not specified, nothing happens when this event occurs. 
  • DoorClosedOutput (ItemID, optional): data point that shall be written in case of a "door closed" event. If not specified, nothing happens when this event occurs. 

Parameters

  • GuestEntranceValue (any, optional): value that shall be written when this type of door event occurs. If not specified, nothing is written.
  • GuestEntranceValue (any, optional): value that shall be written when this type of door event occurs. If not specified, nothing is written.
  • InsideOpenValue (any, optional): value that shall be written when this type of door event occurs. If not specified, nothing is written.
  • DeadboltThrownValue (any, optional): value that shall be written when this type of door event occurs. If not specified, nothing is written.
  • DeadboltReleaseValue (any, optional): value that shall be written when this type of door event occurs. If not specified, nothing is written.
  • DoorClosedValue (any, optional): value that shall be written when this type of door event occurs. If not specified, nothing is written.
  • GuestEntranceFalseValue (any, optional): value that shall be written when this type of door event disappears. If not specified, nothing is written.
  • StaffEntranceFalseValue (any, optional): value that shall be written when this type of door event disappears. If not specified, nothing is written.
  • InsideOpenFalseValue (any, optional): value that shall be written when this type of door event disappears. If not specified, nothing is written.
  • DeadboltThrownFalseValue (any, optional): value that shall be written when this type of door event disappears. If not specified, nothing is written.
  • DeadboltReleaseFalseValue (any, optional): value that shall be written when this type of door event disappears. If not specified, nothing is written.
  • DoorClosedFalseValue (any, optional): value that shall be written when this type of door event disappears. If not specified, nothing is written.

Possible trigger types

  • All

Available since:

NETx BMS Server 2.0

Â