Breadcrumbs

SelectiveBindHandler

Description

The SelectiveBindHandler component is used to Bind Lon equipment in a finer way.

 

Implementation

image2020-8-18_16-12-38.png

  • Drag and drop the SelectiveBindHandler component from the BtibLonTools palette to any place in your station.

  • Write a query targeting the desired Lon device and set a boolean tag name to look for on the device.

  • The bind will happen is the the tag value is set to true on a device . You can use a strategy to automatically set the tag to each component that must be bound.

  • Trigger the "Execute" action.

 

Properties

  • ExecuteQuery: The query targeting the Lon device you desire to bind (each device should have the tag)

  • TagName: The name of the tag which will determine whether the device will be bound or not. If the device has this tag, and the tag value is true, the device will be bound.

Actions

  • Execute: Will bind all the Lon devices matching the query and having the given tag set to true. Once the binding done, the tag will be set to false