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

The defaults in the Properties tab will function for most systems.

Info
titleNote

If changes have been applied, click the button to Save the current configuration on screen. If the changes have not been saved, a notification window will appear prompting a Save or Cancel choice. In case the default properties need to be restored, click the Reset button.

Gas Analysis Processing Blackout

...

Periods

There are four available blackout periods during which no write requests will be processed or sent. The display shows a short description of the blackout.

...

  1. Exclude Non-External: Use the External GC Reference or External Meter Reference properties to find the correct meter name and device. The default setting is False. To change this setting, select the cell marked “False” and use the drop-down menu.
  2. Fail Orphaned Requests: Any gas analysis writes that occur during a server shutdown will be marked as “failed”. The default setting is False. To change this setting, select the cell marked “False” and use the drop-down menu.
  3. FlowCal Area Index: Use this setting to associate ACM with one or more specific measurement areas in your FlowCal system. The default setting is empty - which means ACM will handle all measurement areas. To limit ACM to a specific measurement area, enter the integer value of the measurement area index. You can also enter multiple integer values separated by commas to make ACM handle a specific set of measurement areas. For example, enter "1,3,4" (without quotes) to make ACM handle requests from measurement areas 1, 3, and 4.
  4. Max Concurrent Writes: The maximum number of gas analysis writes that can be queued simultaneously. The default setting is 25. To change this setting, select the cell with the numerical value and use keyboard input.
  5. Request Service Interval Timer: The interval time (in seconds) for the asiGCRequestManager service to process requests. Default is 30. Changes require a restart of the service.
  6. Trace Logging: This enables logging of gas analysis related progress messages. The default setting is False. To change this setting, select the cell marked “False” and use the drop-down menu.

Gas Analysis Writes Retry

There are six five settings associated with the Gas Analysis Writes Retry that can be modified by the users:

  1. Max Tries: The maximum number of tries to attempt a gas analysis write for a specific request. This is not used when Switch to Slow Mode is enabled. The default value is 3.
  2. Slow Timeout: The maximum time (in seconds) to allow for a gas analysis write to complete before putting in the retry list. The default value is 300.
  3. Switch to Slow Timeout: The maximum time (in seconds) to allow the Write Timeout to complete a gas analysis write before switching to the Slow Timeout. The default value is 500.
  4. User Use Switch to Slow Mode: Enable Slow Timeout schedule for request and retry attempts one once the Switch to Slow Timeout has triggers. Max Tries is ignored when Enabled. The default value is False.
  5. Write Timeout: The maximum time (in seconds) to allow for a gas analysis write to complete before putting it in the retry list. The default value is 180.

Retry configuration examples

The Gas Analysis Writes Retry properties can work in 'regular' mode or in 'slow mode'. The section below describes how each mode works.

'Regular Mode' is active when the property "Use Switch to Slow Mode" is disabled. In this mode, retries follow this logic:

  • Each GCWrite request is attempted up to the "Max Tries" value.
  • Each attempt can take up to "Write Timeout" seconds to complete.
  • If an attempt succeeds, the request is marked as 'Complete' and no more action is required.
  • If all attempts fail, the request is marked as 'Failed' and no more action is taken.
  • If ACM is stopped while a request is in progress, the request is marked as 'Failed' unless the property to "Fail Orphaned Requests" is disabled. If disabled, any remaining retries will be attempted when ACM is started again.

'Slow Mode' is active when the property "Use Switch to Slow Mode" is enabled. In this mode, retries follow this logic:

  • Each GCWrite request is attempted, allowing up to "Write Timeout" seconds to complete. There is no "Max Tries" limit.
  • If an attempt succeeds, the request is marked as 'Complete' and no more action is required.
  • If the request has not yet completed when the "Switch To Slow Timeout" period has elapsed (since the start of the first attempt):
    • Attempts will continue indefinitely.
    • Each attempt can take up to "Slow Timeout" seconds to complete.
    • If an attempt succeeds, the request is marked as 'Complete' and no more action is required.
    • If ACM is stopped while a request is in progress, the request is marked as 'Failed' unless the property to "Fail Orphaned Requests" is disabled. If disabled, retries will resume when ACM is started again.

Anchor
Report Services
Report Services
Report Services

...

  1. Archive Schedule: This enables users to configure when the Archive Manager process runs.
    1. Do not run automatically:  The archive process will only run if triggered to run manually
    2. Run every hour at # minutes past the hour:  If 55 is entered for minutes, the archive process will run at 1:55, 2:55, 3:55 and so on.
    3. Run once a day at entered time
  2. Detail Logging: This option allows users to show logging messages for starting and completing calls through the Report Service, such as, Archive Management and Scheduled Reports.

Server

The following settings associated with Server can be modified by users:

  1. Data Path: This points to the folder used for data user file storage ; includes including View filters, saved grid layouts and RTU configuration filestag and unit files. These files are created and used by ACM based on device and user configuration. The default data path is: C:\ProgramData\AutoSol\Communication Manager\7\DataFiles.
  2. Dot Naming: This option allows “Object.Item” naming syntax. Otherwise, “[Object]Item” syntax must be used. The default value is True.
  3. Keep Meter Record History: This option provides the ability to turn off meter configuration record historization. Leave at the default value True to continue historizing meter records.  

    Info
    titleImportant!

    Only change Keep Meter Record History to false if you do not want to keep any meter configuration history.


  4. Log Startup Config: This option allows users to log all configuration properties during server startup. The default setting is False.

    Info
    titleImportant!

    Enabling Log Startup Config may slow down the startup process.


  5. OPC Trace: OPC trace information between clients and server is possible when this option is enabled. The default setting is False

    Info
    titleImportant!

    Enabling OPC Trace may produce large log files and add significant overhead to the server.


  6. SQLTimeout – Bulk Insert: This is the maximum time, in seconds, allowed for a SQL command to complete. The default value is 60.
  7. SQLTimeout – Publisher Commands: This is the maximum time, in seconds, allowed for a Publisher SQL command to complete. The default value is 60.
  8. SQLTimeout – Report Commands: This is the maximum time, in seconds, allowed for a Report SQL command to complete. The default value is 60.
  9. UniqueNamesWithinType: Enabling this option forces unique object names within each object type. The default setting is False.
  10. UseCacheForDeviceReads: This property is not visible in the Server properties list. It controls how ACM provides data to OPC clients that request a read from field devices. The default setting is False, which makes ACM follow the OPC specification for data updates. If OPC clients request a read from field devices while this setting is True, ACM will update OPC clients with data from its internal cache instead of polling field devices for data. Contact technical support if you believe this alternate behavior will benefit your application.

...