Jump to content

crossrulz

Members
  • Posts

    545
  • Joined

  • Last visited

  • Days Won

    24

crossrulz last won the day on February 11

crossrulz had the most liked content!

1 Follower

Profile Information

  • Gender
    Male
  • Location
    Cincinnati, OH

LabVIEW Information

  • Version
    LabVIEW 2019
  • Since
    2005

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

crossrulz's Achievements

  1. To be honest, I always thought those should be in the Visible Items menu.
  2. Another part of this history: JKI forced NI's hand to release scripting (officially supported and open for everybody to use) with their Right-Click Framework. This is how I discovered scripting. I think I even wrote one or two plugins for myself. Then something happened in LabVIEW 2011 or 2012 that broke it. I asked Michael Aivalotis about it and that's how I found out this part of the story. JKI had no intention of fixing the issue because their mission was accomplished.
  3. What exactly are you referring to when you say "library"? A dll? A LabVIEW library (which is sort of a container for code)? A third-party package of code?
  4. I just noticed the LabVIEW Wiki YouTube account is now gone. What has happened to the videos that were there? My VIWeek presentation (Proper Serial Communications) was one of those handled by this account.
  5. Is ShaunR actually a robot? https://www.youtube.com/watch?v=UymlSE7ax1o
  6. I have had this in my toolbox for a long time to do what you are asking. It is part of a QuickDrop plugin I made to "fix up" a VI, similar to Darren's Nattify plugin. Size Diagram Window.vi
  7. Hopefully, these are just those sleeper accounts Michael mentioned earlier.
  8. You are limited by the max rate of the AI module. What module are you trying to read from?
  9. Yeah, but when the picture are suddenly in the "Unread Content" stream, it makes it a lot harder to ignore.
  10. And now I'm seeing NSFW spam. Seriously, until things get fixed, all new signups should be blocked.
  11. It is called Search 1d Array for a reason. It cannot search a 2D Array. So now the question is: What do you expect for an output? Do you want to prioritize search the row or the column?
  12. To put in a little more detail... For NI, NXG was way more than just a rewrite of LabVIEW. NXG was a framework that all of their applications would use. This is most obvious with the UI. There is a full project just to manage the UI components: Fuse Design System
  13. That sounds like the LabVIEW Solution Builder, which I use. It works quite well.
  14. I have been using PPLs in my architecture for many years with very little issues. But I am generally using them in Windows only and the PPLs are pretty small. I use the LabVIEW Solution Builder to build my core libraries. I will also state that NI is actively working on the PPL build process behind the scenes.
  15. What is the communication bus that is used to talk to the instruments? Assuming anything VISA, it is likely that the communication time will swamp out any gains from going parallel. As a gut feel, I would likely go with the Parallel FOR Loop simply because it is easier to code up than two FOR loops (one to launch the VIs and a second to collect the results).
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.