Sunteți pe pagina 1din 5

FA Integrated Tool Package

CX-One
CXONE-AL

C-EV2/-AL

Ver.

2.0

D-EV2

Greater Integration with CX-One Version 2.0

FA Integrated Tool Package

Integrated Simulation for Grea ter Design and Debugging Efficiency


The CX-One FA Integrated Tool Package strives to
reduce the customer's Total Cost of Ownership by
providing a seamless environment to operate the
Support Software required for all processes, from
FA system design to operation and maintenance.

CX-One Version 2.0 focuses on developing FA


systems, from programming through debugging.
The integrated simulation environment helps
reduce the total lead-time for design, development,
and startup of equipment and devices.

Check Interoperability between the Ladder Program and Touch Panel Screens.
Related CX-One Support Software can start automatic integrated simulation (one click simulation) by clicking an icon, which
dramatically reduces the time required to debug the PLCTouch Panel System.
Previously, operation of the ladder program and PT (touch panel)
screen had to be checked separately and the data had to be
downloaded to the Units, but with CX-One Version 2.0, program
and touch-panel screen operation can be checked simultaneously
on the computer. Consequently, operation can be checked before

Parameter Settings

Programming
Unit Configuration

Previously

the PLC and PT are actually installed and wired, so software


quality can be improved in the design stage. Also, it is not
necessary to download the screen data to the PT each time
corrections are made. Furthermore, equipment downtime is
reduced when upgrading the program or screens.

2 Download and check.

2 Download and check.

On the computer

Greatly improved for


CX-One Ver. 2.0

On the computer
Touch Panel Screen

Ladder Program

3 Mistake found in
screen data.

Integrated
Debugging

1 Change screens while


observing the ladder program.

Syst em Design
3 Mistake found in
ladder program.

Operation and
Maintenance

CX-One Version 2.0


Ladder Program Window

Integrated Simulation Environment

The integrated simulation environment provided by version 2.0 improves


integration from programming through debugging, where there is a large
effect on design quality. This contributes to increasing the quality of program
verification offline and to higher software quality in upstream processes.

Start Integrated Simulation


(See note.)

Touch Panel Screen

CX-One Version 2.0 on computer

Touch Panel

Ladder Program

Interactive

Interactive
Operation can be checked with interconnection between the
CX-Designer's test functions and the CX-Programmer/CX-Simulator,
which can dramatically reduce the time required to debug the entire
machine.
Actual PLC
Basic I/O Unit

Touch Panel Screen

CPU Bus Unit

Note: With just one click of the icon, the specified CX-Programmer project file
is opened and CX-Simulator starts automatically as a virtual PLC, the
ladder program is automatically transferred from the CX-Programmer to
the CX-Simulator, and the CX-Designer's Test Window is opened as a
virtual touch panel and automatically connected online to the CXSimulator in the computer.

CX-Simulator
This Support Software simulates the operation of a CS, CJ, CP, or NSJ-series CPU Unit
without the actual PLC. Some of the CX-Programmer's functions can be executed. The
CX-Simulator (a virtual PLC in the computer) can be connected online from the CXProgrammer, data can be transferred/monitored, and ladder program step execution,
cyclic execution, and breakpoint settings can be performed.

CX-Designer Test Function


Note: The touch panel screens can also be
debugged using the actual PLC's Basic
I/O Units and CPU Bus Units (including
Communications Units).

This function simulates the operation of screens created with the CX-Designer. Screen
operations can be executed with mouse and key operations (without the actual touch
panel) like the Microsoft PowerPoint slide show function. Furthermore, it is possible to
monitor the status of addresses used in the displayed screen.
Note: The CX-Simulator and CX-Designer Test function can be made to communicate within
the computer by the integrated simulation function of the CX-One Version 2.0.

FA Integrated Tool Package

Improved Function Block Function ality Helps Structure and Modularize Programming.
Convert Ladder Program Sections to Function Blocks (FB).
Following software guidance, existing ladder program sections
can be selected and easily converted to function blocks. Variables
in the function block are automatically created based on the use
of addresses both within and outside of the selected program
section. The variable types (input, output, internal, or input-

Unit Version
4.0 or Later

output) are also determined automatically. These functions allow


function blocks to be easily created from ladder program sections
with a proven track record in existing programs. High quality
programs can be created.

Security Functions Protect Users Intellectual Property.


The software protection function of CX-One version 1.1, which
provided password protection of user-created FBs, has been
enhanced to protect PT (touch panel) screen data and provide
operator access rights. A password can be set for screen data

created in the CX-Designer. The security function has been


enhanced so that a password input is requested when data is
transferred to the PT or Memory Card. (Supported by NS/NSJseries PTs with system version 6.6 or higher.)

A password is requested when transferring


data (both uploading and downloading), and
the data cannot be transferred unless the
password matches.

FB Password Setting

Edit FB Definitions Online.


Changes can be made to the FB definition itself during operation,
including adding internal variables and changing logic in the FB.
This feature allows FB definitions to be debugged even in

A password can be set for a FB allocated to a project file


in CX-One. Contents of the FB that you do not want
disclosed can be set as a black box or can be writeprotected.

Unit Version
4.0 or Later
equipment that cannot be stopped, such as equipment that runs
24 hours/day.

User security (operator access rights)


can be set and the operator can be
given one of five access levels. This
function can prevent data from being
overwritten inadvertently or keep
information safe by allowing only
authorized staff to display data, such
as operating information.

Can be changed during operation.

Simplify Equipment Upgrades by Converting Programs from Existing Models.


Expanded ST language programming in FBs improves modularization.
String processing (such as searching and extracting text) can be
performed in ST language without knowing the actual ASCII
character codes or the data size. No-protocol communications
can also be performed easily from the program.

Unit Version
4.0 or Later

An existing program can be read from a C500, C120, or C


P
CPU Unit, converted, and stored as a CX-Programmer file just by
clicking a button in the CX-Programmer and specifying the new
PLC model (CS/CJ, CP, or CVM1). The time required for design
changes can be dramatically reduced because it isn't necessary

Text string operations, which were difficult to handle in the ladder


program, can be executed easily in the FBs. Also, the display
messages and communications commands that are being sent
can be expressed visually, so they are easy to understand.

Example: Executing No-protocol Communications with ST Language


SYSMAC
C
P

Input-output variables
SYSMAC
C500

SYSMAC
C120

CPU Unit

Message

Read value

Barcode reader

Unit Version
4.0 or Later

The no-protocol communications


commands with a barcode reader
can be expressed visually in ST
language. Only the required
information is taken from the string
data obtained from the barcode
reader, and the extracted string data
can be processed as a number.

A variable array can be


specified in the FB as
an input-output
variable, so large
amounts of data (table
data, string data, etc.)
can be passed to the
FB easily.

D100
D101
D109

Large amount
of data before
processing

D100
D101
D109

Large amount
of data after
processing

SYSMAC
CS1

SYSMAC
CJ1

to analyze the program and input the program manually, with the
ever-increasing number of existing model lines. The program
conversion can be done within the company to prevent the loss
of program design know-how.
Note: There are some instructions that cannot be converted. The affected locations in the
program can be found with a program check after opening the converted file. Correct the
relevant instructions.

In the CX-Programmer, the following


series of operations can be performed:
Upload a C500/C120/C
P program
from the actual CPU Unit, convert to a
CS/CJ/CP/CVM1 program and create a
project file, back up the C500/C120/
C
P program I/O memory, and
download the CS/CJ/CP/CVM1
program to the actual CPU Unit.

SYSMAC
CVM1

SYSMAC
CP1H

Supported by CS/CJ-series CPU Units with unit version 4.0 or later.


Contact your OMRON representative about obtaining CS/CJ-series CPU Units with unit version 4.0 or later.

Even More Capabilities Added to


the FA Integrated Tool Package.

FA Integrated Tool Package

Ordering Information

Network
The CX Integrator's online network management functions
have been improved. A new System Overview Window has
been added to provide an easy-to-understand view of the
system configuration, even in complex FA systems composed

Media

Name

CX-Integrator Ver.2.0
of multiple PLCs and a network system. Relay PLCs and
network connection points can be visually displayed over the
previous individual network views to improve the startup and
maintenance of device and line (network) units.
FA Integrated Tool
Package CX-One
Version 2.0

Compatible OS

Description

Model

1 license

CD

CXONE-AL01C-EV2

1 license

DVD

CXONE-AL01D-EV2

3 licenses

CD

3 licenses

DVD

10 licenses

CD

10 licenses

DVD

Windows 98 SE, Me, NT 4.0 (Service Pack 6a), 2000 (Service Pack 3 or
higher), or XP
Note 1: Windows 95 is not supported.
2: A service pack must be downloaded and updated from the
following site if the operating environment is Windows 2000 and
Service Pack 3 or higher is not installed.

http://www.microsoft.com/japan/windows2000/
downloads/servicepacks/default.asp

CXONE-AL03C-EV2
CX-One is a
comprehensive software
package that integrates
Support Software for
OMRON PLCs and
components.

CXONE-AL03D-EV2
CXONE-AL10C-EV2
CXONE-AL10D-EV2

30 licenses

CD

30 licenses

DVD

CXONE-AL30D-EV2

50 licenses

CD

CXONE-AL50C-EV2

50 licenses

DVD

CXONE-AL50D-EV2

CXONE-AL30C-EV2

Site licenses are available for users who will run CX-One on multiple computers. Ask your OMRON sales representative for details.
When purchasing the DVD format, verify the computer model and DVD drive specifications before purchasing.

System Requirements
Item

Requirement

Operating system (OS)


(See notes 1 and 4.)

CX-Integrator System Overview Window


Because the overall system is easier to view in the System Overview, the
network can be displayed in a simplified collapsed version and detailed
network information can be confirmed by moving the cursor to a Relay PLC.

Process

Motion

CX-Thermo Ver.3.1

CX-Motion-MCH Ver.2.0

The number of supported Temperature Controller models


has been increased. The high-speed, high-precision E5 R-T
Digital Temperature Controllers and the flexible, modular
EJ1 Temperature Controllers with host-device compatibility
are now supported.

CS1W/CJ1W-MCH71 data can be created and transferred


easily with the CX-One. New functions have been added,
including motion program debugging, data trace, and trial
operation (JOG and origin search).

CX-Thermo
EJ1 Modular
Temperature
Controller

CX-Designer

Microsoft Windows 2000


(Service Pack 3 or higher) or
Microsoft Windows Me

Microsoft Windows XP

Computer

IBM PC/AT or compatible with a Pentium II 333 MHz or faster processor (Pentium III 1 GHz or faster recommended.)

Memory

256 MB minimum, 512 MB recommended.

Hard disk

Approx. 1.9 GB or more available space is required to install the complete CX-One package.

Display

SVGA (800 x 600) or better high-resolution display with 256 colors min. XGA or better display is required for the CX-Process Software.

Disk drive

CD-ROM drive or DVD drive

Communications ports

One RS-232C port min. (See note 3.)

Other

Internet access is required to use online user registration, including a modem or other hardware connection method.

Note 1: CX-One OS Precaution:The CX-One will not run on Microsoft Windows 95 or any other OS not listed above. If such an OS is being used on the client computer, the OS must be upgraded before installing the
CX-One. System requirements and hard disk space may vary with the system environment.
Note 2: The amount of memory required varies with the Support Software applications used in CX-One. Refer to user documentation for individual Support Software for details.
Note 3: An RS-232C port is required to connect the Support Software applications in CX-One to a PLC. If the computer provides only a USB port, use a CS1W-CIF31 USB/RS-232C Conversion Cable. To connect to a CPseries/NSJ-series PLC, however, an over-the-counter USB cable (type A-B) can be used to connected to the built-in USB port on the CP-series/NSJ-series PLC.
Note 4: The Temperature Controller Support Software (CX-Thermo) can be installed and operated with Microsoft Windows 2000 (Service Pack 3 or higher) or Microsoft Windows XP only.

The following table shows the Support Software (Configuration Tools) installed by the CX-One Version 2.0.
Support Software
in CX-One

The program is executed


up to the line before the
breakpoint and then
paused.
Set parameters such as the
trigger condition, trace data,
and number of samples and
start the data trace. When
the data trace is completed,
the trace results are
displayed at the computer.

Outline

Support Software
in CX-One

Outline

CX-Motion-MCH
Ver. 2.0

Application software to create data and motion programming and


perform monitoring for SYSMAC CS/CJ-series MCH Units that support
MECHATROLINK-II communications. (See note 2.)

Application software to build and set up FA networks, such as


Controller Link, DeviceNet, CompoWay/F, and Ethernet. The Routing
Table Component and Data Link Component can be started from this
software. DeviceNet Configuration functionality is also included.

CX-Motion
Ver.2.2

Application software to create data for SYSMAC CS-series,


C200HX/HG/HE, and CVM1/Cvseries Motion Control Units, and to
create and monitor motion control programs.

CX-Designer
Ver. 2.0

Application software to create screen data for the NS-series PT Touch


Panels.

CX-Drive
Ver. 1.3

Application software to set and control data for Inverters and Servos.

CX-Protocol
Ver. 1.7

Application software to create protocols (communications sequences)


between SYSMAC CS/CJ/CP/NSJ-series or C200HX/HG/HE Serial
Communications Boards/Units/ Option Boards and general-purpose
external devices.

CX-Process Tool
Ver. 5.1

Application software to create and debug function block programs for


SYSMAC CS/CJ-series Loop Controllers (Loop Control Units/Boards,
Process Control CPU Units, and Loop Control CPU Units).

CX-Simulator
Ver. 1.7

Application software to simulate SYSMAC CS/CJ/CP/NSJ-series CPU


Unit operation on the computer to debug PLC programs without a CPU
Unit.

Faceplate
Auto-Builder
for NS
Ver. 3.0

Application software that automatically outputs screen data as project


files for NS-series PTs from tag information in function block programs
created with the CX-Process Tool.

CX-Position
Ver. 2.3

Application software to create and monitor data for SYSMAC CS/CJseries Position Control Units.

CX-Thermo
Ver. 3.1

Application software to set and control parameters in components,


such as Temperature Control Units.

CX-Motion-NCF
Ver. 1.3

Application software to monitor and set parameters for SYSMAC


CS/CJ-series Position Control Units that support MECHATROLINK-II
communications. (See note 2.)

CX-FLnet
Ver. 1.0

Application software for system setting and monitoring of SYSMAC


CS/CJ-series FL-net Units.

SwitchBox Utility
Ver. 1.6

Utility software that helps debug PLCs. It helps to monitor the I/O status
and to monitor/change specified present values within a PLC.

CX-Programmer
Ver. 7.0

Application software to create and debug programs for SYSMAC


CS/CJ/CP/NSJ-series, C-series, and CVM1/CV-series CPU Units.

CX-Integrator
Ver. 2.0

Face Plate Auto-Builder for NS Version 3.0

CX-Process

Microsoft Windows NT
(Service Pack 6a)

Support Software Contained in the CX-One Version 2.0

Program Debugging
Select the program and task to execute. Breakpoints can be set and
executed.

E5 R-T
Programmable
Digital
Controller

Automatically create NS-series screen data from tag information


created in the CX-Process. The number of compatible function
block types has been increased significantly. There are 11 new
function blocks supported, such as Basic PID, Segment Program,
ON/OFF Valve Manipulator, and Motor Manipulator.

Microsoft Windows 98SE

Note 1: If the complete CX-One package is installed, approximately 1.9 GB of hard disk space will be
required.
2: MECHATROLINK is a registered trademark of Yaskawa Electric Corporation.

Face Plate Auto-Builder for NS

A variety of Internet services are provided, such as automatic updates.


A variety of Internet services are provided globally with the CXOne so that the customer's software environment will always be
up-to-date. Services to users with a registered CX-One
installation include automatic updates when an update is
released and Internet downloads of function objects from the
Function Block and Smart Active Parts libraries.

Online user registration


Downloading Function Block and
Smart Active Parts Libraries
CX-One auto-updates for minor
version upgrades

CX-One Web Server

Warranty and Limitations of Liability


WARRANTY
OMRON's exclusive warranty is that the products are free from defects in materials and
workmanship for a period of one year (or other period if specified) from date of sale by
OMRON.
OMRON MAKES NO WARRANTY OR REPRESENTATION, EXPRESS OR IMPLIED,
REGARDING NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR PARTICULAR
PURPOSE OF THE PRODUCTS. ANY BUYER OR USER ACKNOWLEDGES THAT THE BUYER
OR USER ALONE HAS DETERMINED THAT THE PRODUCTS WILL SUITABLY MEET THE
REQUIREMENTS OF THEIR INTENDED USE. OMRON DISCLAIMS ALL OTHER WARRANTIES,
EXPRESS OR IMPLIED.
LIMITATIONS OF LIABILITY
OMRON SHALL NOT BE RESPONSIBLE FOR SPECIAL, INDIRECT, OR CONSEQUENTIAL
DAMAGES, LOSS OF PROFITS, OR COMMERCIAL LOSS IN ANY WAY CONNECTED WITH
THE PRODUCTS, WHETHER SUCH CLAIM IS BASED ON CONTRACT, WARRANTY,
NEGLIGENCE, OR STRICT LIABILITY.
In no event shall the responsibility of OMRON for any act exceed the individual price of the
product on which liability is asserted.
IN NO EVENT SHALL OMRON BE RESPONSIBLE FOR WARRANTY, REPAIR, OR OTHER
CLAIMS REGARDING THE PRODUCTS UNLESS OMRON'S ANALYSIS CONFIRMS THAT THE
PRODUCTS WERE PROPERLY HANDLED, STORED, INSTALLED, AND MAINTAINED AND
NOT SUBJECT TO CONTAMINATION, ABUSE, MISUSE, OR INAPPROPRIATE
MODIFICATION OR REPAIR.

This catalog mainly provides information that is necessary for selecting suitable models, and
does not contain precautions for correct use. Always read the precautions and other
required information provided in product operation manuals before using the product.

The application examples provided in this catalog are for reference only. Check functions
and safety of the equipment before use.
Never use the products for any application requiring special safety requirements, such as
nuclear energy control systems, railroad systems, aviation systems, medical equipment,
amusement machines, vehicles, safety equipment, or other application involving serious risk
to life or property, without ensuring that the system as a whole has been designed to
address the risks, and that the OMRON products are properly rated and installed for the
intended use within the overall equipment or system.

Printed on 100%
Recycled Paper

Note: Do not use this document to operate the Unit.


OMRON Corporation
Control Devices Division H.Q.
Shiokoji Horikawa, Shimogyo-ku,
Kyoto, 600-8530 Japan
Tel: (81)75-344-7109
Fax: (81)75-344-7149

Regional Headquarters
OMRON EUROPE B.V.
Wegalaan 67-69, NL-2132 JD Hoofddorp
The Netherlands
Tel:(31)2356-81-300/
Fax:(31)2356-81-388

OMRON ELECTRONICS LLC


1 East Commerce Drive, Schaumburg,
IL 60173 U.S.A.
Tel:(1)847-843-7900/Fax: (1)847-843-8568

Authorized Distributor:

OMRON ASIA PACIFIC PTE. LTD.


83 Clemenceau Avenue,
#11-01, UE Square,
Singapore 239920
Tel:(65)6835-3011/Fax : (65)6835-2711
OMRON (CHINA) CO., LTD.
Room 2211, Bank of China Tower,
200 Yin Cheng Zhong Road,
PuDong New Area, Shanghai, 200120 China
Tel: (86)21-5037-2222/Fax: (86)21-5037-2200
Note: Specifications subject to change without notice.

Cat. No. R134-E1-03


Printed in Japan
1006-5M

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