Recipient, AlarmThresholdCmdTarget Property
Syntax Recipient = _String
Description By using this property you can retrieve or set the recipient user or user group to which messages, SMS, E-mails etc., are to be sent.
Parameter Description
None None
Result String
Example:
Public Sub AlarmLoading() Debug.Print Recipient End Sub
RepeatSpeechEverySec,
AlarmThresholdCmdTarget Property
Syntax RepeatSpeechEverySec = _Long
Description This property allows you to set or display the time expressed in seconds after which the alarm's speech must be repeated. When setting this property to the "0" value the alarm's speech will be repeated only once.
Wwhen you set the time here, you must take into account the time needed to execute the alarm speech.
Parameter Description
None None
Result Long
Example:
Public Sub AlarmLoading()
Debug.Print RepeatSpeechEverySec End Sub
SecDelay, AlarmThresholdCmdTarget Property
Syntax SecDelay = _Long
Description This property sets or returns the alarm's delay time. You can set a numeric value between 0 and 65535. This value, expressed in seconds, sets the delay time of the alarm intervention, creating a filter on the threshold.
The default value is zero (no delay).
Parameter Description
None None
Result Long
Example:
Public Sub AlarmLoading() Debug.Print SecDelay End Sub
SendFaxEnabledACK,
AlarmThresholdCmdTarget Property
Syntax SendFaxEnabledACK = _Boolean
Description This property activates or deactivates the management for sending Faxes.
This management requires that the appropriate functions for sending faxes and any modem be enabled and configured beforehand.
The message will be sent upon alarm acknowledgement (ACK).
Parameter Description
None None
Result Boolean
Example:
Public Sub AlarmLoading()
Debug.Print SendFaxEnabledACK End Sub
SendFaxEnabledOFF,
AlarmThresholdCmdTarget Property
Syntax SendFaxEnabledOFF = _Boolean
Description This property activates or deactivates the management for sending faxes.
This management requires that the appropriate functions for sending faxes and any modem be enabled and configured beforehand.
The message will be sent upon alarm OFF, independently from the acknowledge or reset status.
Parameter Description
None None
Result Boolean
Example:
Public Sub AlarmLoading()
Debug.Print SendFaxEnabledOFF End Sub
SendFaxEnabledON,
AlarmThresholdCmdTarget Property
Syntax SendFAXEnabledON= _Boolean
Description This property activates or deactivates the management for sending faxes.
This management requires that the appropriate functions for sending faxes and any modem be enabled and configured beforehand.
The message will be sent upon alarm ON intervention.
Parameter Description
None None
Result Boolean
Example:
Public Sub AlarmLoading()
Debug.Print SendFAXEnabledON End Sub
SendFaxEnabledRESET,
AlarmThresholdCmdTarget Property
Syntax SendFaxEnabledRESET = _Boolean
Description This property activates or deactivates the management for sending faxes.
This management requires that the appropriate functions for sending faxes and any modem be enabled and configured beforehand.
The message is sent the moment the alarm is RESET.
Parameter Description
None None
Result Boolean
Example:
Public Sub AlarmLoading()
Debug.Print SendFaxEnabledRESET End Sub
SendMailEnabledACK,
AlarmThresholdCmdTarget Property
Syntax SendMailEnabledACK = _Boolean
Description This property activates or deactivates the management for sending E-mail messages. This management requires that the E-mail post manager be installed both for the Client and the Server as well as the right modem and Internet connection.
The message will be sent the moment in which the Alarm is acknowledged (ACK).
Parameter Description
None None
Result Boolean
Example:
Public Sub AlarmLoading()
Debug.Print SendMailEnabledACK End Sub
SendMailEnabledOFF,
AlarmThresholdCmdTarget Property
Syntax SendMailEnabledOFF = _Boolean
Description This property activates or deactivates the management for sending E-mail messages. This management requires that the E-mail post manager be installed both for the Client and the Server as well as the right modem and Internet connection.
The message will be sent the moment in which the Alarm is turned OFF, independently from the acknowledge and reset status.
Parameter Description
None None
Result Boolean
Example:
Public Sub AlarmLoading()
Debug.Print SendMailEnabledOFF End Sub
SendMailEnabledON,
AlarmThresholdCmdTarget Property
Syntax SendMailEnabledON = _Boolean
Description This property activates or deactivates the management for sending E-mail messages. This management requires that the E-mail post manager be installed both for the Client and the Server as well as the right modem and Internet connection.
The message will be sent the moment in which the Alarm is turned ON.
Parameter Description
None None
Result Boolean
Example:
Public Sub AlarmLoading()
Debug.Print SendMailEnabledON End Sub
SendMailEnabledRESET,
AlarmThresholdCmdTarget Property
Syntax SendMailEnabledRESET = _Boolean
Description This property activates or deactivates the management for sending E-mail messages. This management requires that the E-mail post manager be installed both for the Client and the Server as well as the right modem and Internet connection.
The message will be sent the moment in which the Alarm is RET.
Parameter Description
None None
Result Boolean
Example:
Public Sub AlarmLoading()
Debug.Print SendMailEnabledRESET End Sub
SendSMSEnabledACK,
AlarmThresholdCmdTarget Property
Syntax SendSMSEnabledACK = _Boolean
Description This property activated or deactivated the management for sending SMS messages. This management requires that the appropriate functions sending SMS and any need of a modem be enabled and configured.
The message will be sent the moment in which the alarm is acknowledged (ACK).
Parameter Description
None None
Result Boolean
Example:
Public Sub AlarmLoading()
Debug.Print SendSMSEnabledACK End Sub
SendSMSEnabledOFF,
AlarmThresholdCmdTarget Property
Syntax SendSMSEnabledOFF = _Boolean
Description This property activated or deactivated the management for sending SMS messages. This management requires that the appropriate functions sending SMS and any need of a modem be enabled and configured.
The message will be sent the moment in which the alarm is turned OFF, independently from the acknowledge or reset status.
Parameter Description
None None
Result Boolean
Example:
Public Sub AlarmLoading()
Debug.Print SendSMSEnabledOFF End Sub
SendSMSEnabledON,
AlarmThresholdCmdTarget Property
Syntax SendSMSEnabledON = _Boolean
Description This property activated or deactivated the management for sending SMS messages. This management requires that the appropriate functions sending SMS and any need of a modem be enabled and configured.
The message will be sent the moment in which the alarm is turned ON.
Parameter Description
None None
Result Boolean
Example:
Public Sub AlarmLoading()
Debug.Print SendSMSEnabledON End Sub
SendSMSEnabledRESET,
AlarmThresholdCmdTarget Property
Syntax SendVoiceEnabledRESET = _Boolean
Description This property activated or deactivated the management for sending SMS messages. This management requires that the appropriate functions sending SMS and any need of a modem be enabled and configured.
The message will be sent the moment in which the alarm is RESET.
Parameter Description
None None
Result Boolean
Example:
Public Sub AlarmLoading()
Debug.Print SendVoiceEnabledRESET End Sub
SendVoiceEnabledACK,
AlarmThresholdCmdTarget Property
Syntax SendVoiceEnabledACK = _Boolean
Description This property activates or deactivates the management for sending Vocal messages. This management requires that the appropriate functions be enabled for sending vocal messages (TAPI), and that the desired phonemes are installed and any modem is appropriately configured.
The message will be sent the moment in which the alarm is acknowledged (ACK).
Parameter Description
None None
Result Boolean
Example:
Public Sub AlarmLoading()
Debug.Print SendVoiceEnabledACK End Sub
SendVoiceEnabledOFF,
AlarmThresholdCmdTarget Property
Syntax SendVoiceEnabledOFF = _Boolean
Description This property activates or deactivates the management for sending Vocal messages. This management requires that the appropriate functions be enabled for sending vocal messages (TAPI), and that the desired phonemes are installed and any modem is appropriately configured.
The message will be sent the moment in which the alarm is turned OFF, independently from the acknowledge or reset status.
Parameter Description
None None
Result Boolean
Example:
Public Sub AlarmLoading()
Debug.Print SendVoiceEnabledOFF End Sub
SendVoiceEnabledON,
AlarmThresholdCmdTarget Property
Syntax SendVoiceEnabledON = _Boolean
Description This property activates or deactivates the management for sending Vocal messages. This management requires that the appropriate functions be enabled for sending vocal messages (TAPI), and that the desired phonemes are installed and any modem is appropriately configured.
The message wil be sent the moment in which the alarm is turned ON.
Parameter Description
None None
Result Boolean
Example:
Public Sub AlarmLoading()
Debug.Print SendVoiceEnabledON End Sub
SendVoiceEnabledRESET,
AlarmThresholdCmdTarget Property
Syntax SendSMSEnabledRESET = _Boolean
Description This property activates or deactivates the management for sending Vocal messages. This management requires that the appropriate functions be enabled for sending vocal messages (TAPI), and that the desired phonemes are installed and any modem is appropriately configured.
The message will be send the moment in which the alarm is RESET.
Parameter Description
None None
Result Boolean
Example:
Public Sub AlarmLoading()
Debug.Print SendSMSEnabledRESET End Sub