Siemens Simatic S7-1500 Gebrauchsanweisung Kommunikation - Seite 21

Blättern Sie online oder laden Sie pdf Gebrauchsanweisung Kommunikation für Industrielle Ausrüstung Siemens Simatic S7-1500 herunter. Siemens Simatic S7-1500 36 Seiten. Digital output module dq 16x230vac/2a st relais (6es7522-5hh00-0ab0)
Auch für Siemens Simatic S7-1500: Handbuch (40 seiten), Handbuch (37 seiten), Handbuch (47 seiten), Handbuch (24 seiten), Handbuch (34 seiten), Benutzerhandbuch (45 seiten), Handbuch (27 seiten), Konfigurationshandbuch (20 seiten), Handbuch (47 seiten), Handbuch (43 seiten), Handbuch (48 seiten), Handbuch (26 seiten), Handbuch (28 seiten), Handbuch (50 seiten), Handbuch (34 seiten), Benutzerhandbuch (44 seiten), Handbuch (50 seiten), Handbuch (30 seiten), Handbuch (41 seiten), Handbuch (50 seiten), Handbuch (40 seiten), Sicherheitsprogrammierung Manualline (48 seiten), Handbuch (40 seiten), Handbuch (25 seiten), Handbuch (42 seiten), Beschreibung der Anwendung (50 seiten), Handbuch (28 seiten), Handbuch (33 seiten), Handbuch (49 seiten), Handbuch (36 seiten), Handbuch (41 seiten), Handbuch (46 seiten), Handbuch (38 seiten), Handbuch (35 seiten), Handbuch (39 seiten), Handbuch (28 seiten), Handbuch (35 seiten), Handbuch Ausrüstung (35 seiten), Handbuch (50 seiten), Handbuch Ausrüstung (32 seiten), Handbuch Ausrüstung (38 seiten), Handbuch (29 seiten), Handbuch Ausrüstung (38 seiten), Handbuch (34 seiten), Handbuch (36 seiten), Handbuch Ausrüstung (50 seiten), Handbuch (45 seiten)

Siemens Simatic S7-1500 Gebrauchsanweisung Kommunikation
4 Configuration and Project Engineering

"eib1.txt" gateway file

4.4.4
The data points of the KNX protocol and their properties are defined in the
"eib1.txt" configuration file.
Table 4-6: Structure of the "eib1.txt" gateway file
No.
1.
The KNX data points have the following
structure:
[<def> <group address>]
name = <name>
format = <format>
<def>:For the definition of data points, see
Table 3-1: Definition of the data point types
<group address>: Two- or three-digit
KNX group address.
Two-digit: <maj>/<min>
Three-digit: <maj>/<mid>/<ext>
<maj>:
<min>:
<mid>:
<ext>:
<name>: Optional; you can specify plain text
for the data point.
<format>: Protocol-dependent properties of
the data point such as the data point for
interpreting the information stored at the
address.
If necessary, more parameters can be added
to the format, for example the poll rate (here:
P:10 for read value every 10 seconds):
format = <format> [F:<fact>]
[P:<poll>][U:<upd>] [I:<opt>]
[L:<loc>] [H:<prio>] [R:<addr>]
[D:<dly>]
For more driver-specific information such as
type, address, formats and other parameters,
please refer to the online documentation
provided by MBS at the following link:
http://wiki.mbs-
software.info/doku.php?id=eib_knx
Note
For the driver to be provided with current values for all data points when starting
up the gateway, all data points defined in the driver must have the read flag set
on the ETS side.
Communication with S7 CPU via KNX Gateway
Entry ID: 109739689,
V1.0,
Description
0-31
0-2047
0-7
0-255
06/2017
Comment
[M failure]
name = EIB Failure
[M 1/1/1]
name = KNX-->S7 value
format = SINT16
[S 1/1/2]
name = S7-->KNX value
format = SINT16
[M 1/1/3]
name = KNX-->S7 switch
format = UINT1
[S 1/1/4]
name = S7-->KNX statusLED
format = UINT1
[X 1/1/5]
name = KNX-->S7 temperature
format = SFLOAT P:10
21