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.

  • cbool.png enable? (F)

    enable? specifies whether LabVIEW enables alarming for a shared variable. The default is FALSE.

  • cbool.png reset when disabled? (F)

    reset when disabled? specifies whether to reset the values of all alarm settings to the initial state when you disable alarming. If reset when disabled? is TRUE, LabVIEW resets the values. If reset when disabled? is FALSE, LabVIEW retains the values. 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.