![AMS TMF882X User Manual Download Page 24](http://html1.mh-extra.com/html/ams/tmf882x/tmf882x_user-manual_2936115024.webp)
TMF882X
Using the EVM Software
Demo Kit Manual
• PUBLIC
UG000495
• v4-00 • 2021-Dec-01
33
│ 24
●
After the connection is established, the EVM sends version and calibration information to the
automation host. This will look like this:
#VER;4c-c0-00-00;2.49.4.2;2.4.23.0;2.6.2.19;8;0
#CAL;1594814890830;0;2;00;0B;03;00;01;FF;26;02;79;56;34;12;53;49;47;F7;6B;A2;
07;00;6B;A2;07;00;6B;A2;07;00;6B;A2;07;00;6B;A2;07;00;6B;A2;07;00;6B;A2;07;00
;6B;A2;07;00;6B;A2;07;00;6B;A2;07;00;77;09;02;00;02;00;00;00;02;00;00;00;02;0
0;00;00;02;00;00;00;02;00;00;00;02;00;00;00;02;00;00;00;02;00;00;00;02;00;00;
00;00;00;00;00;00;00;00;00;00;00;00;00;00;00;00;00;00;00;00;00;00;00;00;00;00
;00;00;00;00;00;00;00;00;00;00;00;00;00;00;00;00;00;00;00;00;00;00;00;00;00;0
0;00;00;00;00;00;00;00;00;00;00;00;00;00;00;00;00;00;00;00;00;00;00;00;00;00;
00;00;00;00;00;00;00;00;00;00;00;00;00;00;00;00
●
The EVM GUI also sends header information for easy import of the log output into Microsoft
Excel. The header output is too long to include it here into this document.
●
To trigger a single measurement the automation host
has to send the command string “(m0)” to
the EVM GUI.
●
The EVM GUI sends all histograms the user selects with the checkboxes in the GUI. The
default is the "Measurement" histograms.
●
The protocol for the measurement data is described in the document
"TMF_8820_EVM_GUI_Logfile_Format.docx".
3.6.2
Automation Interface Reference
These commands are simple strings the remote control programs sends to the GUI via the TCP/IP
connection. The GUI sends the command response back to the remote control program over the same
connection (socket).
Each command starts witch an opening parenthesis "(". The GUI executes the command after the
remote control sends a closing parenthesis ")".
The first character in the command (after the opening parenthesis) is the command code. All
characters after that are the command parameter (until the closing parenthesis). Command codes are
case-insensitive.
e.g.: (I1000) sets the "Iterations [k]" spin box in the GUI to the value 1000.