Clears an alarm you create using the Set User Defined Alarm VI. If you specify an alarm not created using the Set User Defined Alarm VI, this VI returns an error.

The alarm URL is in the following format: \\computer\process\UserDefinedAlarm. alarm. computer specifies the local computer, because this VI only executes on the local computer. LabVIEW prepends UserDefinedAlarm to the name of the alarm, alarm.


icon

Inputs/Outputs

  • cstr.png process name

    process name specifies the second element in the alarm URL.

  • cstr.png alarm name

    alarm name specifies the last element in the alarm URL.

  • cstr.png user

    user sets the operator responsible for clearing this alarm.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.

  • Examples

    Refer to the DSC Alarms Demo.lvproj in the labview\examples\lvdsc\Data and Alarm Historical Logging\DSC Alarms Demo directory for an example of using the Clear User Defined Alarm VI.