Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/28/2009 in all areas

  1. I presented at NI-Week 2009 on a couple of paradigms for extending the LabVIEW Error Handling Core (as inspired by all your posting here). Here are the resources from that presentation (I didn't screencapture the examples, but you should be able to see what I was talking about from the video and the code that's included): NIWeek Session Video Presentation Slides.pdf Presentation Code.zip It's a hot topic, and I know a lot of people have strong opinions on it, so let's discuss!
    1 point
  2. When I double-click a VI's icon in the top right corner and I have the front panel open, LabVIEW opens the icon editor without complaints. But when I do the same from the diagram LabVIEW opens the icon editor and it also complains by beeping. Why? Is it ticklish?
    1 point
  3. Aha. Sounds like you've reached the PCI bandwidth limitation, which is about 133MB/s max and about 110MB/s sustained. Not a lot you can do about that except change the motherboard for one that supports PCIe. PCI = 133MB/s Max. PCIe x1= 250MB/s Max. PCIe x4 = 1GB/s Max. PCIe x8 = 2GB/s Max. PCIe x16 = 4GB/s Max.
    1 point
  4. Make the Splash VI your top level VI and call the Main VI dynamically then use the Notifier trick mentioned above to close the Splash VI. You can also send custom messages to the Splash VI through the Main VI, similar to the Splash screen when LabVIEW loads thus informing the user as to what the application is doing. This gives a feeling to the user that the application is doing something in the background rather than just a splash screen.
    1 point
  5. I like this tool I have made some small modification to it. Now dirs of vis can be recolored (and with recursive also). Modification require openg file tools. I attach the file to message. Hope this will usefull to someone
    1 point
×
×
  • Create New...

Important Information

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