Supported platform and TLS Function Codes

The Tls driver is supported by all Niagara 4 JACE platforms. The tls module is currently available for 3.0.99, and soon to be for 3.1.x.

TLS Function Codes Supported

The Niagara 4 Tls driver currently offers support for the following TLS function codes:

TLS 250

Function Code Function Type
10 In-Tank Inventory Report

TLS-350

Function Code Function Type
111 Priority Alarm History Report
201 In-Tank Inventory Report
205 In-Tank Status Report
20B BIR Adjusted Delivery Report
227 Daily Delivery Variance Report
281 Fuel Management Report

The data can be accessed in one of two ways. The driver objects (such as Tls350PriAlmHis, Tls350BirAdjDel, Tls350InTankInv, Tls350InTankSta, etc) have individual output properties for each retrieved value. In addition, due to the desire of some customers to have the data from these reports available in Niagara 4 history data; these driver objects combine the values into a stringOutput (comma delimited format) with a single timestamp.

Two possible solutions for Niagara 4 applications are:

  • The Tls driver can push the report data into a standard Niagara history as a comma delimited String value. A database application can then parse the individual data items from the string log.
  • Graphics and Logs can be constructed that link to the various driver object outputs to display and log from the most recent retrieved values.