2 - Static Code Analysis Using VI Analyzer

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ธ.ค. 2024

ความคิดเห็น • 8

  • @AshishKumar-qe4hq
    @AshishKumar-qe4hq 3 ปีที่แล้ว

    What was that paralellism for loop symbol

  • @martinmarinov4687
    @martinmarinov4687 4 ปีที่แล้ว

    Hello Tom! Thank you for delivering great content as always! I watched your videos on Code Analysis and also the whole course on NIs website. I was wondering, can you recommend some resources on testing QMH based applications and also ones that rely a lot on hardware? Thank you and keep up with the good work!

    • @TomsLabVIEWAdventure
      @TomsLabVIEWAdventure  4 ปีที่แล้ว

      Hi Martin, for new projects, have you considered using DQMH instead of QMH? DQMH comes with a tester :)
      There are a couple of blog articles from James McNally and Sam Taggert about this, I'll see if I can find them for you

    • @TomsLabVIEWAdventure
      @TomsLabVIEWAdventure  4 ปีที่แล้ว

      Here's some from James: devs.wiresmithtech.com/blog/tag/unit-testing/
      And here's a video from Sam Taggert about TDD: th-cam.com/video/jF0dkjwoCqE/w-d-xo.html

    • @martinmarinov4687
      @martinmarinov4687 4 ปีที่แล้ว

      Thanks a lot, Tom :)

  • @dmytrotoptunov8219
    @dmytrotoptunov8219 4 ปีที่แล้ว

    Thank you for a nice video. I know about VI Analyzer before, but running it automatically is a good idea. Quick question: do you know how to natively integrate Git version control into LabVEIW? I'm using a Source Tree, but issue is the same as with VIAN: I need to remember to use it every so often.

    • @TomsLabVIEWAdventure
      @TomsLabVIEWAdventure  4 ปีที่แล้ว

      Hi Dmytro,
      There's a tool called TSVN that you could download to integrate SCM with LabVIEW. However, I really like TortoiseGit, I just do all of my SCM from Windows Explorer and not LabVIEW. For this TH-cam channel I use SourceTree

    • @dmytrotoptunov8219
      @dmytrotoptunov8219 4 ปีที่แล้ว

      Hi Tom, thank you. I remember that I've tried TSVN with LabVIEW ca. 2 years ago, but I do not remember why I abandoned it and switched to Git. :)