Versions Compared

Key

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

...

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

...

Quartus prime and Arrow-USB-Blaster need to be installed prior to updating the firmware.
In addition, the compressed folder needs to be extracted.

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

...

The configuration is finished, FT_Prog can be closed.After shipment, the default configuration is set to 245 FIFO.

FPGA demo specific firmware

...

  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
      diagramNameTEI0015_data_capture-demo_Visual-Analog_device-manager
      simpleViewerfalse
      width
      diagramWidth542
      revision5


      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
      diagramNameTEI0015_data_capture-demo_Visual-Analog_open
      simpleViewerfalse
      width
      diagramWidth575
      revision2


      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
      diagramNameTEI0015_data_capture-demo_Visual-Analog_blanc-canvas
      simpleViewerfalse
      width
      diagramWidth643
      revision2


      Scroll Only




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

      Scroll Title
      anchorFigure 1


      Scroll Ignore

      draw.io Diagram
      bordertrue
      viewerToolbartrue
      fitWindowfalse
      diagramNameTEI0015_data_capture-demo_Visual-Analog_Capture.vac
      simpleViewerfalse
      width
      diagramWidth636
      revision2


      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 COMXCOMX
      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
      diagramNameTEI0015_data_capture-demo_Visual-Analog_adcapture-setup
      simpleViewerfalse
      width
      diagramWidth445
      revision3


      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:
                 4 for a gain of 1, 5 for a gain of 2, 6 for a gain of 4 and 7 for a gain of 8

  3. Launch adcapture
    1. Select To run the demo, select the above inserted tool by selecting "Tools → adcapture"., a new window opens
    2. The A 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
      diagramNameTEI0015_data_capture-demo_Visual-Analog_adcapture-run
      simpleViewerfalse
      width
      diagramWidth980746
      revision23


      Scroll Only




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

      Scroll Title
      anchorFigure 1


      Scroll Ignore

      draw.io Diagram
      bordertrue
      viewerToolbartrue
      fitWindowfalse
      diagramNameTEI0015_data_capture-demo_Visual-Analog_window-demo-run
      simpleViewerfalse
      width
      diagramWidth1921
      revision1


      Scroll Only
      Image Removed




Quick test with a terminal program

...