Creating / Running a CFR Application (Microsoft Access) SECTION 13 CFR (Title 21
208
To generate an Alarm events take the following steps:
• Create a Boolean memory point called ‘bSimpleAlarm’ which will be used
to trigger the Alarm condition.
• Launch the Add Alarm dialog and create a simple alarm as follows:
NOTES:
1. The ‘Generate Audit Trail’ check box is shown enabled because the have
checked the ‘Log Alarm’ function in the Audit Trail configuration dialog.
2. ‘Generate Audit Trail’ option is shown checked for this alarm. When the ‘All
Alarms’ option in Audit Trail configuration is applied it is not necessary to
check the ‘Generate Audit Trail’ option for individual alarms to include them in
the Audit Trail.
3. Create a left click script for the ‘Generate Alarm’ button in the test
application
bSimpleAlarm = 1
4. Generate a left click script for the ‘Clear Alarm’ button in the test application
bSimpleAlarm = 0