Versions Compared

Key

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

Table of Contents

Requirements

The Data Capture Demo requires that the modules:

  • FTDI chips Port B is in OPTO isolated mode
  • the FPGA Intel MAX 10 is programmed with the demo specific firmware

If the module is in initial delivery condition, FTDI chip Port B is set to 245 FIFO and different Firmware,
boot requirements are not meet, so all steps on this wiki page need to be taken.


Download

...

Compressed folder, containing all necessary files for the demo , must de uncompressed - Download-Link
Software which The compressed folder needs to be installed prior to configure the module,
for programming the FPGA Intel MAX 10: 

...

extracted, so that the contend can be used inside other programs.


The demo itself requires the installation of Visual Analog (Version 1.9.48.1) - Download Link

The compressed folder needs to be extracted, so that the contend can be used inside other programs.
Arrow-USB-Blaster and Quartus prime need to be installed to update the firmware,
Visual Analog for running the demo.

FPGA demo specific firmware

To update the firmware to the demo specific one, open Quartus prime programmer.
In the windows startmenu search for Intel FPGA 18.1. ... Lite Edition and open programmer.

...

anchorFigure 1

...

Scroll Only

Image Removed

...

anchorFigure 1

...

Scroll Only

Image Removed

...

Setting up Visual Analog and running the data capture demo

  1. Determine

...

anchorFigure 1

...

Scroll Only

Image Removed

Mark the "Program/Configure" box for the selected file. The programming of the FPGA is executed, when you press the button "Start".
When the programming finishes, the Quartus Prime Programmer can be closed.

Integration with Visual Analog

  1. Figure out the modules COM port number
    1. Open the device manager, right click onto windows start menu symbol and select device manager
    2. Open ports and identify the port used by the module, the number is here marked with an X

      Scroll Title
      anchorFigure 1


      Scroll Ignore

      draw.io Diagram
      bordertrue
      viewerToolbartrue
      fitWindowfalse
      diagramDisplayName
      lboxtrue
      revision5
      diagramNameTEI0015_data_capture-demo_Visual-Analog_device-manager
      simpleViewertrue
      width
      linksauto
      tbstyletop
      diagramWidth542


      Scroll Only



  2. Setup Visual Analog
    1. Start Visual Analog and open a Blank canvas

      Scroll Title
      anchorFigure 1


      Scroll Ignore

      draw.io Diagram
      bordertrue
      viewerToolbartrue
      fitWindowfalse
      diagramDisplayName
      lboxtrue
      revision2
      diagramNameTEI0015_data_capture-demo_Visual-Analog_open
      simpleViewertrue
      width
      linksauto
      tbstyletop
      diagramWidth575


      Scroll Only



      Via File → Open point to the file AnalogMAX_DAQ1_Capture.vac from the demo folder.

      Scroll Title
      anchorFigure 1


      Scroll Ignore

      draw.io Diagram
      bordertrue
      viewerToolbartrue
      fitWindowfalse
      diagramDisplayName
      lboxtrue
      revision2
      diagramNameTEI0015_data_capture-demo_Visual-Analog_blanc-canvas
      simpleViewertrue
      width
      linksauto
      tbstyletop
      diagramWidth643


      Scroll Only



    2. Press Tools → External Tools... to prepare the usage of adcapture.exe, in the new appearing window

      Scroll Title
      anchorFigure 1


      Scroll Ignore

      draw.io Diagram
      bordertrue
      viewerToolbartrue
      fitWindowfalse
      diagramDisplayName
      lboxtrue
      revision2
      diagramNameTEI0015_data_capture-demo_Visual-Analog_Capture.vac
      simpleViewertrue
      width600
      linksauto
      tbstyletop
      diagramWidth636


      Scroll Only



    3. Click Add in the new opened window and insert the name "adcapture" in the Display Text.
      Click Browse... and select the file "adcapture.exe" from the downloaded demo.
      Into Arguments insert "COMX,115200 1024 c:\temp\capture.txt 7", where the X in COMX
      is a placeholder for your comport number.

      To finish the setup press OK.

      Scroll Title
      anchorFigure 1


      Scroll Ignore

      draw.io Diagram
      bordertrue
      viewerToolbartrue
      fitWindowfalse
      diagramDisplayName
      lboxtrue
      revision4
      diagramNameTEI0015_data_capture-demo_Visual-Analog_adcapture-setup
      simpleViewertrue
      width
      linksauto
      tbstyletop
      diagramWidth445


      Scroll Only


      Parameter description:
      COM14 - COM port which is used for the connection.
      115200 - Baud rate which is used for the connection.
      1024 - Amount of K samples to read, minimum 64 and maximum is 1024.
      c:\temp\capture.txt - File name and path which specifies where to storage the data.
      7 - Command to adjust the gain, possible values are:
                 1 for a gain of 1, 2 for a gain of 2, 4 for a gain of 4 and 8 for a gain of 8

  3. Launch adcapture
    1. To run the demo, select the above inserted tool by selecting Tools → adcapture, a new window opens
    2. The window shows the activity of the tool "adcapture", the picture below shows its state when it is finished

      Scroll Title
      anchorFigure 1


      Scroll Ignore

      draw.io Diagram
      bordertrue
      viewerToolbartrue
      fitWindowfalse
      diagramDisplayName
      lboxtrue
      revision3
      diagramNameTEI0015_data_capture-demo_Visual-Analog_adcapture-run
      simpleViewertrue
      width
      linksauto
      tbstyletop
      diagramWidth746


      Scroll Only



    3. In Visual Analog, use "F5" or press Canvas → Run to update the screen

      Scroll Title
      anchorFigure 1


      Scroll Ignore

      draw.io Diagram
      bordertrue
      viewerToolbartrue
      fitWindowfalse
      diagramDisplayName
      lboxtrue
      revision1
      diagramNameTEI0015_data_capture-demo_Visual-Analog_window-demo-run
      simpleViewertrue
      width600
      linksauto
      tbstyletop
      diagramWidth1921


      Scroll Only



...