Jump to content

Phillip Brooks

Members
  • Posts

    899
  • Joined

  • Last visited

  • Days Won

    50

Posts posted by Phillip Brooks

  1. 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)

  2. 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:

  3. QUOTE (kmc @ Jul 17 2008, 10:14 AM)

    I SEE MORE THAN 70 VIEWS WHY ISNT ANY ONE REPLYING....?? I THINK I HAVE WASTED TIME BY JOINING HERE...NO BODY REPLIES...!

    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...

  4. QUOTE (crelf @ Jul 14 2008, 03:14 PM)

    *drool* That was one of the very few things I could say there with a Parisian accent :)

    C'est si bon! I have this every Sunday at Panera on my way to the grocery store...

  5. 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

    InputMask:[(999)000-0000]

    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 :P )

×
×
  • Create New...

Important Information

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