About 50 results
Open links in new tab
  1. Solved: how to use array index?? - NI Community

    Sep 17, 2019 · Index defines the index of the first element displayed in the array. Every element before the first index displayed will be hidden. If the number of elements displayed is less than the number …

  2. Solved: Setting Array Index - NI Community

    Feb 5, 2020 · If I use the index array function, I will be able to update the front panel, but all the other operations happening with the data and database are going to be using the data array active element …

  3. find index of array element - NI Community

    May 24, 2007 · Hi, I am trying to find the index of an array element. User will enter start number and end number. I have to search the array in such a way that if start number is less than 1st index element …

  4. read elements and index of an array

    Mar 20, 2013 · Use a FOR loop. Autoindex your array. Use Build Array inside of the FOR loop to create an array of the index (from the i terminal) and your indexed element. Wire the new array to output …

  5. Index Last Element of Array - NI Community

    Aug 18, 2010 · A new function that indexes the last element of an array would spare some place on the diagram or avoid to use a subVI ! Or the Index Array function might be enhanced (First, specified …

  6. get the last index of a string array - NI Community

    Aug 25, 2025 · Options how to get the last index of a string array? the array size is always changes in certain situations 0 Kudos Message 1 of 16 (1,045 Views)

  7. Solved: Indexing an Array at multiple indexes - NI Community

    Oct 24, 2018 · Hello everyone, I have just used the peak detector VI on 1-D array with a threshold. I now have an array of indexes which I need to round in order to use as an actual index. My question is, …

  8. Solved: get index display of an array - NI Community

    Aug 26, 2010 · Is it possible to get the current index of an array in the Front panel? I have 2 arrays that need to scrool at the same time to the user, so my idea was to read the index from one array and …

  9. Solved: Last array element - NI Community

    Oct 11, 2012 · Check Delete from array, if index is unwired it's automatically the last element selected, and the output Deleted portion is thus the last element. /Y G# - Award winning reference based OOP …

  10. Solved: Index String Array Function? - NI Community

    Jan 2, 2011 · The help for Index String Array says "The connector pane displays the default data types for this polymorphic function." but it does not seem to be polymorphic. I can only wire a 1D array of …