Configures the update deadband settings of a shared variable.


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 update deadband settings

    update deadband settings specifies the update deadband settings of the shared variable.

  • cbool.png enable? (F)

    enable? specifies whether LabVIEW sets deadbands for the shared variable. If you set this input to TRUE, LabVIEW updates the value of a shared variable only when the percentage difference between the new value and the previous value equals or exceeds the deadband. The default is FALSE.

  • cdbl.png source

    source specifies the deadband percentage of the engineering scale range when the source changes the shared variable value. When the source changes the value of the shared variable, the Shared Variable Engine accepts the new value only if the change is greater than or equal to the deadband. The default is 0.

  • cdbl.png user

    user specifies the deadband percentage of the engineering scale range when the user changes a share variable value. When the user changes the value of the shared variable, the SVE accepts the new value only if the change is greater than or equal to the deadband. The default is 0.

  • cbool.png reset when disabled? (F)

    reset when disabled? specifies whether to reset the value of update deadband settings to the initial state when you disable update deadband. 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.