Batch Record Creator

Batch Record Creator is currently an optional feature that allows the user to select standard template equips/points that are already tagged and setup correctly

How to use

1. Select the App Launcher button located on the top left of the navigation bar

2. Select DB Builder app under the System Integrator Apps

3. Expand the connector Tree, in this case the BACnet tree will be used

4. Select an existing connector under the BACnet tree to discover it’s points

5. Once the points have been discovered, drag and drop the points underneath the equip where the points will be located in the database

6. When the points get dropped, the Batch Record Editor pop-up appears. There are 3 sections:

note

NOTE

The automatic matching works with points in the library by looking for either points that have the exact same name as the points in the database or by automatically filtering out some common characters in the point names.

If it cannot match the names automatically, select the point in the Library Record and then the point in the Database Records to match up. Then, the database name can be kept or changed to the name of the point record in the library

NOTE

The automatic matching works with points in the library by looking for either points that have the exact same name as the points in the database or by automatically filtering out some common characters in the point names.

If it cannot match the names automatically, select the point in the Library Record and then the point in the Database Records to match up. Then, the database name can be kept or changed to the name of the point record in the library

1. Selected a point from Library Record and DB Records

  • In this case, the points are Return Fan and FIN4Spin AHU-1 RF

2. When the points are selected, click on the Match button located underneath the DB Records points

  1. After the points have been matched, in the Matched section the point will be displayed.

  • If a mistake happens, selected on the matched point (Return Fan) and click on the Unmatched button to remove the points from the Matched list

7. Once the points have been matched, click on the Apply button to make the changes

Create template records

Read the document Create Batch Records , to create template records and simply the process for Batch Record Creator

Use our template records

Download templateRecords and copy and paste the contents with it (PointRecords.zinc and EquipRecords.zinc) into the io folder found in the project folder.

The path would be similar to the following: C:\Program Files (x86)\FIN Framework\FIN Framework 5.0.7.3410\var\proj\demo\io

Manually create custom records

Create the points and equips and set them with tags, history setup, and properties etc

Recommended

Create a new project to create all the template points and equips. Afterwards, remove it from FIN directory and save it somewhere.

If need to add more, reload the template and add more to the custom library, helps to not repeat the process to add more custom templates and include other points/equips that are not needed.

1. Select on the (plus), and then select on Add Equipment

2. After creating multiple equips, it gets displayed under the floor it was created under

3. After creating all the equip template, launch the folio app under Advanced Apps

4. Execute the following code: readAll(equip).ioWriteZinc(`io/EquipRecords.zinc`)

5. Once executed, it will create an io folder under the project folder in the FIN directory and add EquipRecords.zinc file that contains all created equip templates

6. The same steps will be repeated with points, it can be created under one equipment

7. Go to folio and execute the following: readAll(point).ioWriteZinc(`io/PointRecords.zinc`)

8. Once executed, an io folder will be created under the project folder in the FIN directory and add PointRecords.zinc file that contains all created point templates

The zinc files (or io folder that contains the files) can be added to any future projects by placing it underneath that project