Versions Compared

Key

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

...

The notebook can be closed either by closing the tab or via File → Close and haltHalt.

Often demos gather data from the module and display them in graph plots.

...

  • The demos are linked to Jupyter through the import and use of only the following modules:
    IPython (Interactive Python) - Interacting from within the Notebook with its output / plots
    ipywidgets - Interactive Widgets/GUI elements for the Jupyter Notebook
  • Show linenumbers line numbers inside a notebook: View → Toggle Line Numbers

...


The Communication Interface within TEI0015-02

Kommandos habe folgende Aktionen zur folge: ....

t 1 2 4 8 r . + * x y z  ?

utf8 encoding

The module TEI0015 implements a serial interface for executing commands. The serial interface speed must be 115200 bits,
commands consists of a character in utf8 encoding. Each commands must be transmitted individually.

"1"    Sets the pre-amplification of the ADC's input to 1

"2"    Sets the pre-amplification of the ADC's input to 2

"4"    Sets the pre-amplification of the ADC's input to 4

"8"    Sets the pre-amplification of the ADC's input to 8

"r"    The ADC measure once and transmits it

"t"    The ADC measures 1 MSamples and saves the values into its SD-Ram

"."     A single value of stored ADC measurment is transmitted

"+"   128 values of stored ADC measurements are transmitted

"*"    16kbit values of stored ADC measurements are transmitted

"x"    Instead of ADC values the value "12345" is stored 1M times in RAM, values are transmitted via ".", "+" and "*"

"y"    Instead of ADC values from 0 to 1M are stored in RAM, encoded in hexadecimal , values are transmitted in ascending order via ".", "+" and "*"

"z"

"?" to get the ID (AnalogMAX DAQ1 will return "1")