Versions Compared

Key

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

...


...

titleTable Of Contents

Table of Contents
maxLevel3
minLevel3
typeflat
printablefalse
separatorpipe

Overview

A Publisher facilitates the creation of historical outputs from records collected by devices. Each Publisher instance manages its own index marker for device records collected so it doesn't republish or skip records.. Following  Following any filter rules, the Publisher operates on batches of records controlled by the index marker that are then processed by the desired output type.

Creating A Publisher

A Publisher can be created using any one of several methods. See Creating Objects.

Configuration

General Tab

This tab is common to all objects in ACM. See General ConfigurationEach publisher runs in a queue, meaning that only one publisher is running at any given time.  Enabled publishers will alternate turns so that each has the chance to publish some records before the next round.  

Configuration

Info

See the General Object Configuration guide for assistance configuring the General tab.

Publisher Tab

Image RemovedImage Added

Output Type

The object assigned that defines the format to be used to publish. Click the  button to select or create the output type. Output types are listed below.

...

  • Publish all objects (Default) if you want to publish everything.
  • Publish Filtered objects to only publish objects as defined in the selected Publish Filter object.

...

titleTip

...

  •   *If this is selected, the Object Type to Publish and Publish Filter fields are enabled.

Object Type To Publish

*This is only enabled if "Publish Filtered Objects" is selectedThis option applies an additional filter to any filter assigned in the "Publish Filter" field.

  • Meters (Default) When selected the filter will apply to meter object and meter name as defined in ACMobjects
  • Devices  When selected the filter will apply to device

    object and device

    objects.

    Info
    titleExample:

    The applied filter searches for all meters and devices that begin with the letter "A".  If "Meters" is selected for object type, all Meter objects that begin with the letter "A" will be published regardless of their Device name.  If "Devices" is selected, all records for Devices beginning with the letter "A" will be published regardless of that device's meter name.


Publish Filter

*This is only enabled if "Publish Filtered Objects" is selected.

...

Default = Not selected. If selected, the Publisher will continue publishing if a data-related error occurs. The exception is file access and invalid SQL commands - the publisher will cease publishing if it encounters these errors.

Info
titleNote

This option is beneficial so that ACM can continue publishing in the event a single meter or device fails.

...

Batch Size (Default = 5000). The maximum number of archive and meter records the publisher will attempt to query from the internal database for each publish operation.

Query Timeout (Default = 30) Time (in seconds) for database query to time out while loading records to publish.

Logging Tab

Query Details

Select this option to have the publisher log additional details about the publisher's progress through the database. It will show what range of records it's processing or whether it is caught up.

Commands

See Object Commands for how to locate and execute a command.

...

Reset Publish Position

...

Device ID. Provide the object id of the device, or leave blank for all devices or to a use a meter.

Meter ID. Provide the object id of a meter, or leave blank for all meters.

...

Device ID. Provide the object id of the device.

...

Info
titleNote

The Batch Size is not the total number of records to be returned.  There are three sets of records that will be returned on one retrieval that may impact the total record count: archive, meters and liquid products.

  • When querying the database, the publisher gets all archive records in collection timestamp order.  When attempting to retrieve the set of records, the publisher may not get the number of records requested if:
    • That many does not exist, or
    • The next sequential set of records contains devices/meters not in your collection.  For instance if you query 5,000 records and your position is at 10,000, it will try to get records between 10,001 - 15,001.  If 1,000 of those records are of meters NOT in your filter, you will only get back 4,000 archive records.  
  • It is also important to note that though the batch size is used for obtaining new meter records (similar to the logic in the archive), each archive record needs to have a meter record to publish.  This means a meter record may need to be included in the query that is outside the normal batch size/sequence collection in the return, so that an archive record can be published.  This will could also alter the total number of meter records being published.
  • Finally, if the device has any liquid product records those will also need to be collected and include in the retrieval of the data.  Batch Size does not apply in this scenario, so the number of records return is based on the number of products assigned to the number of distinct meters in the first archive record set. 

Query Timeout (Default = 30) Time (in seconds) for database query to time out while loading records to publish.

Info
titleNote

Frequent timeouts usually indicate that more data is being requested than the database can process in that amount of time.  The query timeout may be increased, but smaller batch sizes run more quickly, more frequently and tend to yield overall faster publisher time.  


Logging Tab

Query Details

Select this option to have the publisher log additional details about the publisher's progress through the database. It will show what range of records it's processing or whether it is caught up.