Jump to content

Numeric class

From LabVIEW Wiki
Revision as of 22:16, 1 September 2019 by Q (talk | contribs)
VI Server Class Information
Return to VI Server Class Hierarchy
Class Name Numeric class
Class ID 17
Scope Basic Development Environment
Class Inheritance
Class Children


The Numeric class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide Numeric Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Numeric Properties Table
Property ID Short Name (English) Description R/W RTE
633B01E AdaptToSource Gets or sets whether you want the value to inherit the fixed-point configuration settings of an input fixed-point value. R/W X
633B004 Data Entry Limits Cluster of (Min, Max, Increment). Changes to the data entry limits take effect the next time you change the value in the control, not when the property changes.

This property is similar to the Minimum, Maximum, and Increment options on the Data Entry page of the Properties dialog box.

R/W X
633B007 Increment Increment of numeric data range.

This property is an element of the Data Entry Limits property.

This property is similar to the Increment option on the Data Entry page of the Properties dialog box.

R/W X
633B006 Maximum Maximum value of numeric data range.

This property is an element of the Data Entry Limits property.

This property is similar to the Maximum option on the Data Entry page of the Properties dialog box.

R/W X
633B005 Minimum Minimum value of numeric data range.

This property is an element of the Data Entry Limits property.

This property is similar to the Minimum option on the Data Entry page of the Properties dialog box.

R/W X
633B011 DecKeyBind Sets a shortcut key to decrement this control.

This property is similar to the Decrement option on the Key Navigation page of the Numeric Properties dialog box.

Elements:
Name Description
Control If TRUE, the keyboard shortcut includes the key.
Shift If TRUE, the keyboard shortcut includes the key.
Key The name of the shortcut key. (Mac OS X) LabVIEW does not support <VolumeUp>, <VolumeDown>, and function keys<F15> to <F24> as shortcut keys on Mac OS X. Key must match one of the following values:
  • <Clear>
  • <Ins>
  • <Del>
  • <Home>
  • <End>
  • <PageUp>
  • <PageDown>
  • <Escape>
  • <Enter>
Note The <Enter> key on the alphanumeric keyboard and <Enter> key on the numeric keypad are the same value.
  • <Play>
  • <VolumeUp>
  • <VolumeDown>
  • <Mute>
  • F1
  • F2
  • F3
  • F4
  • F5
  • F6
  • F7
  • F8
  • F9
  • F10
  • F11
  • F12
  • F13
  • F14
  • F15
  • F16
  • F17
  • F18
  • F19
  • F20
  • F21
  • F22
  • F23
  • F24
Note You must use the English Key name when wiring a shortcut key value.
R/W X
633B020 FXPOverflowStatusVisible R/W X
633B01A FXPRepActual R X
633B01D FXPActualDelta R X
633B01C FXPActualRangeMax R X
633B01B FXPActualRangeMin R X
633B012 FXPRepBits R/W X
633B015 FXPIntegerWordLength R/W X
633B013 FXPSigned R/W X
633B014 FXPWordLength R/W X
633B016 FXPRepDesired R/W X
633B019 FXPDesiredDelta R/W X
633B018 FXPDesiredRangeMax R/W X
633B017 FXPDesiredRangeMin R/W X
633B01F FXPIncludeOverflowStatus R/W X
633B010 IncKeyBind Sets a shortcut key to increment this control.

This property is similar to the Increment option on the Key Navigation page of the Numeric Properties dialog box.

Elements:
Name Description
Control If TRUE, the keyboard shortcut includes the key.
Shift If TRUE, the keyboard shortcut includes the key.
Key The name of the shortcut key. (Mac OS X) LabVIEW does not support <VolumeUp>, <VolumeDown>, and function keys<F15> to <F24> as shortcut keys on Mac OS X. Key must match one of the following values:
  • <Clear>
  • <Ins>
  • <Del>
  • <Home>
  • <End>
  • <PageUp>
  • <PageDown>
  • <Escape>
  • <Enter>
Note The <Enter> key on the alphanumeric keyboard and <Enter> key on the numeric keypad are the same value.
  • <Play>
  • <VolumeUp>
  • <VolumeDown>
  • <Mute>
  • F1
  • F2
  • F3
  • F4
  • F5
  • F6
  • F7
  • F8
  • F9
  • F10
  • F11
  • F12
  • F13
  • F14
  • F15
  • F16
  • F17
  • F18
  • F19
  • F20
  • F21
  • F22
  • F23
  • F24
Note You must use the English Key name when wiring a shortcut key value.
R/W X
633B003 Rep Gets or sets the data type on the numeric control. R/W X
633B00B RespToValOutLimits Reads or writes the response to values outside the specified limits for maximum, minimum, and increment.

You can select from the following options:

  1. Ignore—LabVIEW does not change or flag invalid values.
  2. Coerce (to nearest)
  3. Coerce up
  4. Coerce down

This property is similar to the Response to value outside limits option on the Data Entry page of the Properties dialog box.

Elements:
Name Description
Response to Value Outside Limits:Minimum Response to values outside the limits for the minimum value. Valid values include 0 (Ignore) and 1 (Coerce).
Response to Value Outside Limits:Maximum Response to values outside the limits for the maximum value. Valid values include 0 (Ignore) and 1 (Coerce).
Response to Value Outside Limits:Increment Response to values outside the limits for the increment value. Valid values include 0 (Ignore), 1 (Coerce to nearest), 2 (Coerce up), and 3 (Coerce down).
R/W X
633B00E RespToValOutLimits.Inc Reads or writes the response to values outside the specified limits for the increment value.

You can select from the following options:

  1. Ignore—LabVIEW does not change or flag invalid values.
  2. Coerce (to nearest)
  3. Coerce up
  4. Coerce down

This property is an element of the Response to Value Outside Limits property.

This property is similar to the Response to value outside limits option on the Data Entry page of the Properties dialog box.

R/W X
633B00C RespToValOutLimits.Max Reads or writes the response to values outside the specified limits for the maximum value.

You can select from the following options:

  1. Ignore—LabVIEW does not change or flag invalid values.
  2. Coerce (to nearest)

This property is an element of the Response to Value Outside Limits property.

This property is similar to the Response to value outside limits:Maximum option on the Data Entry page of the Properties dialog box.

R/W X
633B00D RespToValOutLimits.Min Reads or writes the response to values outside the specified limits for the minimum value.

You can select from the following options:

  1. Ignore—LabVIEW does not change or flag invalid values.
  2. Coerce (to nearest)

This property is an element of the Response to Value Outside Limits property.

This property is similar to the Response to value outside limits:Minimum option on the Data Entry page of the Properties dialog box.

R/W X
633B00A UnitLabel Reference to the unit label. You can use this reference with the Text properties. R X

Methods

No Methods for this class.

Events

No Events for this class.

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also