Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

Below we'll show you how to use the FST templates outside of a pod. Once its setup, the rest of the process is the same when using the Connector TemplateOn tool. If discovering bacnet, be sure to add them as templates so that they get tagged according to your bacnetProperties.trio file. (Add BACnet Template Connector)continued with the Template Wizard doc.

Setting up the FST template

Example FST's: Here

1) Upload FST file

First, the user will go to Folio app → Files and select to Upload the fst file.

...

The user will then select All Files after uploading the fst file.  

Image Added 

Then select the fst file to select View Edit.

Image Added

Image Added

Once there, the user will see Options to select Tags.

Image Removed 

Image Removed

Image Removed

In the Add Tag popup, the user will be adding two string tags for each fst template file. They are templateOn and funcTemplate. The filter for templateOn can be anything.

templateOn value is (vendorId == 7) and (applicationNumber == 2560)

funcTemplate value is finConnectorTemplatePackageAddDevice( $this , @$id , null )Image Removed Image Removed"<data>" )

OR

The user can instead just tag it as 'finTemplate' marker tag. Then utilize the Templates Tree Edit to add the remaining fields.

Image Added Image Added

3) Upload bacnetProperties.trio file

Next, the user will upload the bacnetProperties.trio file and tag it with the bacnetProperties marker tag. Only one is needed but multiple with different properties can be added if needed.


Note: this trio file contains the list of properties that you wish to read from your device. The property tags will be applied to the connector when selecting to add the connector as a template from the discover window or when using the Template Wizard. You can use the one provided above and/or copy from and modify as needed for your template. It can also read from a point if the instance is provided. Look at screenshot below. It will look for the point that is AV4 and grab its present value and set that as the value for the applicationNumber tag.

Image RemovedImage Added

Thats it, now the user can go ahead and use the Connector TemplateOn tool after discovering/adding devices. If discovering bacnet, be sure to add them as templates so that they get tagged according to your bacnetProperties.trio file. (Add BACnet Template Connector)use the Template Wizard to discover their devices with templates.