Jump to content

Phillip Brooks

Members
  • Posts

    915
  • Joined

  • Last visited

  • Days Won

    53

Everything posted by Phillip Brooks

  1. I know all of use could have used one of these after a LabVIEW coding marathon - http://goo.gl/e1tL6

  2. The Basics of Software Transactional Memory - http://goo.gl/3ukMa

    1. jcarmody

      jcarmody

      That's an great blog. I needed another feed in my reader. :-)

  3. I would just use a strict typdef enum along with "Format into String" and "Scan from String". A change to the lower level API would only require updating the typdef.
  4. For basic architecture and programming techniques, I still like "A Software Engineering Approach to LabVIEW". It predates event structures and LVOOP, but makes you think about the same sorts of issues such as loose coupling and strong cohesion. These same ideas apply to database design. http://www.amazon.com/Software-Engineering-Approach-LabVIEW/dp/0130093653
  5. http://lavag.org/topic/12462-activex-locks-unrelated-loops/
  6. The Wrong Way To Write Concurrent Programs: Actors in Cruise - http://goo.gl/QlX6M

  7. I don't know how you would do this offline. As I stated, you must have internet access because it uses the Google Charts API.
  8. If you have an active internet connection, you can use this VI. It uses Datasocket and the Google Chart API. Create QR Code.vi (LV 8.6)
  9. I don't think O'Dwyer is really that naive, and I bet his shirt is not a licensed Disney product. The Mickey Mouse Protection Act has been subverted! Damn pirates taking food from the mouths of the 1%!
  10. Getting old, I posted in that thread but didn't remember it. Where is the smiley with grey beard?
  11. A naive British student facing ten years in chains and how our half-witted politicians play poodle to America Read more: http://www.dailymail.co.uk/debate/article-2087574/Richard-ODwyer-extradition-A-naive-British-student-facing-10-years-chains.html#ixzz1jpz2P0eW
  12. Curious; just noticed a private method App.CreateGUID. (LV8.6) Is this present on Mac as well?
  13. Examples I provide here or on the dark side are usually created from scratch. Maybe a LAVAG template VI with the appropriate verbage would be appropriate? Create VI from template, upload with (choose your method).
  14. I'm ridin' this popcorn makin' robot to Tuva BABY! http://qkme.me/35ow83
  15. APUE is OK, but we need LabVIEW for Everyone 3rd edition! - http://goo.gl/F6d07

  16. My lawyers, from the offices of Dewey, Cheatem and Howe, will be in touch...
  17. Went looking for the curved yellow fruit article based on a recent meeting here at work. The InsideRIA.com link has changed to developria.com http://www.developria.com/2008/10/project-management-from-the-de.html
  18. If you are using FTP, transfer progress is buried inside the Internet Toolkit. If you want to be able to monitor progress, please consider voting for this Idea Exchange suggestion - Add progress functionality to Internet Toolkit FTP library.
  19. LabVIEW Idea Exchange - Fix the units! - http://goo.gl/4rb9U

  20. Does your solution need to be water tight? You may have to think about an appropriate enclosure for the electronics...
  21. I read this on the dark side. It seems you don't need the DSC Module installed to have the cool pipes on the front panel. They appear to be Booleans... http://forums.ni.com/t5/LabVIEW/Creating-an-illuminated-flowpath-on-the-front-panel/m-p/1762976#M614075 Still don't know about the licensing...
  22. Almost looks like regex inside a perl script! Just remembered a tweet I read a few days ago: "The saddest thing in computing is that the same functionality keeps getting reimplemented (poorly) in different languages."
  23. @Tim What was the final result?
  24. You can use the example VI on the NI Community forum to send email messages via GMAIL. http://decibel.ni.com/content/docs/DOC-2401 If you want to send HTML in the body of the message, you would need to modify the example to set the MailMessage IsBodyHtml property to TRUE.
×
×
  • Create New...

Important Information

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