VI High 49 - How to Use State Programming and State Machines in LabVIEW

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

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

  • @daikatarokamegawa542
    @daikatarokamegawa542 11 лет назад +5

    I just can't believe how such a great channel is so underrated. I'm learning for CLAD test from you guys, how come you got so few comments/views?

    • @Sixclear
      @Sixclear  10 лет назад +3

      Daikataro Kamegawa well thanks! We try to help out the community of LabVIEW users, but we could always use more love. Feel free to spread the word and help us out :)

  • @Mr_Mooo
    @Mr_Mooo 10 лет назад +1

    Was there a video posted where you created the basic test sub vi's?

    • @Sixclear
      @Sixclear  10 лет назад +1

      llamagurgepole No, the basic test VI is more of a dummy VI that would hold your actual code. We just use it in this example to show how it fits into the overall architecture of a state machine.

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

    I have a quick question, what's the difference between doing this method and just using an event structure?
    Thanks for the great videos :)

  • @mnafisi32
    @mnafisi32 7 лет назад

    Awesome in every matter!, I wish I could give more than one like

  • @jcluttrell
    @jcluttrell 8 лет назад

    Thanks for the videos! They're great insight

  • @agileinvestor1959
    @agileinvestor1959 9 лет назад

    What is the initialize code referring to? Sorry for the question

    • @Sixclear
      @Sixclear  9 лет назад

      Shall Folly Hi Shall! It's more of a placeholder for typical test initialization. In it, you would do things like initiate communication with an instrument, open a file reference, open a database reference, and so on.

    • @agileinvestor1959
      @agileinvestor1959 9 лет назад

      I see. Thanks for the information. :)