Материал: m012900e

Внимание! Если размещение файла нарушает Ваши авторские права, то обязательно сообщите нам

C

D

E

Glossary 317

Client

A system that requests the services of another. With the aid of the service request, the client can access objects (data) on the server. The service is provided by the server.

Coaxial cable

This cable contains a single wire and a radial shield to transmit information.

CSMA/CD

Carrier Sense Multiple Access with Collision Detection. When a collision is detected, all subscribers back off. After waiting a random delay time, the subscribers attempt to re-transmit the data.

Data bus

see Bus.

Deterministic ETHERNET

The ETHERNET data is transferred at a defined time constant. The ETHERNET network can be defined and calculated. A Switched ETHERNET architecture makes this possible.

DHCP

Dynamic Subscriber Configuration Protocol. This protocol allows the automatic network configuration of a computer.

Driver

Software code which communicates with a hardware device. This communication is normally performed by internal device registers.

ETHERNET

Specifies a Local Area Network (LAN), which was developed by Xerox, Intel and DEC in the 70’s. The bus access process takes place according to the

CSMA/CD method.

Modular I/O System

ETHERNET TCP/IP

318 • Glossary

F

G

ETHERNET Standard

In 1983 ETHERNET was standardized by IEEE 802.3 10Base-5. ISO took over the standardization in the ISO Standard 8802/3. The essential differences between ETHERNET and the IEEE standard are to be found in the frame architecture and treatment of pad characters.

Fieldbus

System for serial information transmission between devices of automation technology in the process-related field area.

Firewall

Collective term for solutions which protect LANs connection to the Internet from unauthorized access. They are also able to control and regulate the traffic from the LAN into the Internet. The crucial part of firewalls are static routers which have an access control list used to decide which data packets can pass from which subscriber.

Frame

Unit of data transferred at the Data-Link layer. It contains the header and addressing information.

FTP

(File Transfer Protocol) A standard application for TCP/IP which allows users on one machine to transfer files to/from another.

Function

Module that always returns the same result (as a function value), prerequisite being identical input values; it has no local variables that store values beyond an invoke.

Function block

Module that delivers one or more values when being executed. They can be stored as local variables („Memory“).

Gateway

Device for connecting two different networks. It converts the different protocols.

Modular I/O System

ETHERNET TCP/IP

H

Glossary 319

Hardware

Electronic, electrical and mechanic components of a module/subassembly.

Header

A portion of the data packet, containing, among others, the address information of the receiver.

Host computer / Subscriber

Originally used to describe a central mainframe computer accessed from other systems. The services provided by the subscriber can be called up by means of local and remote request. Today, this term is also used to refer to simple computers which provide particular central Services (i.e. UNIXSubscribers on the Internet).

HTML

Abbreviation of hypertext markup language

HTML is the description language for documents on the World Wide Web. It contains language elements for the design of hypertext documents.

HTTP

(Hyper Text Transfer Protocol) client server TCP/IP protocol which is used on the Internet or Intranets for exchanging HTML documents. It normally uses port 80.

Hub

A device which allows communication between several network users via twisted pair cable.

Similar to a repeater, but with many outputs, a hub is used to form a star topology.

Hypertext

Document format used by HTTP. Hypertext documents are text files which allow links to other text documents via particularly highlighted keywords.

Modular I/O System

ETHERNET TCP/IP

320 • Glossary

I

IAONA Europe

IAONA Europe (Industrial Automation Open Networking Alliance) is an organization for industrial network technology with the objective to establish ETHERNET in automation technology.

Further information on this subject is available on the Internet under: www.iaona-eu.com.

ICMP protocol

TA protocol for the transmission of status information and error messages of the IP, TCP and UDP protocols between IP network nodes. ICMP offers, among others, the possibility of an echo (ping) request to determine whether a destination is available and is responding.

IEC 61131-3

International standard published in 1993 for modern systems with PLC functionality. Based on a structured software model, it defines a number of high performance programming languages that can be used for various automation tasks.

IEEE

Institute of Electrical and Electronic Engineers.

IEEE 802.3

IEEE 802.3 is a IEEE standard. ETHERNET only supports the yellow cable as a medium. IEEE 802.3 also supports S-UTP and wideband coaxial cable. The segment lengths range from 500 m for yellow cable, 100 m for TP and 1800 m for wideband coaxial cable. A star or a bus topology is possible. ETHERNET (IEEE 802.3) uses CSMA/CD as a channel access method.

Intel format

Set configuration of the fieldbus coupler / controller to establish the process image. In the coupler/controller memory, the module data is aligned in different ways, depending on the set configuration (Intel/Motorola-Format, word-alignment,...). The format determines whether or not high and low bytes are changed over. They are not changed over with the Intel format.

Internet

A collection of networks interconnected to each other throughout the world. Its most well known area is the World Wide Web.

Modular I/O System

ETHERNET TCP/IP

Glossary 321

L

M

Intranet

A network concept with private network connections over which data can be exchanged within a company.

IP

Internet Protocol. The connectionless network layer, which relies on upper protocols to provide reliability.

ISA

Industry Standard Architecture. Offers a standard interface for the data exchange between CPU and periphery.

ISO/OSI reference model

Reference model of the ISO/OSI for networks with the objective of creating open communication. It defines the interface standards of the respective software and hardware requirements between computer manufacturers. The model treats communication removed from specific implementations, using seven layers.

LAN

Local Area Network.

Library

Compilation of modules available to the programmer in the programming tool WAGO-I/O-PRO 32 for the creation of a control program according to IEC 61131-3.

Manchester encoding

In this encoding system, a 1 is encoded as a transition from low to high and a 0 as a transition from high to low.

Modules

Functions, function blocks and programs are modules.

Each module has a declaration part and a body, the latter being written in one of the IEC programming languages IL (instruction list), ST (structured text), SFC (sequential flow), FBD (function block diagram) or LD (ladder diagram).

Modular I/O System

ETHERNET TCP/IP