Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Overview

The XML output facilitates publishing collected records to Extensible Markup Language files.

Configuration

General Tab

General Configuration

XML Tab

Output Type
  • Database
  • File (Default)
FileDatabase

Contract Time
  • Do not use contract time.
  • Use the configured contract timeEnter the appropriate Contract Hour and Minute.
  • Use the meter’s contract time (Default). Uses defined contract time per the Protocol or Meter Configuration object.
Numeric Precision

Single Precision (Select Default or Custom) enter a value for Precision if Custom is selected.

Double Precision (Select Default or Custom) enter a value for Precision if Custom is selected.

File

$$Meter.Name$$.xml (Default)

Tokens

To add additional tokens, click on the field to bring up Property Specific option  in the tool bar, click on Property Specific and select the appropriate Token under Insert Token Item.

The listing of available tokens and how they can be used is covered in the article called Substitution Tokens

Path

\HistoryData\ (Default) To add additional tokens, click on Property Specific and select the appropriate Token under Insert Token Item.

Provider String

Used for the connection to the database. Entering this information is currently a manual process in ACM, but the Database Provider String Builder can be used.

This can be found in: Start > Programs > AutoSol Communication Manager > Database Provider String Builder

Table Name

Table name to use.

Cursor Position
  • Client-side (Default). Some database configurations require a client-side cursor. If your configuration is stored in Microsoft SQL Server, use this setting.
  • Server-side. Some database configurations require a server-side cursor. If your configuration is stored in Microsoft Access, use this setting.
Use Custom Query/ Custom Query

Default = Not Selected. Use the custom query text instead of the insert command when publishing the XML document.

Insert Command

Default = insert into $$Table$$ (MeterName, XmlData) values ('$$Meter.Name$$', '@XmlData') Command used for inserting new records.

Document Filter

Default = $$Meter.Name$$.xml. Use tokens to filter record into separate publish documents.

Tokens

To add additional tokens, click on the field to bring up Property Specific option  in the tool bar, click on Property Specific and select the appropriate Token under Insert Token Item.

The listing of available tokens and how they can be used is covered in the article called Substitution Tokens

Records Tab

History Period Time
  • All (Default)
  • Hourly
  • Daily
  • Other
Period Time

Default = 60. Period Time in minutes to determine the resolution of the output data.

Check all required record types to be published
Event Type Source
  • Do not use (Default)
  • Record TypeName Property
  • Record SubtypeName Property

On this page


  • No labels