The AlarmQueryToCsv component is a report source component that allows the user to enter a bql query of the alarm database which is exported to csv when the report is generated.
The AlarmQueryToCsv component is located in the vykonPro palette under the report sub folder.
Schedule
Time Trigger property used to configure the execution frequency of the report.
Report Name
BFormat property used to resolve the name of the report that is generated and passed to the report recipient.
Report Header
Multi-line BFormat property which is resolved as a String and included at the beginning of the CSV file that is generated.
Alarm Query
Multi-line string which allows entering the bql select statement to be processed when generating the report. Note that this field should start with "select" syntax.
Last Execution Time
Readonly BAbsTime property which stores the timestamp of the last generated report.
Fault Cause
Readonly string property which stores the last fault cause from trying to generate the report.
Status
Readonly BStatus property which displays the current status of the component.