Using the CSV_Include Project > CSV_Include Reference > CSV_Include Functions > CSV_Alarms_ListHeading

CSV_Alarms_ListHeading

Returns a formatted heading for the specified alarm list type. The heading format is specified by the ini parameters [Alarm]ActiveHeading, [Alarm]SummaryHeading, [Alarm]DisabledHeading, and [Alarm]HardwareHeading.

Syntax

CSV_Alarms_ListHeading(iAlarmType)

iAlarmType:

Type of alarm list associated with filter.

Return Value

Alarm list heading. Returns "" if no heading has been specified.

Example

[Alarm]
ActiveHeading = {DATE,12}^t{TIME,14}^t{NAME,15}^t{DESC,40}^t{STATE,10}