Configures the alarm settings of a shared variable.

You first must enable alarming for a shared variable before you can configure alarm settings. You enable alarming by setting the enable? input in the Configure Alarming (Shared Variable, Enable Alarming) VI to TRUE. You must manually select the polymorphic instance to use.
Note You can configure alarm settings of network-published shared variables only.

Use the pull-down menu to select an instance of this VI.


icon

Inputs/Outputs

  • cgenclassrntag.png variable reference in

    variable reference in specifies a reference number for a shared variable. Use the Create Shared Variable VI to create a refnum for a shared variable.

  • ccclst.png numeric alarm settings

    numeric alarm settings specifies the alarm settings of the numeric shared variable.

  • cbool.png enable? (F)

    enable? specifies whether LabVIEW enables the alarm that the alarm type specifies for the shared variable. The default is FALSE.

  • cstr.png name

    name specifies the name of the alarm.

  • cenum.png alarm type

    alarm type specifies the alarm type for this shared variable.

  • cdbl.png level/change

    level/change specifies the level of the numeric alarm. The default is 90. The alarm level is the value, in engineering units, that evokes the alarm condition.

  • cdbl.png deadband/time

    deadband/time specifies the deadband, in percentage of the full scale range, of the numeric alarm. The default is 1. The Share Variable Engine (SVE) clears an active alarm if the percentage difference between the new value and the previous value equals or exceeds the deadband. If you set this input too high, the SVE might not clear the alarm.

  • cu32.png priority

    priority specifies the priority of the alarm. Enter a value between 1 and 1000, where 1000 is the highest priority. The default is 1.

  • cenum.png ack type

    ack type specifies how LabVIEW acknowledges alarms.

  • cstr.png area

    area specifies the name of the alarm area that this alarm belongs to.

  • cstr.png description

    description specifies the description of the alarm.

  • cbool.png log? (T)

    log? specifies whether LabVIEW enables alarm logging for the alarm. The default is TRUE.

  • cbool.png reset when disabled? (F)

    reset when disabled? specifies whether to reset the value of numeric alarm settings to the initial state when you disable alarming. If reset when disabled? is TRUE, LabVIEW resets the value. If reset when disabled? is FALSE, LabVIEW retains the value. The default is FALSE.

  • cerrcodeclst.png error in (no error)

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

  • igenclassrntag.png variable reference out

    variable reference out returns the shared variable refnum that you wire to the variable reference in input.

  • ierrcodeclst.png error out

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