Versions Compared

Key

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

...

  • Install and set up the EFM ABB Totalflow driver module
  • Configure device connection to do the following:
    • Connect to the Totalflow device
    • Auto-discover applications running on the device
    • Generate default Array-Register Templates for all TUBE application enumerations based on information obtained from respective INI file(s).
    • Generate default poll group that contains entries for all instantiated TUBE applications.
  • Poll default poll group.

This section will describe how to use default Array-Register templates to generate custom templates and poll groups. For the purpose of this exercise, lets assume that we only want to poll the AGA3-1 application, and we are interested in 'Current Values' and 'Fixed Analysis' data points only. Here is how to do it:

...

  • Go to the 'Poll Group' configuration panel and delete the 'Default Poll Group'.
  • Go 'Array-Register Templates' configuration panel and delete the following default templates:
    • Dflt. AGA7 Tube App
    • Dflt. SU Gas Orifice Tube App
    • Dflt. SU Turbine Tube App
  • Click the 'Edit Array-Register Template Contents' link of the 'Dflt. AGA3 Tube App' template
  • Edit Array-Register template entries by removing all unwanted entries. In other words, keep an entry only if its category is set to 'Current Values' and 'Fixed Analysis Data'.
  • Save updated template entries
  • Rename the 'Dflt. AGA3 Tube App' to 'Custom AGA3 Tube App' and save the template. The 'Array-Register Templates' configuration panel now should look as shown below:

...

  • Save poll group configuration and the device status should change from 'Connected' to "Polling".
  • Open Ignition Designer and view the tags created:

...

  • At this point custom Array-Register template and poll group cam be exported as CSV files so that they can be reused.
  • Note that the 'Array-Register Templates' configuration panel has tow 'export' options:
    • Export Configuration - exports Array-Register templates as is.
    • Export as 'Free Form' templates.
  • Note that current Array-Register template is INI backed. This means that user can only change the following fields: 'Array', 'Register', 'Tag Name', and 'Enabled'. Other fields such as 'Access', 'Data Type', 'Category', and 'Register Name' are read only and obtained from INI files. 
  • So if current Array-Register template is exported by clicking the 'Export Configuration' button, it will be exported as INI backed template. The INI-backed_ArrayRegisterTemplates.csv file is an example of such template.
  • On the other hand, if current If current Array-Register template is exported by clicking the Export as 'Free Form' button, it is exported as a free form 'Free Form' template that can be used without INI file. The Free-Form_ArrayRegisterTemplates.csv file is an example of such template.
  • At this point, we can replace an INI backed Array-Register template by the 'Free-Form' one as shown below:
    • Go to the device configuration page and change the 'Array-Register Template Import Policy' from 'UPDATE' to 'REPLACE'.
    • Import the Free-Form_ArrayRegisterTemplates.csv file and save configuration.
    • The Array-Register template should now look like this:

Image Modified


  • Note how the 'View INI Files' link is now disabled to reflect that template is not INI backed. Also note that the 'Access', 'Data Type', and 'Category' fields can now be edited.

...