ibs cmd g4 phoenix contact 33003510_k01_000_02

12
Premium IBY100/IBX100 Phoenix Firmware V4.65 and CMD-tool System User Guide [source code] 33003510.02 Mar 2006

Upload: nildo-trindade

Post on 10-Nov-2014

128 views

Category:

Documents


3 download

DESCRIPTION

schneider pieces

TRANSCRIPT

Page 1: IBS CMD G4 Phoenix Contact 33003510_k01_000_02

Premium IBY100/IBX100

Phoenix Firmware V4.65 and CMD-tool System User Guide

[source code]

3300

3510

.02

Mar 2006

Page 2: IBS CMD G4 Phoenix Contact 33003510_k01_000_02

Premium IBY100-IBX100 Phoenix Firmware V465 and CMD-tool_EN.doc

Schneider Electric

2

Contents Application Source Code...................................................................................................... 3 System................................................................................................................................... 4

Implementation .................................................................................................................. 4 PLC........................................................................................................................................................ 5 INTERBUS Configuration with CMD-Tool.................................................................................................. 6 Select Controller Board............................................................................................................................ 7 Set the Firmware Version......................................................................................................................... 8 Create an ASCII Configuration File ........................................................................................................... 9 Import INTERBUS Configuration File to PL7 / UNITY................................................................................10 Perspectives ..........................................................................................................................................10

Appendix ............................................................................................................................. 11 Detailed Component List .................................................................................................. 11

Contact ................................................................................................................................ 12

Introduction This document is intended to provide a quick introduction to the described System.

It is not intended to replace any specific product documentation. On the contrary, it offers additional information to the product documentation, for installing, configuring and starting up the system. A detailed functional description or the specification for a specific user application is not part of this document. Nevertheless, the document outlines some typical applications where the system might be implemented.

Page 3: IBS CMD G4 Phoenix Contact 33003510_k01_000_02

Premium IBY100-IBX100 Phoenix Firmware V465 and CMD-tool_EN.doc

Schneider Electric

3

Abbreviations Word / Expression Signification

CMD Tool for Configuration, Monitoring, Diagnostics (Phoenix Contact)

IBY100 / IBX100 Premium Communication Module for INTERBUS G4

G4 INTERBUS Generation 4

SVC The exported INTERBUS configuration will be stored in a file with the fixed extension “SVC” (example: “Demo_plant.SVC”)

Controller Board “general name” of the INTERBUS Communication Module (IBY100 / IBX100) in Phoenix CMD tool, because this tools covers several INTERBUS Communication Modules

mode “AUTO” Mode in PL7 / Unity for use of the INTERBUS Communication Module IBY100 / IBX100. in this mode the INTERBUS configuration will be read in after starting the IBY100 / IBX100 module.

Only physical, no logical addressing possible in this mode.

mode “PL7 -> IBY” Mode in PL7 / Unity for use of the INTERBUS Communication Module IBY100 / IBX100.

In this mode the INTERBUS configuration will be created by means of CMD tool. The configuration will be transferred from CMD-tool to PL7 / Unity via ASCII-configuration file (*.SVC). The configuration and is part of the application program and can be seen in the configuration screen.

This mode allows physical and logical addressing.

mode “CMD -> IBY” Mode in PL7 / Unity for use of the INTERBUS Communication Module IBY100 / IBX100.

In this mode the INTERBUS configuration will be created by means of CMD tool. The configuration will be transferred from CMD-tool directly to the communication module and saved into Flash memory.

This mode allows physical and logical addressing.

PCP Messaging Mode for INTERBUS

(Peripherals Communication Protocol)

Application Source Code

Introduction Examples of the source code used to attain the system function as described in this document can be downloaded from our „Village“ website under this link.

Page 4: IBS CMD G4 Phoenix Contact 33003510_k01_000_02

Premium IBY100-IBX100 Phoenix Firmware V465 and CMD-tool_EN.doc

Schneider Electric

4

System

Introduction The system chapter describes all steps necessary to initialize, parameterize, program

and to Start-Up the system.

Implementation

Introduction Since mid 2004 the Premium modules TSX IBY 100 and TSX IBX100 are being

delivered with the new PHOENIX firmware V4.65 instead of V4.40, which was included before this date. The IBY100 / IBX100 modules with Phoenix INTERBUS firmware V4.65 cause problems when using the default settings of the CMD tool. Problem description: The import of the INTERBUS configuration into the PL7 / Unity project leads to a false configuration screen. Neither segment numbers, nor the device IDs, nor the length for I/O - / PCP-data are shown correctly. This document describes all the steps necessary to obtain the correct INTERBUS configuration screen. CMD versions V4.50 up to the current version (V4.62) may be used. The problem is only relevant in mode “PL7 -> IBY” / “Unity -> IBY”. The modes “AUTO” and “CMD -> IBY” are not affected.

New Features The Phoenix firmware V4.65 offers some new features in comparison to the firmware

V4.40 which has been used up until now. For this reason the structure of the INTERBUS configuration file *.SVC” has been extended.

INTERBUS Firmware V4.65 Features (not yet released )

Please consider that, to date, all these features have not been implemented and released by Schneider Electric. The new features of the Phoenix INTERBUS firmware V4.65 are: Isolated disconnection in the case of a device error Un-interrupted activation (after elimination of the error) Transfer speed of 2 Mbit/s Single channel and optical diagnostics Automatic re-activation of regulation of optical paths (cannot be implemented for

IBY100 / IBX 100 for technical reasons) Schneider Electric is investigating which of these features may be supported.

Page 5: IBS CMD G4 Phoenix Contact 33003510_k01_000_02

Premium IBY100-IBX100 Phoenix Firmware V465 and CMD-tool_EN.doc

Schneider Electric

5

PLC

Mode: “PL7 IBY”, “Unity IBY”

The description that follows is only relevant for IBY100 / IBX100 mode: “PL7 IBY” respectively “Unity IBY”. In this mode the INTERBUS configuration data (created by means of CMD tool) has to be: exported from CMD (write ASCII-file => INTERBUS data (*.SVC)) imported to PL7 / UNITY. And what about the other modes?

Mode: “AUTO”

No configuration tool (CMD) is required.

Mode: “CMD IBY ”

The CMD tool is needed, but the INTERBUS configuration data is loaded directly into the flash of IBY100 / IBX100 module. There is no configuration screen available.

Page 6: IBS CMD G4 Phoenix Contact 33003510_k01_000_02

Premium IBY100-IBX100 Phoenix Firmware V465 and CMD-tool_EN.doc

Schneider Electric

6

INTERBUS Configuration with CMD-Tool

Used CMD Version

This example was created using CMD version V4.62.

Create New CMD Project

Start the CMD-tool and create a CMD-project. You are shown the following screen:

Page 7: IBS CMD G4 Phoenix Contact 33003510_k01_000_02

Premium IBY100-IBX100 Phoenix Firmware V465 and CMD-tool_EN.doc

Schneider Electric

7

Select Controller Board

Select Controller Type

Click on “Controller Board” to select the Controller type: In mode “Offline” in CMD you should be shown the following screen:

(if not, please select the IBS USC/4 (4k) from the “Available Types” list)

In mode “Online” in CMD, the type of controller board, as well as the firmware version

of the IBY100/IBX100 module, are detected automatically.

Firmware Version

In the edit box in the bottom right hand corner you can see the detected firmware version (V4.65) of the IBY100 / IBX100 module.

Page 8: IBS CMD G4 Phoenix Contact 33003510_k01_000_02

Premium IBY100-IBX100 Phoenix Firmware V465 and CMD-tool_EN.doc

Schneider Electric

8

Set the Firmware Version

Select Firmware Version

Select the firmware version V4.40. In order to do this, uncheck the feature “Automatic recognition” and choose V4.40 in the firmware version edit box.

Create INTERBUS Configuration

Now you can create the INTERBUS configuration. This can be done: a) Offline “Insert with ID-code” or “Insert with Device Description” b) Online “Controller Board -> Control -> Create Configuration”

You will be shown the following message from the CMD-tool, which you can ignore.

“Configuration Frame -> Read In (from Memory)”

Page 9: IBS CMD G4 Phoenix Contact 33003510_k01_000_02

Premium IBY100-IBX100 Phoenix Firmware V465 and CMD-tool_EN.doc

Schneider Electric

9

Create an ASCII Configuration File INTERBUS Configuration File

After finishing the parameterization you must export the INTERBUS configuration for the Premium.

Create INTERBUS Configuration

Select : “Parameterization Memory” -> “Write ASCII File” -> “INTERBUS Data (*.SVC)” as shown in the following example.

ASCII-File After selecting the directory and file name you should be shown this message:

The CMD part of parameterization is finished now.

Page 10: IBS CMD G4 Phoenix Contact 33003510_k01_000_02

Premium IBY100-IBX100 Phoenix Firmware V465 and CMD-tool_EN.doc

Schneider Electric

10

Import INTERBUS Configuration File to PL7 / UNITY

Configuration Screen

The following screen shows the import of an INTERBUS configuration into UNITY.

Perspectives

Support of New INTERBUS Features?

At present it is intended that the new features of the Phoenix INTERBUS firmware will be supported by the IBY100 / IBX100 modules; the import routine of the INTERBUS configurations file (*.SVC) in PL7 / Unity has to be adapted in accordance with the extended structure of the INTERBUS configuration data. In this case the setting of the firmware version must be V4.65 otherwise some of the new features are not available.

Page 11: IBS CMD G4 Phoenix Contact 33003510_k01_000_02

Premium IBY100-IBX100 Phoenix Firmware V465 and CMD-tool_EN.doc

Schneider Electric

11

Appendix

Detailed Component List

Doc. Version Products / Components Revision/ Version

Hardware:

TSX IBY100 INTERBUS Communication Module for Premium

V3.2 IE 50, Phoenix firmware V4.65

TSX IBX100 INTERBUS Communication Module for Windows PC (ISA – slot)

V3.2 IE 50, Phoenix firmware V4.65

Software:

PL7 XL Pro V4.4, V4.5

Unity Pro V2.0

IBS CMD G4 (PhoenixContact) Tool for Configuring, Monitoring, Diagnostic of the INTERBUS

Versions from V4.50 up to V4.62

Page 12: IBS CMD G4 Phoenix Contact 33003510_k01_000_02

Schneider Electric GmbH Steinheimer Strasse 117 D - 63500 Seligenstadt Germany Premium IBY100-IBX100 Phoenix Firmware V465 and CMD-tool_EN.doc

As standards, specifications and designs change from time to time, please ask for confirmation of the information given in this publication. 12

Contact

Author Telephone Email Schneider Electric GmbH Customer & Market System & Architecture Architecture Definition Support

+49 6182 81 2555 [email protected]