Siemens Simatic S7-1500 Gebrauchsanweisung Kommunikation - Seite 22

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

"pnetd1.txt" gateway file

4.4.5
The data points of the PROFINET protocol and their properties are defined in the
"pnetd1.txt" configuration file.
Table 4-7: Structure of the "pnetd1.txt" gateway file
No.
1.
The addresses of the PROFINET data points
have the following structure:
[<def> <type> <byte>.<bit>]
name = <name>
format = <format>
<def>: For the definition of data points, see
Table 3-1: Definition of the data point types
<type>:
inbyte: Byte value that can be read by the
controller
inbit: Single bit that can be read by the
controller
outbyte: Byte value that can be written by
the controller
outbit: Single bit that can be written by the
controller
<byte>: 0..339 ( nth byte in the input/output
register)
<bit>: 0..7 (single bit within the nth byte)
<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 a poll rate (P:x):
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 or the
"pnetd1.txt" file:
http://wiki.mbs-
software.info/doku.php?id=profinet_io-device
Communication with S7 CPU via KNX Gateway
Entry ID: 109739689,
V1.0,
Description
06/2017
Comment
#---------------------------------
# STATUS
#---------------------------------
[M failure]
name = profinet communication
state 0=ok / 1=fail
format = BIT
#---------------------------------
# INPUT BUFFER (max 340 bytes)
#---------------------------------
[S inbyte 0]
name
= KNX-->S7 16-bit dec
format
= SINT16
[S inbit 2.0]
name
= KNX-->S7 1-bit
format
= BIT
[Y inbyte 3]
name
= KNX-->S7 temperature
format
= FLOAT32
#---------------------------------
# OUTPUT BUFFER (max 340 bytes)
#---------------------------------
[M outbyte 0]
name
= S7-->KNX 16-bit dec
format
= SINT16
[M outbit 2.0]
name
= S7-->KNX 1-bit
format
= BIT
22