Sunteți pe pagina 1din 7

Driver Addendum

Schneider Modicon

TSX Quantum

TSX Momentum

TSX Compact

Modbus TCP/IP
DITHMARSCHER STRASSE 29
D-26723 EMDEN
TELEFON (+49) 4921-9610-0
TELEFAX (+49) 4921-9610-96
E-MAIL
WWW
info@autem.de
http://www.autem.de
PLC-ANALYZER pro
Driver Addendum
Schneider Modicon TSX Quantum / Momentum / Compact
Modbus TCP/IP
© Copyright 1995 - 2006 AUTEM GmbH. All rights reserved. No part of this handbook may be reproduced, pho-
tocopied or electronically stored partially or completely without the express permission in writing of AUTEM.

The software described in this handbook is the subject of software licensing and may only be used according to the
rules of the agreement.

AUTEM Gesellschaft für Automatisierungssoftware mbH


Dithmarscher Straße 29
D - 26723 Emden
Deutschland

Telefon (+49) (0)4921-9610-0


Telefax (+49) (0)4921-9610-96
eMail info@autem.de
http:// www.autem.de

AUTEM gives neither a guaranty for this handbook nor a stated or implied guaranty of typical market quality or
suitability for a particular purpose. AUTEM accepts no liabilty for errors contained or damage resulting from the
equipment, performance or usage of this material.

Most of the software and hardware names in this book are trademarked and the subject of legal regulations.

Tips, suggestions and improvements gratefully received. Please write to AUTEM

1st Edition 2005


Content iii

Contents

1 INSTALLATION 1-1
1.1 Installing additional hardware 1-1
1.2 Installing additional software 1-1
2 CONFIGURATION OF THE PLC DRIVER 2-1

3 ACQUIRING DATA 3-1


3.1 PLC Models and CPU’s supported 3-1
3.2 Possible PLC addresses 3-1
3.2.1 Types of address 3-1
3.2.2 Number of simultaneously accessible addresses 3-1
3.3 Timing behaviour and particularities during data acquisition 3-2

Illustrations

Illustr. 2-1 Configuration of the PLC driver 2-1


Chapter 1 Installation 1-1

1 Installation

This driver addendum is additional to the PLC-ANALYZER pro handbook and explains par-
ticularities and provides important information for the use of the following driver:

• Schneider Modicon TSX Quantum /Momentum / Compact – Modbus TCP/IP

This driver acquires PLC signals via Ethernet (TCP/IP).

Before using the PLC driver this addendum must be read. Please take note of the warnings in-
tended to make you aware of particular dangers when working with the driver.

Warning

! In the places where mistakes could lead to damage of machinery or injury to per-
sons, additional measures must be met or equipment provided to ensure an accept-
able level of safety (e.g. limit switches, mechanical limiters and so on).

You can install the PLC driver when PLC-ANALYZER pro is running. Select PLC driver in the
menu Extras. In the window PLC driver click the button Add. If the desired driver is not in the
list, then you have to install a new driver by activation via the License-Key management (look
also manual PLC-ANALYZER pro content 2-2 Installation).

1.1 Installing additional hardware

If you have already connected your programming unit (or your PC) for programming then you
normally don’t have to do anything else.

Otherwise make a connection for access via Modbus TCP/IP PLC.

1.2 Installing additional software

Aside from the PLC-ANALYZER pro base module and PLC driver there is no additional soft-
ware necessary.
Chapter 2 Configuration of the PLC Driver 2-1

2 Configuration of the PLC driver

After installing the driver select Parameters. If various drivers are installed, the parameters of
each can be adjusted individually.

Illustr. 2-1 Configuration of the PLC driver

First enter a meaningful name. Then adjust under IP-Adresse the TCP/IP-address of the PLC.
Under Bridge MB+ Index insert the index which you use to organize datatransfer of the TCP/IP
host via the Modbus Plus-Routing path. If you are connected to the PLC directly, this value will
not be considered. In this case enter 0.

Use Timestamp to decide whether a time stamp is to be entered in the signal file at each moni-
toring point or only when the signal changes. In the first case the signal file resulting is bigger
because time stamping is continuous even if the signal does not alter.

Scan interval lays down the interval between reading data from the PLC. For time insensitive
applications e.g. temperatures a generous probe interval can be chosen. The signal files resulting
is smaller.
Under Concept-Projekt you can assign a Concept project to the loaded driver. This makes pos-
sible the use of symbolic addresses during the address input (s. Manual content 4.1 Address
selection). In addition to the absolute address the symbolic address and the comment of the ad-
dress will be displayed and saved in the project and in the signal file. In addition to located vari-
ables you could record unlocated variables, if you have loaded a Concept project.
Chapter 3 Acquiring Data 3-1

3 Acquiring data

3.1 PLC Models and CPU’s supported

The models of the TSX Momentum family, the TSX Compact family and the following mod-
els of the TSX Quantum family are supported by the Modbus TCP/IP driver:

140 CPU 113 02, 140 CPU 113 03, 140 CPU 213 04, 140 CPU 424 02.

Other automation devices and CPUs from the Modicon family are generally compatible with
PLC-ANALYZER pro, but have not been explicitly tested.

3.2 Possible PLC addresses

3.2.1 Types of address

There are two kinds of address types in the Modbus TCP/IP driver:

• located variables
• unlocated variables

For the recording of unlocated variable is it necessary that you load the Concept project fitting
to the PLC (s. content 2 Configuration of the PLC driver). All addresses, which are in the Con-
cept-project, are listed in the symbol list (s. Manual content 4.1 Adress selection) and could
select for the recording there.

The data acquisition of located variables is possible witout a Concept project, however no sym-
bolic addresses are then available.

The following table shows the addresses possible and the appropriate syntax:

Syntax Address type Example


0xxxxx Output or flag 000002
1xxxxx Input 100007
3xxxxx Input register 300144
4xxxxx Output- or flag register 400352

3.2.2 Number of simultaneously accessible addresses

255 addresses can be monitored simultaneously. An address can be a bit- or word address.
Chapter 3 Acquiring Data 3-2

3.3 Timing behaviour and particularities during data acquisition

One Scan is normally from one PLC-cycle. The intervals between scan transfers depend on
these facts:

• Cycle time of the PLC


• Number of addresses which should be record. There will be address-blocks created and each
block more needs more time

Two examples show typically scan intervals:

1. PC directly connected with TSX Quantum over Modbus TCP/IP, acquisition of one address
block (e. g. 3xxxx or 4xxxx): ¯ Scan interval ≈ 10 ms

2. PC directly connected with TSX Quantum over Modbus TCP/IP, acquisition four address
blocks (e. g. 0xxxx, 1xxxx, 3xxxx and 4xxxx ): ¯ Scan interval ≈ 40 ms

For a scan interval of e.g. 20 ms and a equal cycle time of the CPU there is one scan for each
cycle. If the cycle time of the PLC is longer, the scan interval synchronize with the PLC cycle.
For a shorter cycle time the computer does not obtain a scan for each cycle, resulting in a partial
loss of information. In normal acquisition mode this loss can be made up by repeated measure-
ment of the signals in question.

S-ar putea să vă placă și