Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Close down all instances of PFV and CAT

    • This is not mandatory for operation, but it ensures that the API connection will be on port 1337 as in the link below, otherwise the port may be 1338, 1339, etc. depending on how many application instances are running.

  2. Open PFV on the host PC then on that same PC go to http://localhost:1337/swagger-ui/index.html in a web browser. This will show the Swagger API for interacting with PFV.

  3. Click List Operations to show the available commands:

  4. Scroll down to the command /api/pfv/capture/{CaptureType}/table/export 66

  5. Enter the desired filename (without suffix), optional description and click  Try it out!

  6. The file is saved on the instrument with .csv file suffix at the path <user>\Documents\Calnex\PFV\Exports\

...

  1. Navigate to Help → Documentation → API 

  2. Click List Operations to show the available commands:


  3. Scroll down to the command /api/pfv/capture/{CaptureType}/table/export

    Image Added

  4. Enter the desired filename (without suffix), optional description and click  Try it out! 

    Image Removed


  5. The file is saved on the instrument with the .csv file suffix at the path: \PFV\Exports and can be accessed using the tools and instructions on the System → File Management page.

...