11.12.2012 Views

LAN Configuration

LAN Configuration

LAN Configuration

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

The S7/MPI-<strong>LAN</strong> sends only data when something is recieved on the open TCP/IP<br />

Socket on Port 133 (regardless of the length).<br />

Press now the -Key several times, then the S7/MPI-<strong>LAN</strong> will response with<br />

some data:<br />

The Structure of the recieved data is descriped in the next table::<br />

Data Description<br />

30h<br />

30h<br />

31h<br />

00h<br />

32h<br />

35h<br />

35h<br />

00h<br />

Parity – Counter as ASCII-Text, including leading Zeros and ending ‚\0’<br />

here „001“<br />

Spike - Counter as ASCII-Text, including leading Zeros and ending ‚\0’<br />

here „255“<br />

01h Binary Parity – Counter (8 Bit)<br />

FFh Binary Spike - Counter (8 Bit)<br />

On the MEGA-ToolBox CD is also a console-application including source which<br />

shows an example of access to S7/MPI-<strong>LAN</strong>.<br />

// WDTest.cpp : Definiert den Einsprungpunkt für die Konsolenanwendung.<br />

//<br />

#include "stdafx.h"<br />

typedef struct {<br />

unsigned char ucASCIIParity[4]; // Anzahl Paritätsfehler seit letzter Abfrage<br />

// 3 Ziffern mit abschließender '\0'<br />

unsigned char ucASCIISpikes[4]; // Anzahl erkannter Spikes seit letzter Abfrage<br />

// 3 Ziffern mit abschließender '\0',<br />

unsigned char ucBINParity; // Binärwert der Anzahl Paritätsfehler<br />

unsigned char ucBINSpikes; // Binärwert der Anzahl Spikes<br />

} S7<strong>LAN</strong>INFO;<br />

Page 44 Cable and adapter manual © by PI 2008

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!