VI High 30 - How to Manipulate Arrays by Indexing the Input of a LabVIEW For Loop

Поделиться
HTML-код
  • Опубликовано: 19 сен 2024

Комментарии • 11

  • @Sixclear
    @Sixclear  12 лет назад +2

    When you wire an array into a For Loop, the default is to auto-index and bring one element of the array into the loop each iteration. However, if you right-click on the input tunnel and disable indexing, you now will be bringing in the entire array each loop iteration. This is because an array is being input to the tunnel, so an array will be output from the tunnel when it is solid. If a scalar is input to the tunnel, a scalar will be output if the tunnel is solid. Hope this helps!

  • @hediyehb9082
    @hediyehb9082 5 лет назад

    Awsome video and surprisingly fun! thanks alot. 30videos in and I am finally enjoying Labview

  • @mohamed-triki
    @mohamed-triki 3 года назад +1

    Thank you sir, this video helped me alot!!!

  • @andrescikota2148
    @andrescikota2148 8 лет назад +1

    Dude you're hillarious! Thanks for the awesome videos

  • @JaimeVzq
    @JaimeVzq 4 года назад

    Very helpful tutorial, thank you!

  • @judgenap
    @judgenap 12 лет назад

    A great video. I found that I had created a misconception. With, the random generator in a for loop the the output is indexed and as well as a solid tunnel. In the solid tunnel the last element is output. buffer being overwritten. Ok so far so good.

  • @judgenap
    @judgenap 12 лет назад

    When you connected the Array as an input to a solid tunnel with a 5 as count(4.13) I was expecting the last element as it pulls each element in and the buffer being over written.
    but No another array is crated.conclusion you have to check the type of input cable.

  • @ashesh458
    @ashesh458 5 месяцев назад

    Which array is this?

  • @wanderer9500
    @wanderer9500 4 года назад

    Very informative video, but why do you sound like chef john from foodwishes.com?

  • @stanfrinak5616
    @stanfrinak5616 3 месяца назад

    You are taking the average of the total array as it increases in size, this is not a rolling average. A rolling average is the averages of a subset of the data, for example the last 10 data points. A rolling average is used to smooth out the data as it is collected.

  • @NanoTec4ever
    @NanoTec4ever 6 лет назад

    Remember.... Poly...mor..phism...!!!