S5-LAN++ RS232-version
Industrial Ethernet - TCP/IP for all SIMATIC-S5 via the programming-interface
Industrial Ethernet <=> S5 PD-interface
(RS232), inclusive adapter cable
(15pin female <=> 9pin male)
Integration of the "old system" into the world of "new and modern systems" using S7-TCPIP with PUT/GET-function.
By plugging the module onto the PG-interface of an S5-PLC, this connection becomes a universally usable connection, a "multi-connection". Multiple and parallel communications at the same time, such as WinCC, PUT/GET from S7-PLC, production-data acquisition, S7-communication-drivers and programming-packages such as Step5 or PG2000.
Advantages:
- Simple and fast networking
- Multiplexer for all protocols
- Integration as S7-300 (CP 343-1)
more...
ARTNR: 9359-LAN-RS
S5-LAN++ RS232-version
EAN number: | 4260363243599 | |
HS-code: | 85444290 |
Integration of the "old system" into the world of "new and modern systems" using S7-TCPIP with PUT/GET-function.
By plugging the module onto the PG-interface of an S5-PLC, this connection becomes a universally usable connection, a "multi-connection". Multiple and parallel communications at the same time, such as WinCC, PUT/GET from S7-PLC, production-data acquisition, S7-communication-drivers and programming-packages such as Step5 or PG2000.
Advantages:
- Simple and fast networking
- Multiplexer for all protocols
- Integration as S7-300 (CP 343-1)
- Access to S5-data via S7-TCP/IP with PUT/GET
- Qualified support
- Comprehensive documentation
- S5-LAN++ direkt auf PG-Schnittstelle der S5
- S5-LAN++ über Multiplexer PG-MUX-II auf PG-Schnittstelle der S5
- S5-LAN++-Derivat für 3964R über Adapterkabel an CP524/525
- an PC direkt verbunden mit Patch-Kabel
- an PC direkt verbunden mit Cross-Kabel
- an PC über Hub/Switch
- fastest installation to the network of every SIMATIC - S5
- no complicated installation, simply plug on 15pin PD-interface and communicate
- no change in the software in the PLC
- SIMATIC S5 protocols
AS511, RK 512, SINEC-H1 and ISO-on-TCP (RFC 1006) - supported Controls
S5-90U, S5-95U, S5-100U, S5-115U, S5-135U, S5-150U (via intermediate adapter), S5-155U, Sinumerik 810/880 (via intermediate adapter) and COMCON 110 from Berthel - supported data areas
inputs, outputs, flags (also S5 s-flag), datea blocks (also S5 dx-block), timer and counter - easiest configuration with Windows tool (S5 LAN manager)
- at the same time two PG-, four OP/Visualization- and two RFC1006-channel (ISO on TCP)
- speak to S5 as a S7
- integrated multiplexer, parallel use of all protocols
Programming and visualizing simultaneously without any special configuration - external 24V supply optional, otherwise automatically directly from S5-PG socket (from S5-115U)
- supported platforms
S7-TCPIP RFC1006-communication platform independent, otherwise configuration tools/virtual com port for Windows (any) 32/64bit
- Timely communication with the S5-PLC through integrated firmware
- PUT/GET via S7-TCP/IP-access to S5-data (I/O/M/DB/DX/Z/T/S-flags)
- S7-S5-coupling with PUT/GET S7-300/400/1200/1500
- Coupling with WinCC, OPC-server and S7-TCP/IP-software-driver such as IP-S7-LINK (S7 compatible)
- S5 TCP/IP Layer 4
- Access from applications/devices via FETCH/WRITE-protocol to the connected S5-PLC
- S5-LAN-Link (open protocol)
- Compatible with S5-VIPA-TCP/IP
- RFC-1006 connection => pure ISOonTCP (handling blocks scope of delivery)
- RK 512 and TCP/IP H1-ISO-On-TCP RFC1006 (CP1430 TCP) supported
- with WinCC Flexible / TIA (e.g. MP377, TP177B) via S7-TCP/IP to the Simatic S5 (CP-343-1 compatible)
- data exchange between S5 - S5 and S5 - S7 via TCP/IP
- ideal for process visualization
- programming with STEP 5 via Ethernet
- DHCP / Auto-IP supported
- variants: 3964R-LAN, ASCII-LAN, PG-LAN, as RS232-version and for the MUX757
- driver-DLL for Windows available, EXCEL and WORD can read/write S5-data
- including a free Classic OPC-DA-server license "OPC-Manager lite" [limited to 100 items]
- examples and demo-version of communication driver as download available
Applications:
- Connection to SCADA / data-acquisition systems
- Data exchange with S7-PLC (300/400/1200/1500)
- S7-panel as replacement for defective, no more deliverable S5-panel
- remote programming (also via the Internet))
- control central all controls in the plant
Supported S5 protocols / connection-paths:
- AS511 via virtual COM-port PLCVCom
- S7-TCP/IP with PUT/GET-function
- ISO-on-TCP (RFC 1006)
- TCP/IP with H1/ISO-on-TCP
- TCP/IP with RK 512 (3964 and 3864R)
Addressing of the S5-data via S7-TCP-protocol:
The implementation of the data in S5 is largely identical to the S7 and works completely autonomously. F/I/O/T/C are addressed read/write identically.
Even a necessary conversion of the data-types such as S5-float (in KG-format) to S7-float (according to IEEE-754) takes place automatically in both directions.
The address must be converted for DB/DX and S-flags.
For the data blocks, this is usually a factor of 2. You can find examples for DL and DR in the data word in the table:
Simatic S5 | Simatic S7 | Format |
FB11 | FB11 | BYTE |
FW20 | FW20 | WORD |
DB10 DW 9 | DB10.DBW18 | WORD |
DB10 DW60 | DB10.DBW120 | WORD |
DB10 DL3 | DB10.DBB6 | BYTE |
DB10 DR3 | DB10.DBB7 | WORD |
DB10 DD 25 | DB10.DBD50 | DWORD |
DB10 DD 35 | DB10.DBD70 | Real |
Addressing S5 DX-Blocks with S7-TCP/IP
DX Block nr | mapped to S7-DB nr |
DX 1 | DB 257 |
DX 2 | DB 258 |
DX 100 | DB 356 |
Addressiing S5 S-Flag over S7 TCP/IP
Since the S7 does not recognize the S-flags, the S-flags are mapped as data block DB 1000. That means reading and writing on DB 1000 means reading and writing the S-flags
The following applies in the table: x = S-flag number, y = bit number
S-Flag | mapped to S7-DB nr |
S x.y | DB1000.DBX x.y |
SY x | DB1000.DBB x |
SW x | DB1000.DBW x |
SD x | DB1000.DBD x |
S5 goes INDUSTRIE 4.0 (only in german) (Mouse click for enlargement)
With the S5-H1-PG-LAN you would be able to use the H1-path-selection over the S5-LAN++ and communicate with all PLCs in the H1-bus. You don´t have to connect serial to the CP, you can do this easy over your network.
Supply voltage: | 24V DC +/- 20% |
Power consumption: | 2 watt |
Display: | status-LED |
Handling/Configuration: |
reset-switch-key (factory setting) S5-LAN Manager |
Interfaces: |
to the PLC:
RS232 TxD, RxD and GND
to the PD/PC:
10/100BaseTX RJ45-ethernet jack |
Operating system: |
Configuration and operation via virtual COM-interface: MS-Windows XP/2000/7/8/10/11/Server Operation via TCP/IP server: any operating system with a TCP/IP stack |
Operating temperature: | 0 - 55°C |
Case: | ABS-plastic case |
Dimensions: | 42 x 15 x 65 mm |
Scope of delivery: |
S5-LAN++-module Power connector 2pins small |
accessories:
Device upgrade S5-LAN to S5-LAN++
Hardware-update and firmware-upgrade from S5-LAN to S5-LAN++ Including checking the module
plus VAT. and shipping
plus VAT. and shipping
S5-LAN++ RS232-version
Industrial Ethernet <=> S5 PD-interface (RS232), inclusive adapter cable (15pin female <=> 9pin male)
plus VAT. and shipping
S5-LAN++
Industrial Ethernet <> S5 PD-interface (TTY) Including Gateway Plus and S7-TCP / IP functions
plus VAT. and shipping
plus VAT. and shipping
S5-LAN++ RS232-version
Industrial Ethernet <=> S5 PD-interface (RS232), inclusive adapter cable (15pin female <=> 9pin male)
plus VAT. and shipping
S5-3964R-LAN RS232-version
Communication with 3964/9364R-client with S7-TCPIP inclusive adapter cable (15pin female <=> 9pin male)
plus VAT. and shipping
plus VAT. and shipping
plus VAT. and shipping
plus VAT. and shipping
plus VAT. and shipping
S5-3964R-LAN RS232-version
Communication with 3964/9364R-client with S7-TCPIP inclusive adapter cable (15pin female <=> 9pin male)
plus VAT. and shipping
S5-LAN++
Industrial Ethernet <> S5 PD-interface (TTY) Including Gateway Plus and S7-TCP / IP functions
plus VAT. and shipping
ALF Obsolete
Successor: ALF-UA high-speed WIFI-Router for Din-Rail-mounting (Art.No: 9352-ALF-UA)
Industrial WLAN-Router Rev. A
plus VAT. and shipping
plus VAT. and shipping
Magnetic base antenna for indoor use
For S5-/S7-BRIDGE, CONNECT CONNECT-ROUTER cable length: 1,5m
plus VAT. and shipping
S7-USB connector for Siemens S7 Controller
universal USB-module on PPI/MPI/Profibus 9,6 KBit/s up to 12MBit/s
plus VAT. and shipping
Automatic-mode
Main downloads
Versionstory
- Release-docu 3964R-LAN-firmware
- Release-docu ASCII-LAN-firmware
- Release-docu Multi-VCom
- Release-docu PLCVCom
- Release-docu S5-H1-PG-LAN-firmware
- Release-docu S5-LAN++-firmware
- Release-docu S5-LAN-Manager
- Release-docu S5-LAN-PATH-firmware
- Release-docu S5-Patch
- Release-docu S5-PG-LAN-firmware
- Release-docu S5-VCom