Using the Alamr Summary Table I need to sound an audible ala

Sure you can bind the trigger of the sound player to an expression like this:runScript( "system.alert.queryAlertStatus(activeAndUnacked=1, minSeverity=2).rowCount", 1000 )That will query the alert status table (internally) for any active and unacknowledged alarms with severity of medium or higher. It runs this every 1 second and gets the number of alarms that meet that critera. You can add more config in the system.alert.queryAlertStatus function. Check out this page in the user manual:

http://www.inductiveautomation.com/support/usermanuals/ignition/system_alert_queryalertstatus.htm