Jump to content

Phillip Brooks

Members
  • Posts

    899
  • Joined

  • Last visited

  • Days Won

    50

Everything posted by Phillip Brooks

  1. QUOTE (neB @ Aug 8 2008, 12:07 PM) I remember reading (or writing) in a forum somewhere that the primitive names in LabVIEW are not always consistent with textual languages. The (my?) example was Modulus. In LV it's Quotient & Remainder.
  2. Ugh. I saved the file with the wrong name; it should be RFC 1738 Put Files.vi ... I think most FTP clients default to passive (for performance).
  3. QUOTE (Neville D @ Aug 6 2008, 06:50 PM) I just went through a similar issue with using FTP to post test results to an off-site server. I found that Active = FALSE ( or Passive) was indeed much faster from the client for LIST and PUT, but the FTP server admin asked me to use Active for security and port range issues. I included a boolean in my higher level code (and ultimately my INI file) to set this based on the conditions of the deployed environment. Active FTP vs. Passive FTP, a Definitive Explanation UPDATE: Here is an example of what I use. I wanted to be able to test the ability to connect to the FTP server independent of LabVIEW, so I created a wrapper for the function "FTP Put Multiple Files and Buffers.vi" that parses an RFC-1738 FTP URL. I check for access to the server using the exact same string from IE or FireFox. If it doesn't work from those, then I might have a firewall or proxy problem. Download File:post-949-1218111686.vi (LV 7.0)
  4. So, OK... my last post was lame, eh? Here is a cool web site for Torontonians. I just loaded StumbleUpon and "stumbled" onto this. I've been to Toronto a few times and its beautiful. The pictures on this sight prove it! I really like this one.
  5. QUOTE (AnalogKid2DigitalMan @ Aug 6 2008, 10:40 AM) I suspect these are carry-over known issues from < 8.6 or found during beta trials but not fixed for the released version...
  6. Wish granted in LabVIEW 8.6 See NI LabVIEW 8.6 Reference
  7. QUOTE (David Wisti @ Aug 1 2008, 10:41 AM) Wishes sometimes really do come true! (October 2006) Thank you, Aristos!
  8. RSS Feed: Simplify Installation with the LabVIEW Platform DVDs at the bottom; Learn More about LabVIEW 8.6 To learn more about new LabVIEW 8.6 features, visit the LabVIEW 8.6 portal. Link to: http://www.ni.com/labview86/upgrade.htm LabVIEW 8.6 Release Notes Happy reading!!!
  9. QUOTE (BenD @ Jul 31 2008, 10:22 AM) Have you looked at or tried the drivers on their web site? http://www.controlanything.com/Merchant2/m...gory_Code=LVIEW I don't have LV 7.1 so I can't look at them to see if they are any good...
  10. QUOTE (georgekm @ Jul 31 2008, 10:42 AM) Or right click on the Array property node and use the Link to option and select the numeric... http://lavag.org/old_files/monthly_07_2008/post-949-1217516795.jpg' target="_blank">
  11. QUOTE (Michael_Aivaliotis @ Jun 18 2008, 04:34 AM) Geez, looks like the article is no longer there, eh? So anyway, I get my Bob & Doug fix by watchin' Brother Bear with the kids. But, its really Rutt & Tuke, eh? So then, its not really Bob & Doug, eh? I'm such a HOSER?! (p.s. I customized the 401 slightly, eh?)
  12. QUOTE (Gary Rubin @ Jul 25 2008, 09:34 AM) I think you need a doctorate in poultry to get that pun (PPhD)
  13. QUOTE (LV_FPGA_SE @ Jul 24 2008, 11:15 AM) Neat = unmixed and room temperature, eh? What is room temperature in Austin during August? Does it require a "contents hot" label like a McDonalds coffee? :laugh:
  14. I was thinking Alex: "SuperFunkyPrivateSpecialSecretForumStuff" <BUZZZZ> Alex: "Jim?" Jim: "What is the coolest LabVIEW INI setting?" Alex: "Could you be more specific?" Jim: "What is the coolest LabVIEW 8.5 INI setting?" DING-DING-DING-DING! Jim: I'll take "LAVA trivia" for $1000, Alex."
  15. QUOTE (crelf @ Jul 21 2008, 11:58 AM) Sounds like it would go great with a side of durian muffins
  16. QUOTE (kmc @ Jul 17 2008, 10:14 AM) All caps is considered a form of shouting. Shouting doesn't inspire people to get involved. You have only waited one hour. There are currently 9280 members and also non-members. 70 reads is not a lot... Thanks for becoming a Premium Member, but this is not a service. Your membership supports the operation of the forums, but the contributors are all volunteers; we share our knowledge for free. I don't have LabVIEW 8.5 ( I'm using very old 7.0) or I would look at your code and try to help. Give it a little time and someone should help...
  17. QUOTE (crelf @ Jul 14 2008, 03:14 PM) C'est si bon! I have this every Sunday at Panera on my way to the grocery store...
  18. QUOTE (neB @ Jul 13 2008, 09:18 AM) !krow doog eht pu peeK
  19. QUOTE (LV_FPGA_SE @ Jul 11 2008, 10:58 AM) I can't write it in Thai, but it goes something like this: Pak-chi roi nah It means "sprinkle cilantro on its face" (basically cover up the problem) I think it will take a LOT of pak-chi to cover up the "putrid rotting cadaver" smell ( of the flower; I can't speak for the LV code mentioned ) I would compare some of the code I've seen more to http://en.wikipedia.org/wiki/Durian' rel='nofollow' target="_blank">durian. It smells, is thorny (can even cut you), but contains something good inside IF you can ever get past the smell. Nice posts Bob, keep them coming...
  20. Has anyone ever written a LabVIEW equivalent of the Microsoft Access InputMask? For the last few years I've been writing drivers and TCP comms; I've done very little with UI programming accept for a bit of XControl tinkering. I've switched jobs and now work in a LabVIEW tools group. I need to collect formatted data at a test station, and want to create something that would be general purpose and reusable. I was thinking about using control references and events to check data as its entered into a control. I would use the control 'tip' to store the Input Mask string and maybe use a 'brat' vi that I could drop on the diagram of any UI that contained a control that needed the input mask feature. The brat would search for controls with tips that contain a tagged string, something like then dynamically register for KeyDown? or maybe Value Change events from that control, then compare the input to that of the mask. No code yet, just an idea... This would be the second tool I would add to the group (1st tool added was me )
  21. QUOTE (Aitor Solar @ Jul 10 2008, 07:47 AM) This issue was discussed in the Feature Brainstorming forum on NI (see here), but it doesn't discuss what method the final implementation uses. Good reading in any case.
  22. QUOTE (Justin Goeres @ Jul 8 2008, 11:36 AM) 500 is insignificant; your bit width is what counts. Just wait until you're http://forums.lavag.org/LV-Punk-now-10-bits-wide-t9446.html' target="_blank">10 bits wide...
×
×
  • Create New...

Important Information

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