Page top

Lead Contents

FA Integrated Tool Package

CXONE-AL[][]C-V3 / -AL[][]D-V3

CXONE-AL[][]C-V3 / -AL[][]D-V3

The CX-One is a comprehensive software package that integrates PLC Programming Software with Support Software for setting up Networks, Programmable Terminals, Servo Systems, Inverters, and Temperature Controllers.

Primary Contents



FA Integrated Tool Package CX-One Version 3.0: Better Than Ever

An All-in-one Package That Now Includes a Network Design Tool

The CX-One is a comprehensive software package that integrates PLC Programming Software with Support Software for setting up Networks, Programmable Terminals, Servo Systems, Inverters, and Temperature Controllers.

(New Feature 1)

Supports SYSMAC CJ2 CPU Units

CXONE_Features1

Version Upgrade / Newly Added Tools

PLC Programming Software CX-Programmer Ver.8.0

Support for SYSMAC CJ2 CPU Units.

Support Software can be connected to a USB or EtherNet/IP port.

Batch backup/restore of PLC data.

Supports programming and access functions using tags.

Screen Designing Software CX-Designer Ver.3.0

Supports tag communications with SYSMAC CJ2 CPU Units.

Network Design Tool CX-Integrator Ver.2.3

Supports CompoNet.

Network Design Tool Network Configurator

Supports EtherNet/IP networks.

FA Communications Software

SYSMAC Gateway (Communications Middleware)

CX-Compolet (.Net component/ActiveX Control)

CX-Reporter (Data collection software for Excel)

(New Feature 2)

Supports EtherNet/IP and CompoNet!

CXONE_Features2

(New Feature 3)

Backup/Restore in Batches with a Computer

Data can be easily managed for the entire PLC system. Down time in an emergency can be minimized.

CXONE_Features3

(New Feature 4)

Supports Memory Access with Tags

With CX-One version 3.0, PLC data can be accessed using tags such as "Equipment_A_Number_produced" instead of addresses such as "D200." Previously addresses needed to be specified when programming Programmable Terminals and host applications, but now data can be accessed without knowing the specific addresses, enabling parallel development.
If tags are used to access data, there is also no need to change the settings in the Programmable Terminals or host applications even if the data addresses change in the PLC. This allows easy modifications for changes in facilities.

CXONE_Features4

A tag is a name given to a PLC address.
Tags are managed by the PLC.
The same user-defined tag names are used by Programmable Terminals and other PLCs to access memory in a CPU Unit.

By defining tags, Controllers can be developed in parallel without being fixed to physical addresses. There is no need to allocate addresses later either.


Example: Developing a Programmable Terminal and a CJ2 CPU Unit

CXONE_Features5

Windows is a registered trademark of Microsoft Corporation. DeviceNet, DeviceNet Safety, and CompoNet are registered trademarks of the ODVA.Other brand names and product names are the trademarks or registered trademarks of their respective companies.

Network

(CX-Programmer) (CX-Integrator) (Network Configurator)

(NEW)

USB and EtherNet/IP Ports are Standard Features for SYSMAC CJ2 CPU Units

Easier and Safer Connection to PLCs

(CX-Programmer)
(Applicable Models: CJ2)

Easy connection with USB

A standard USB cable can be easily connected to the USB port on the front of the CPU Unit.

CXONE_Features6

Easy Connection with EtherNet/IP

Easy connection by specifying the computer LAN (Ethernet) port and IP address only.

CXONE_Features7

Prevent Connection Errors by Verifying PLC Names

The CJ2 CPU Unit can record a PLC name. Errors in transfers can be prevented ahead of time because the PLC name can be compared with what is in the project file when connecting online.

CXONE_Features8

Browse and Connect from the EtherNet/IP Connection List

Even if the IP address is unknown, you can browse a list of PLCs connected to the EtherNet/IP and select one to connect to it. With this, remote debugging and maintenance can be conducted smoothly on site.

CXONE_Features9

The PLCs connected to the EtherNet/IP network are automatically detected.
Simply select from the list of PLCs and connect.

(NEW)

Integration of Network Construction and Parameter Settings

Now Supports EtherNet/IP and CompoNet

EtherNet/IP and CompoNet are now supported in addition to previously supported Ethernet, Controller Link, and DeviceNet networks.
High-speed and high-capacity data links are possible with EtherNet/IP, and synchronization cab be specified for each application without depending on the number of nodes.

CXONE_Features10

EtherNet/ IP Datalink Tool

The addresses can be set for EtherNet/IP data links using data link tables.

(Network Configurator)

CXONE_Features11

EtherNet/IP Support

(Network Configurator)

CXONE_Features12

CompoNet Support

(CX-Integrator)

CXONE_Features13

Batch Backup

(CX-Programmer)

(NEW)

Data can be easily managed for the entire PLC system and down time in an emergency can be minimized

Batch Backup/Restore with a Computer

A computer can be used to backup, compare, or restore data for all or specific PLC Units when connected online. Backup information is automatically tagged with a date stamp. It is thus possible to return to the state before an error occurred. It is also easy to identify the file for restoring data when an error occurs.

CXONE_Features14

Applications

Backup of all data transferred to the PLC

Batch transfer of all data to a PLC with the same configuration (using the restore function)

Transfer of relevant data to a new Unit installed after a Unit has failed

Backup Data

CPU Unit programs, data memory, and PLC Setup

Settings for CPU Bus Units and Special I/O Units in the PLC

CXONE_Features15

Easy Programming

(CX-Programmer)

Comprehensive Programming Environment with Single-key Operation and Flexible Multilingual Support

In addition to practical functions such as single-key operation that improves the programming efficiency, processing is conducted in the optimal language. Flexible multilingual support and the Smart Libraries enable a comprehensive programming environment.

Improved Programming Efficiency with Single-key Operation

The CX-Programmer features the "Single-key Concept" to increase operability. Apart from inputs to ladder diagrams, history searches, and model jumps, single-key operation can be used for simulation debugging as well.

Excellent Operability Makes Programming and Debugging Easy

CXONE_Features16

Multiple Languages Can Be Combined To Make Programming Flexible

The multilingual feature supports IEC 61131-3. Programming is possible in a language that is appropriate for the process by combining ladder diagram and ST languages. Function blocks can be created to make programming even more efficient.

CXONE_Features17

Smart Libraries (Smart FB Library, SAP)

Ladder diagrams, communications programs, and control screens can be created simply by selecting and pasting program modules from the extensive libraries. Using FB and SAP modules to build the programs, it is possible to create programs that are easier to understand.

CXONE_Features18

(NEW)

Diversity of Programs Is Top Class in the Industry

High Program Readability

OMRON has refined the programming environment so that programs can be designed and written efficiently with minimal errors, high readability, and adaptability to changes in specifications.

Programming with Symbols

Data Specification Is Easy To Understand with Array Variables (Array Symbols)

Programs are easy to understand because data string sequences can be described with subscripts. This feature can also be used for network symbols. Therefore exchanges of multiple data with external devices can be easily written.

(Available languages: Ladder diagrams, ST, and SFC)

Example: Array variable: ABC

CXONE_Features19

Symbols Can Be Used As Subscripts for Array Variables

Data can be dynamically specified by using physical addresses and symbols as the subscripts to arrays.

(Applicable Models: CJ2)

Example:
data[i] : Indirect specification of an element number using symbol i If symbol i is &5, it specifies the 5th element in the array

CXONE_Features20

Usability Has Improved Also for Programming Using Addresses

DM/EM Bits Can Be Addressed

Bits could not be addresses in the DM and EM Areas with the previous SYSMAC CPU Units, but now it is possible with the CJ2. Programs with high readability can now be created.

(Applicable Models: CJ2)

Example: D100.05: D100 bit 05, E0_100.03: E0_100 bit 03

CXONE_Features21

Address Offsets Can Be Specified

Offsets from a specific starting bit address or word address can be specified in programming. Addresses can be dynamically specified with the contents of a word by specifying the specific address in I/O memory as the offset. This way it is possible to create programs in a similar way to using index registers.

(Applicable Models: CJ2)

Example 1:
D100[5]: Take D100 as the first address and add an offset of 5 words to specify D105

CXONE_Features22

Example 2:
10.00[5]: 10.00[5]: Take CIO 10.00 as the starting bit address and add an offset of 5 bits to specify CIO 10.05

CXONE_Features23

Example 3:
D100[W100]: Take D100 as the starting address and add the contents of W100 as the offset If the contents of W100 is &5, D105 is specified

CXONE_Features24

Comprehensive Help for New CJ2 Instructions

Support is provided for tracking and sorting instructions, communications instructions, and instructions for finding maximum or minimum floating-point values.

Debugging

(CX-Programmer) (CX-Integrator)

Comprehensive Debugging for Networks

Time Required for Onsite Startup and Debugging Has Been Significantly Reduced

With CX-One version 3.0, debugging is efficient with simultaneously monitoring and management of multiple networks and PLCs.

Management of Multiple Networks

The operation of networks with configurations consisting of multiple networks including PLC networks such as EtherNet/IP and Controller Link, field networks such as DeviceNet and CompoNet, and networks for Programmable Terminals and Serial Devices, can be restored simultaneously from the CX-One. Onsite start up and debugging can be conducted efficiently and without errors because PLCs and devices can be selected from the window to transfer programs and parameter data to the computer during operation.

CXONE_Features25

Ladder diagram Monitoring for Multiple PLCs

Multiple PLCs can be monitored by displaying them in series on the screen. This way it is easy to debug data links between PLCs and monitor the inputs and outputs of different PLCs.

CXONE_Features26

Group Monitoring of Multiple PLC Input/Outputs in the Watch Window

The desired I/O data can be selected for multiple PLCs, such as input bits, output bits, and word I/O data, and monitored simultaneously. There are also functions such as the Binary Monitor and Forced Set/Reset functions that enables graphical monitoring the ON/OFF status of word data. All of these monitoring functions are easy to use.

CXONE_Features27

(Ver.up)

Time Require for Debugging and Maintenance Has Been Reduced with the Comprehensive Data Trace Function

Functionality and operability has been significantly upgraded compared to the previous data trace function. The new data trace function provides comprehensive debugging, such as I/O comment display of sampled addresses, specification using symbols, checking the measurement time between two selected points, and layering waveforms. Furthermore, data sampled from the CPU Unit's trace memory can be saved to a file on the computer at a specified frequency. This can be used as for long-term logging of data.

Data Trace Function

CXONE_Features28

Continuous Data Trace Logging

(Applicable Models: CJ2)

CXONE_Features29

Simulation Debugging

Programs can be debugged using a computer without the actual PLC. A wide range of languages, such as ladder diagram, sequential function charts (SFC), structured text (ST), and programs within function blocks are supported. Furthermore, programs can be edited online, bits can be forceset/reset, breakpoints can be set, and a PLC error simulator can be used.

Simulation of SFC, Ladder Diagrams, and Function Blocks

CXONE_Features30

No Size Restrictions for Online Editing of Function Blocks and Sequential Function Charts

There are no size restrictions for the function blocks and SFC that can be edited online.

(Applicable Models: CJ2)

Component Tools (Screen Designing)

(CX-Designer)

Products Are Highly Compatible and Easy to Use Because They Are from a Comprehensive PLC Manufacturer

The CX-Designer Simplifies the Processes from Screen Design to Debugging for the NS-series Programmable Terminals

The time required for designing can be significantly reduced because of the compatibility with SYSMAC CJ-series PLCs. The process of designing screens is easier with expanded functionality.

(Applicable Units: NS Series, NSJ Series)

Communications Components and the Smart Active Parts (SAP) Library Significantly Reduces the Time Required to Create Ladder Diagrams and Screens

There are over 3,000 Smart Active Parts that can directly access OMRON PLCs and components. Simply select and paste a part from the SAP library onto the screen. Detailed screens and ladder diagrams do not need to be created.

CXONE_Features31

Using Software Components, Error Checking and Parameter Setting Can Be Done without a Computer

There are many software components in the Software Function SAP Library that can be easily incorporated into the NS-series Programmable Terminals.
Simply select and paste software components on the screen. Device errors can be checked and parameters set without a computer.

CXONE_Features32

The Troubleshooter SAPs Can Be Used Onsite without Computers or Manuals

There is a troubleshooter SAP library that covers all PLC Units. If there is a PLC error, the troubleshooter SAP library explains the cause and how to implement countermeasures in a way that it is easy to understand.

CXONE_Features33

Improved Troubleshooter SAP Library

In addition to the DeviceNet Units and Position Control Units, the CX-Designer also includes Basic I/O Unit, Analog I/O Units, Serial Communications Units, High-speed Counter Units, Controller Link Unit, and ID Sensor Units.
Including the EtherNet Units and Motion Control Units is planned in future development stages.

Integrated Simulation with the PLC Ladder Diagrams

Test functions for the CX-Designer and CX-Programmer are linked through the CX-Simulator on a computer. This enables screens and ladder diagrams to be checked simultaneously, significantly improving the debugging efficiency. A new Integrated Simulation Button has been added to the CX-Programmer.
Furthermore, work efficiency has been significantly improved with the function that enables work windows to be pinned in front, and a flexible zoom function.

Screens and Ladder Diagrams Can Be Simultaneously Checked on a Computer

CXONE_Features34

The Comprehensive Screen Designing Software Makes for Easy Creation of Multifunction Screens

A Multifunction Object is a collection of the functions of various objects. Multiple functions can be operated with a single press of a button without using cumbersome macros. Setting Multifunction Objects is easy. For example, you can visually create a setting like "Change the screen when the device operation start bit turns ON and the value is set" using the software.

Operation of multiple functions can be achieved with a single hit of a button without using macros

CXONE_Features35

Easy and visual software settings

CXONE_Features36

Component Tools (Servomotor Control)

(CX-Motion-NCF) (CX-Motion-MCH)

Easy High-level Servomotor Control

The CX-Motion Supports Motion Network Servo Systems

Improve productivity of motion network servo systems using MECHATROLINK-II for design, startup, and maintenance.

Easy Management of Parameters While Still Connected to PLCs CX-Motion-NCF

CXONE_Features37
CXONE_Features38

Even Easier to Start Up a System CX-Motion-MCH

CXONE_Features39
CXONE_Features40

Component Tools (Temperature Controllers)

(CX-Thermo) (CX-Process)

From Parameter Settings to Temperature Data Management

The CX-Thermo/CX-Process Software Supports High-level Temperature Control

Setting Temperature Controller Parameters Is Easier CX-Thermo





Parameters can be easily set from a list

CXONE_Features41
CXONE_Features42

Easy Parameter Settings

Parameters can be set even for Temperature Controllers that do not support communications.
Parameters can be saved, and then copied, or reused and edited (Parameters can be exported in CSV or HTML format.)

Displays Only What Is Used

To avoid unintentional use of parameters, unused parameters can be masked (i.e., hidden)

Applicable Units:
E5CN/E5CN-H/E5AN/E5AN-H/E5EN/E5EN-H, EJ1, E5ZN, E5AR/E5AR-T/E5ER/E5ER-T

*The DeviceNet type is excluded

Programming for the Process Controller Is Easier CX-Process





Control Programs Can Be Constructed By Pasting Function Blocks

CXONE_Features43
CXONE_Features44

Control Can Be Customized

Control programs can be constructed by pasting function blocks and connecting them. They can be used for simple PID control, program control, and cascade control.

Easy Creation of an HMI

Screens for the NS-series PTs (NS runtime screen) are automatically generated from the function block programs. Standard control screens and tuning screens do not need to be created manually.

Applicable Units:
CJ1G-CPU4[]P/CPU4[]P-GTC, CS1W-LCB01/LCB05/LCB05-GTC, CS1W-LC001, CS1D-CPU6[]P

CX-Thermo/CX-Process Support Software

Adjusting Parameters While Monitoring Trends

PID parameters can be adjusted while monitoring the present value (PV), setting point (SP), and manipulated variable (MV). Trend data can be saved in CSV format.
(CX-Thermo Trend Viewer, CX-Process Support Software Tuning Screen)

Controlling with a Reliable Control Algorithm (See note.)

The execution of the autotuning (AT) function that calculates the PID constants and the fine tuning (FT) function that improves controllability exactly as required are made easy with an intuitive user interface. The interference overshooting adjustment function is supported to adjust overshooting when interference occurs, and the gradient temperature control function achieves constant internal temperatures for multi-point temperature control with interference.

Note:Supported functions depends on the product being used. Refer to product manuals for details.

FA Communications Software

Communications Middleware That Connects a Computer and SYSMAC PLCs

SYSMAC Gateway

Direct Connection of the Industrial Ethernet: EtherNet/IP

Direct Access to High-speed and High-capacity Networks

The SYSMAC Gateway (Communications Middleware) enables direct connection of EtherNet/IP industrial Ethernet to a computer. Control and information data can be communicated without a network support board simply by installing the communications middleware.

CXONE_Features45

Easy to Use without Any Technical Knowledge

CX-Compolet

Easy Programming with Visual Basic/C#.NET

Software components for PLC communications create fast and easy development work. PLC data can be read and written without knowing the differences between networks.

CX-Reporter

No Programming Required! Easy Monitoring with Excel.

You can focus on improving the production stage without relying on a computer specialist. Fast and clean reports can be created using the wide variety of report templates.

Easily Connect to Any PLC
Just select the PLC. Easy-to-understand data management with tag names.

CXONE_Features46

Easily Handles Changes in Specifications

Use Tags to Be Freed from Address Map

With integrated management of tags, access is easy with the same tags used in CX-Reporter and CX-Compolet. Parallel development of PLCs and computers and synchronization of the frequently changing HMI and PLC data is made easy.

Data Can Be Picked Out with Pin Point Accuracy

Using the tag data ring, it is easy to add or modify only the necessary information data afterwards.

FinsGateway Version 2003 Included

The FINS Communications Application created with previous FinsGateway can be used as it is. It can be used on the same computer as the EtherNet/IP (CIP) Communications Application.

Online Web Services

Web Support Services for CX-One

OMRON’S CX-One offers many service options in the Internet environment so that engineers and online support is available from anywhere in the world 24 hours a day.

Online User Registration

When you register online as a user of CX-One, all CX-One software components can be registered at once. The online registration website can be accessed from Japan, North America, South America, Central America, Europe, Africa, Asia, China, Taiwan, and Korea. You can access the Internet services from anywhere once you have registered.

CXONE_Features47

Automatic Update

With the automatic update function of CX-One, the latest update information for your computer environment can be searched for and applied using the network environment. Your CX-One can be constantly updated to the latest state. It is also possible to update only the necessary tools.

CXONE_Features48

Download Services

Control devices that were made available after you purchased the Support Software can be used if you download the latest Smart Libraries from the Internet. A customized library can be made by downloading the Smart FB Library and Smart Active Parts for the hardware that you require. Programming is also easy by selecting and pasting the necessary parts.

CXONE_Features49