User Tools

Site Tools


connecting_to_s7-1200

This is an old revision of the document!


Connecting to S7-1200


It is possible to connect to the Siemens 1200 series controllers using the ISO-on-TCP protocol. To do this, several additional settings must be made in the controller configuration. To activate the S7 Communication operation mode in TIA Portal, the PLC must be configured correctly:

1. Allow GET / PUT commands from third-party partners (in firmware revisions of S7-1200 lower than 4th version, these commands are allowed by default). 2. Enable Full Access in “Protection PLC” settings.

3. Disable Optimized Block Access for the Data Blocks you are going to exchange with.

Also, from the controller settings in the TIA portal project, it is necessary to take its IP address and TSAP (this is the device address in the COTP protocol. It is indicated in hexadecimal format.The high byte denotes the access type (by default 03) .The low byte consists of two Rack values ​​(by default 0) and Slot (default 1). See Siemens documentation for controllers for more details). Example of setting up a connection to the S7 1200 PLC in WebHMI:

After that, you can create registers, using for them the standard notation of memory area addresses in Siemens PLCs - QB0.0, VW0, etc. For more information, see here.

Note - although WebHMI correctly recognizes addresses with the data type included in them (for example, IW0 in the notation indicates a Word type register from Inputs memory), but WebHMI will decide what data lenggh to read from ther register setting (IW0 will serve only as base address). I.e. the address is used exclusively as an address and in fact these three addresses - IW0, IB0, ID0 are equivalent to the I0 record (the actual type will be determined by the register data type settings (Word, Byte or Double Word)).

connecting_to_s7-1200.1533212639.txt.gz · Last modified: 2018/08/02 12:23 by emozolyak

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki