Get Indexed Value Limits VI
- Updated2023-02-21
- 4 minute(s) read
Owning Palette: DataFinder Toolkit
Requires: LabVIEW DataFinder Toolkit
Returns the minimum indexed value and the maximum indexed value of the given numeric or date/time property. If a query is provided, the minimum and maximum values are restricted to the given query conditions. You only can use this VI if you search for base properties and optimized custom properties.
Get Indexed Value Limits (Date)

![]() |
data type specifies the data type of the property. | ||||||
![]() |
DataFinder reference is the reference to the DataFinder to use to execute the search. To connect a registered DataFinder, select the DataFinder from the DataFinder named control. | ||||||
![]() |
property
represents a certain property.
|
||||||
![]() |
query reference is the reference to the query to execute. | ||||||
![]() |
error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality. | ||||||
![]() |
DataFinder reference out returns the reference to the DataFinder. | ||||||
![]() |
minimum is the minimum value of either all indexed values or of a restricted number of values for a specific property. | ||||||
![]() |
maximum is the maximum value of either all indexed values or of a restricted number of values for a specific property. | ||||||
![]() |
query reference out is the reference to the query that was executed. | ||||||
![]() |
error out contains error information. This output provides standard error out functionality. |
Get Indexed Value Limits (Numeric)

![]() |
data type specifies the data type of the property. | ||||||
![]() |
DataFinder reference is the reference to the DataFinder to use to execute the search. To connect a registered DataFinder, select the DataFinder from the DataFinder named control. | ||||||
![]() |
property
represents a certain property.
|
||||||
![]() |
query reference is the reference to the query to execute. | ||||||
![]() |
error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality. | ||||||
![]() |
DataFinder reference out returns the reference to the DataFinder. | ||||||
![]() |
minimum is the minimum value of either all indexed values or of a restricted number of values for a specific property. | ||||||
![]() |
maximum is the maximum value of either all indexed values or of a restricted number of values for a specific property. | ||||||
![]() |
query reference out is the reference to the query that was executed. | ||||||
![]() |
error out contains error information. This output provides standard error out functionality. |