Jump to content

Phillip Brooks

Members
  • Posts

    899
  • Joined

  • Last visited

  • Days Won

    50

Everything posted by Phillip Brooks

  1. I noticed this post on the dark side instructing someone to look into OpenG. The openg.org URL at this point is confusing, and also seems to be contaminated with spam. In order to help new folks find and use the OpenG libraries, I think a new URL is needed. Maybe something as simple as a pinned topic in this section on LAVAG. Just sending folks to OpenG.org is not going to "spread the goodness"
  2. 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.
  3. 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
  4. 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.
  5. 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)
  6. 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%!
  7. Getting old, I posted in that thread but didn't remember it. Where is the smiley with grey beard?
  8. 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
  9. Curious; just noticed a private method App.CreateGUID. (LV8.6) Is this present on Mac as well?
  10. 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).
  11. I'm ridin' this popcorn makin' robot to Tuva BABY! http://qkme.me/35ow83
  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. Does your solution need to be water tight? You may have to think about an appropriate enclosure for the electronics...
  16. 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...
  17. 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."
  18. 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.
  19. 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.
  20. 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
  21. Maybe you need to disable Nagle's Algorithm? http://digital.ni.co...6256D60007F5839
  22. Maybe you want to watch the video from this new LAVA post and look for the downloads on NI towards the end of the year. Easy Monitoring from Tablets
  23. I'm just grateful that the problem was in LabVIEW and not an SQL statement like this: http://thedailywtf.com/Articles/The-Query-of-Despair.aspx
×
×
  • Create New...

Important Information

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