Versions Compared

Key

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


Page properties
hiddentrue
idcomment

Diese Seite wird verwaltet von der identischen Seite bei TEI0015

Table of Content

Table of Contents

Download

Compressed folder, containing all necessary files for the demo - Download-Link
The compressed folder needs to be 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

2 Variants available:

  • TEI0016-0x-08-C8A assembled with ADAQ7988BCCZ (500kS/s)
  • TEI0016-0x-08-C8B assembled with ADAQ7980BCCZ (1MS/s)


Excerpt Include
TEI0015 - Data capture Demo
TEI0015 - Data capture Demo
nopaneltrue

FTDI EEPROM update

This is only needed once for rev -01 PCB boards from initial shipment!

...

The window should look like TEI0016 Data capture Demo.

...

anchorFigure 1
titleFigure 1: FT_Prog started

...

Scroll Only

Image Removed

...

The window should look like TEI0016 Data capture Demo.

...

anchorFigure 2
titleFigure 2: FT_Prog port scanned

...

Scroll Only

Image Removed

...

anchorFigure3
titleFigure 3: FT_Prog "OPTO Isolate" selected

...

Scroll Only

Image Removed

...

anchorFigure 4
titleFigure 4: FT_Prog "Program Devices"

...

Scroll Only

Image Removed

...

FPGA image update

...

anchorFigure 5
titleFigure 5: Quartus Prime Programmer started

...

Scroll Only

Image Removed

Press "Hardware Setup..." and select "Arrow-USB-Blaster [USBX]" in "Currently selected hardware" as visible in TEI0016 Data capture Demo, whereby the "X" in [USBX] is a placeholder.

...

anchorFigure 6
titleFigure 6: Quartus Prime Programmer Hardware Setup

...

Scroll Only

Image Removed

Then, press "Close" and return to the previous window. The window should look like TEI0016 Data capture Demo.

...

anchorFigure 7
titleFigure 7: Quartus Prime Programmer Hardware Devices Setup

...

Scroll Only

Image Removed

After that, use "Add File..." to select the file "TEI0016-01.pof" from the downloaded zip-file to program the FPGA. The window should look like TEI0016 Data capture Demo.

...

anchorFigure 8
titleFigure 8: Quartus Prime Programmer POF selected

...

Scroll Only

Image Removed

Mark the "Program/Configure" box for the selected file. Then, the window should look like TEI0016 Data capture Demo.

...

anchorFigure 9
titleFigure 9: Quartus Prime Programmer POF selected

...

Scroll Only

Image Removed

...

Integration with Visual Analog

...

Open ports and identify the port used by the AnalogMAX DAQ2 as visible in TEI0016 Data capture Demo.

...

anchorFigure 10
titleFigure 10: Device Manager for COM port identification

...

Scroll Only

Image Removed

...

Start "Visual Analog" and open a "Blank canvas". After that, the window should look like TEI0016 Data capture Demo.

...

anchorFigure 11
titleFigure 11: VisualAnalog started

...

Scroll Only

Image Removed

Open the file "AnalogMAX_DAQ2_Capture.vac" from the downloaded zip-file via "File → Open...". The window should look like TEI0016 Data capture Demo.

...

anchorFigure 12
titleFigure 12: VisualAnalog AnalogMAX_DAQ1_Capture.vac loaded

...

Scroll Only

Image Removed

...

anchorFigure 13
titleFigure 13: VisualAnalog Sample Frequency changed

...

Scroll Only

Image Removed

...

A window shows the activity of the tool "adcapture", as visible in TEI0016 Data capture Demo.

...

anchorFigure 14
titleFigure 14: Adcapture.exe output

...

Scroll Only

Image Removed

Then, using "F5" or "Canvas → Run" uses the information to create the graph in the previous window, as visible in TEI0016 Data capture Demo.

...

anchorFigure 15
titleFigure 15: VisualAnalog data interpretation

...

Scroll Only

Image Removed

Quick test with a terminal program

  1. Figure out the correct COM port number for the AnalogMAX DAQ2 board
    1. Open the device manager.
    2. Open ports and identify the port used by the AnalogMAX DAQ2 as visible in TEI0016 Data capture Demo.

  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 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*1024 samples.

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

...