Jump to content

Phillip Brooks

Members
  • Posts

    911
  • Joined

  • Last visited

  • Days Won

    53

Everything posted by Phillip Brooks

  1. http://lavag.org/topic/12462-activex-locks-unrelated-loops/
  2. The Wrong Way To Write Concurrent Programs: Actors in Cruise - http://goo.gl/QlX6M

  3. 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.
  4. 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)
  5. 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%!
  6. Getting old, I posted in that thread but didn't remember it. Where is the smiley with grey beard?
  7. 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
  8. Curious; just noticed a private method App.CreateGUID. (LV8.6) Is this present on Mac as well?
  9. 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).
  10. I'm ridin' this popcorn makin' robot to Tuva BABY! http://qkme.me/35ow83
  11. APUE is OK, but we need LabVIEW for Everyone 3rd edition! - http://goo.gl/F6d07

  12. My lawyers, from the offices of Dewey, Cheatem and Howe, will be in touch...
  13. 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
  14. 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.
  15. LabVIEW Idea Exchange - Fix the units! - http://goo.gl/4rb9U

  16. Does your solution need to be water tight? You may have to think about an appropriate enclosure for the electronics...
  17. 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...
  18. 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."
  19. @Tim What was the final result?
  20. 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.
  21. I've worked with people that had years of experience and never knew that. Don't feel bad that you couldn't remember something that a considerable number of people don't know.
  22. If you use the link that I provided earlier, you will find that there is a way to turn off Nagling for a specific connection ref inside LabVIEW rather than disabling Nagle's Algorithm for all connections on an interface (registry setting). The change could be done completely from within LabVIEW. Note the name of the LLB in the link: TCP_NODELAY.LLB
  23. Maybe you need to disable Nagle's Algorithm? http://digital.ni.co...6256D60007F5839
  24. What could we do to obviate the need for Array to Cluster? Is there something else we should be doing instead? http://goo.gl/6Sfl5

×
×
  • Create New...

Important Information

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