Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/31/2015 in all areas

  1. We are announcing a brand-new LabVIEW toolkit, aimed at making publication-quality plots directly from the block diagram. In addition to regular line, scatter, and bar plots, this toolkit also supports advanced features like 2D contours, vector fields, streamlines, alpha transparency, and inline math using LaTeX. You can save plots directly to disk in half a dozen formats, including PDF and PNG. We call it the "Advanced Plotting Toolkit", and it's available at http://www.advancedplotting.com along with example VIs and documentation. The toolkit is in open beta, and distributed as a standard .vip package with no dependencies. If people have the time, we'd love to hear feedback. That doesn't just mean bug reports... this is an amazing community and we'd love feature suggestions as well. Comments are welcome here or by email (contact@advancedplotting.com). I've included some screenshots of our example VIs below to give you an idea of what the output looks like. Btw, there is also a stand-alone demo app (built using Application Builder) that you can use to test-drive the toolkit without installing anything in LabVIEW.
    5 points
  2. Or wait until one of the spammers post links to the movie here. (but seriously though don't post links to pirated content you will be banned like the spammers)
    1 point
  3. Events are Queues from everything I've heard, loss less and all. Now there are some interesting issues that can be seen, like if you generate an event, before being subscribed for it, then that event will be lost. Jack had a neat presentation at NI Week 2013 that demonstrated a few memory issues and pitfalls but I can't seem to find it at the moment. I have used User Events for messaging between actors with large amounts of data and I've not seen any issues other than the fact that copies need to be made under certain conditions. File I/O, high speed DAQ, real-time FIFO, FPGA FIFO, communication data, sequence control, UI updating data, no problem with the transport layer it self. You can shoot your self in the foot but that isn't really the User Events fault. I've never used a DVR with a User Event, but I see no reason it wouldn't work.
    1 point
×
×
  • Create New...

Important Information

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