Versions Compared

Key

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

Table of Content

Table of Contents

Download

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

Software to download

Compressed folder, containing all necessary files for the demo - Download-Link
Software which The compressed folder needs to be installed prior to configure the module.
For changing the FTDI configuration:

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

...


Excerpt

Setting up Visual Analog and running the data capture demo

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

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

FTDI Port B OPTO isolated mode

...

    1. Scroll Title
      anchorFigure 1


      Scroll Ignore

      draw.io Diagram
      bordertrue
      viewerToolbartrue
      fitWindowfalse
      diagramDisplayName
      lboxtrue
      revision

3
    1. 5
      diagramNameTEI0015_data_capture-demo_

FT_Prog_openUnbenanntes Diagramm
    1. Visual-Analog_device-manager
      simpleViewertrue
      width400
      linksauto
      tbstyletop
      diagramWidth

625
    1. 542


      Scroll Only

Image Removed

...

    1. Image Added



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

FT_Prog_device-tree
    1. Visual-Analog_open
      simpleViewertrue
      width400
      linksauto
      tbstyletop
      diagramWidth

617
    1. 575


      Scroll Only

Image Removed

...

    1. Image Added



      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
      revision

1
    1. 2
      diagramNameTEI0015_data_capture-demo_

FT_Prog_programUnbenanntes Diagramm
    1. Visual-Analog_blanc-canvas
      simpleViewertrue
      width400
      linksauto
      tbstyletop
      diagramWidth

563
    1. 643


      Scroll Only

Image Removed

The configuration is finished, FT_Prog can be closed.

...

title
    1. Image Added



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

      Scroll Title
      anchorFigure 1
Figure 1: FT_Prog started

    1. Scroll Ignore
Scroll Only

FPGA image update

LINKEN?!?!!?___________________________________________________________________________

Integration with Visual Analog

...

Image Removed

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


      Scroll Only

      Image Added



    2. Click Add in the new

...

Image Removed

...

Open the file "AnalogMAX_DAQ1_Capture.vac" from the downloaded zip-file via "File → Open...". The window should look like Figure 12

Image Removed

...

    1. opened window and insert the name "adcapture" in the

...

    1. Display Text

...

    1. .
      Click Browse... and select the file "adcapture.exe" from the downloaded

...

    1. demo.
      Into Arguments insert "COMX,115200 1024 c:\temp\capture.txt

...

    1. 1", 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
      revision5
      diagramNameTEI0015_data_capture-demo_Visual-Analog_adcapture-setup
      simpleViewertrue
      width400
      linksauto
      tbstyletop
      diagramWidth445


      Scroll Only

      Image Added


      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.
      1 - Command to adjust for the modules gain, possible values are:
                 TEI0015 and TEI0016:    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
                 TEI0023:    1 for a gain of 0.25, 2 for a gain of 0.5, 3 for a gain of 1, 4 for a gain of 2, 5 for a gain of 4, 6 for a gain of 8 and 7 for a gain of 16

    2. Befor running the demo, in Visual Analog, fill into the Pattern Loader the ADC sampling rate of your module:
      TEI0015 - 2 MHz  / Resolution - 18 bit
      TEI0016-0x-08-C8A - 0.5 MHz  / Resolution - 16 bit
      TEI0016-0x-08-C8B - 1 MHz  / Resolution - 16 bit
      TEI0023 - 2 MHz  / Resolution - 18 bit

      This sampling rate is only changed, when the demo has been run.

      It is often necessary to fill in the value two times before it is recognized.
      In dependency to the language settings, 0.5 MHz is sometimes not recognized,
      try instead of the separation point (0.5) a separation comma (0,5) or without the zero (.5 ,5)
      In the graph section, one can check the present sampling rate

    3. In addition, the ADC resolution needs to be adjusted also. In the Input Formatter Box, press onto
      the small Button, and adjust in the new appearing window the resolution.


      Scroll Title


      Scroll Ignore

      draw.io Diagram
      bordertrue
      viewerToolbartrue
      fitWindowfalse
      diagramDisplayName
      lboxtrue
      revision3
      diagramNameTEI0015_data_capture-demo_Visual-Analog_Samplingrate
      simpleViewertrue
      width400
      linksauto
      tbstyletop
      diagramWidth904


      Scroll Only

      Image Added



  1. Launch adcapture
    1. To run the demo, select the above inserted tool by selecting Tools → adcapture, a new window opens
    2. The

...

    1. window shows the activity of the tool "adcapture",

...

Image Removed

    1. the picture below shows it, 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
      width600
      linksauto
      tbstyletop
      diagramWidth746


      Scroll Only

      Image Added



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

      Image Added

...



Quick test with a terminal program

  1. Figure out the correct COM port number for the AnalogMAX DAQ1 board
    1. Open the device manager.
    2. Open ports and identify the port used by the AnalogMAX DAQ1 as visible in Figure 10.

  2. Open terminal and set the parameters (example use for putty).
    1. Set the connection type to Serial.
    2. Set the "Serial line" to your above found COM port.
    3. Set the "Speed" to 115200.
    4. Use "Open" to start the connection.
  3. Type following character for the appropriate usage.
    1. "?" to get the ID (AnalogMAX DAQ1 will return "1", DAQ2 will return "2")
    2. "t" to trigger ADC capture into the memory - 1M samples.
    3. "." to get one ADC sample.
    4. "+" to get 128 samples.
    5. "*" to get 16*

...

VisualAnalog parameter description (COM14,115200 1024 c:\temp\capture.txt 7)

...

    1. 1024

...

    1. samples

...

    1. .