WAGO I/O-SYSTEM 750 510 376 07 Quick Start Manual
WAGO I/O-SYSTEM 750 510 376 07 Quick Start Manual

WAGO I/O-SYSTEM 750 510 376 07 Quick Start Manual

Ethernet starterkit 2

Advertisement

Quick Links

Modular I/O System
ETHERNET StarterKit 2
510 376 07
Quick Start
ETHERNET Fieldbus Controller
750-841
Version 1.0.5

Advertisement

Table of Contents
loading

Summary of Contents for WAGO I/O-SYSTEM 750 510 376 07

  • Page 1 Modular I/O System ETHERNET StarterKit 2 510 376 07 Quick Start ETHERNET Fieldbus Controller 750-841 Version 1.0.5...
  • Page 2 • General Copyright © 2008 by WAGO Kontakttechnik GmbH & Co. KG All rights reserved. WAGO Kontakttechnik GmbH & Co. KG Hansastraße 27 D-32423 Minden Phone.: +49 (0) 571/8 87 – 0 Fax: +49 (0) 571/8 87 – 1 69 E-Mail: info@wago.com...
  • Page 3: Table Of Contents

    Alternative to the Variable Declaration in the PLC Configuration..18 Modbus/TCP DLL Application Examples ..........19 Information for Programming and Web Visualization......20 3 Addressing ....................21 Comparison of Modbus and IEC1131 Addresses ........21 3.1.1 WORD Access................... 22 3.1.2 Bit Access ..................24 WAGO-I/O-SYSTEM 750 ETHERNET StarterKit 2...
  • Page 4: Important Comments

    All other changes to the hardware and/or software and the non-conforming use of the components entail the exclusion of liability on part of WAGO Kon- takttechnik GmbH & Co. KG.
  • Page 5: Symbols

    Routines or advice for efficient use of the device and software optimization. More information References on additional literature, manuals, data sheets and INTERNET pages Number Notation Number Code Example Note Decimal normal notation Hexadecimal 0x64 C notation Binary '100' Within ', '0110.0100' Nibble separated with dots WAGO-I/O-SYSTEM 750 ETHERNET StarterKit 2...
  • Page 6: Safety Notes

    Do not use any contact spray. The spray may impair the functioning of the contact area. The WAGO-I/O-SYSTEM 750 and its components are an open system. It must only be assembled in housings, cabinets or in electrical operation rooms. Access must only be given via a key or tool to authorized qualified personnel.
  • Page 7: Quick Start

    Connect the supplies for the controller and for the power jumper contacts to the DC 24 V power supply unit 787-602 (see Fig.1). In this example it would be sufficient to bridge “24V“ and “+“ or “0V“ and “- “. Fig.1: 10/100 MBit ETHERNET fieldbus controller 750-841 WAGO-I/O-SYSTEM 750 ETHERNET StarterKit 2...
  • Page 8: Ethernet Network Start-Up

    Connect your PC with the configuration and programming interface of the node. Install the “WAGO Ethernet Settings“ program, which you can find either on the “Tools & Docs“ CD-ROM or on the WAGO Web pages under Service Downloads Software. After starting, the program identifies the current settings of the node.
  • Page 9 Network and Dial-up connections LAN connection x Properties. To do so, select the Internet protocol (TCP/IP) from the selection list and press the ”Properties“ button. Attention Assigning IP addresses twice can lead to serious network failures. WAGO-I/O-SYSTEM 750 ETHERNET StarterKit 2...
  • Page 10 Hub or Switch using a 1-to-1 patch cable. Attention The IP address of the controller can also be assigned using the ”WAGO BootP Server“ instead of the ”WAGO Ethernet Settings“. In this case, the allocation is done via the Ethernet interface of the device so that no separate serial cable is required.
  • Page 11 To do so, start your browser and enter http:// followed by the IP address of the node (e.g. http://192.168.1.12). The integrated Web server generates the following Web page: Fig. 6: Home page of the 750-841 Controller’s integrated WEB server WAGO-I/O-SYSTEM 750 ETHERNET StarterKit 2...
  • Page 12 The left-side window of the “IO config“ configuration page shows the hard- ware configuration that has been created by CoDeSys as usual. Write permission to the outputs is assigned by the hardware configuration ei- ther to the “PLC“, the fieldbus 1(Modbus) or the fieldbus 2 (Ethernet_IP). WAGO-I/O-SYSTEM 750 ETHERNET StarterKit 2...
  • Page 13: The First Program

    Fig. 9: Target settings Please select the “WAGO_750-841“ target in this window. In use of WAGO-I/O-PRO CAA, starting from version 2.3.9.3, you select the target system "WAGO_750-841_(FW12 -...)", if the WAGO Ethernet Control- ler 750-841 has already the firmware version 13.
  • Page 14 14 • Quick Start The First Program Fig. 10: WAGO-I/O-PRO CAA, creating a new POU Before starting to create a POU, a PLC configuration must be performed. To do so, change to PLC configuration in the “Resources“ register. Fig. 11: WAGO-I/O-PRO CAA, PLC configuration Select „K-Bus[FIX]“...
  • Page 15 Quick Start • 15 The First Program Fig. 12: WAGO-I/O-PRO CAA, I/O configuration, context menu Select ”Append sub-element“. This will open the I/O configuration window with the I/O module catalog. Fig. 13: WAGO-I/O-PRO CAA, with I/O configuration dialog .In the application example shown in section 2.1, a single 750-400 digital in- put module has been connected to the 750-841 controller, followed by a 750- 501 digital output module.
  • Page 16 Ethernet protocol (fieldbus 1 = Modbus/TCP or fieldbus 2 = Ethernet/IP) (Fig. 14). Fig. 14: WAGO-I/O-PRO CAA, PLC configuration with 750-400 and -501 In this example, we first used the “PLC“ value. The I/O configuration window now shows the address of each channel, and thus each individual bit on the module.
  • Page 17 Output_Bit1 := Input_Bit1; Output_Bit2 := Input_Bit2; Fig. 16: WAGO-I/O-PRO CAA, Declaration and statement part of the PLC-PRG program This way, both the first two inputs and first two outputs are assigned to each other (Fig. 16).
  • Page 18: Program Download To The Controller 750-841

    Input_Byte %IB0: BYTE; Output_Byte %QB0: BYTE; Fig. 17: WAGO-I/O-PRO CAA, Declaration and statement part of the PLC-PRG program A simple assignment in the statement part of the program could be: Output_Byte := Input_Byte; WAGO-I/O-SYSTEM 750 ETHERNET StarterKit 2...
  • Page 19: Modbus/Tcp Dll Application Examples

    The “Modbus Monitor“ provides a graphical user interface for all functional- ities of the “ActiveMBT“ ActiveX code component and allows reading and writing of data via the Modbus protocol. Further information and examples can be found on the ”WAGO DLL Mod- bus/TCP“ (759-312) CD-ROM. WAGO-I/O-SYSTEM 750...
  • Page 20: Information For Programming And Web Visualization

    Detailed Information about the programming and visualization, especial the Web Visualization, please refer to the manuals „WAGO-I/O-PRO CAA (CoDeSys)“. You can find these manuals on the CD-ROM „WAGO-I/O-PRO CAA“ (759-911), on the CD-ROM „ELECTRONICC Tools & Docs“ (Item.-No.: 0888-0412/0001-0101) and also on the Internet under: www.wago.com...

Table of Contents