FTP_Match v3.1

Elina Brobeck

This page documents the Labview VI FTP_Match v3.1 source code. It is built on the previous standard version 3.0 and replaces the programs FTP2, Findmatch, and FTP3. Additional changes include the ability to dectect and reset a lost IP address.

The following image is the panel of the FTP1 VI. An LED lights up while the Findmatch sub-vi is running. Another LED indicates whether the program is resetting a lost IP address. The FTP commands for both processes are also shown.


The VI executes the following sequence of steps:

  • The number of FTP retries is reset to 0.
  • The master trigger file is retrieved from chiserver.
  • The trigger file is unzipped and the zipped file deleted.
  • The Findmatch program runs.
  • The number of FTP retries is reset to 0.
  • The A and B match files are sent back to chiserver.
  • The program exits.

    Back to Labview Documentation Index