|
Network
USB and EtherNet/IP Ports are Standard Features for SYSMAC CJ2 CPU Units
Easier and Safer Connection to PLCs
Applicable Models: CJ2 (coming
soon)
Easy connection with USB
A standard USB cable can be easily connected to the USB port on the front
of the CPU Unit.

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

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.

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.

The PLCs connected to the EtherNet/IP network are automatically detected.
Simply select from the list of PLCs and connect.
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.

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

(Network Configurator)
EtherNet/IP Support

(Network Configurator)
CompoNet Support

(CX-Integrator)
Batch Backup
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.

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

Easy Programming
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.

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.

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.

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
![When you want to access this data, use ABC[3]. Ladder diagram: Copy ABC[3] to D200. Structured Text (ST): Substitute ABC[0] to ABC[3] - ABC[3]:=ABC[0];](cx-one_19.jpg)
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 (coming
soon)
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
![Ladder diagram: Copy data[i] to D200. [i]: Symbol that indirectly specifies the element number (i).](cx-one_20.jpg)
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 (coming
soon)
Example: D100.05: D100 bit 05, E0_100.03: E0_100 bit 03

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 (coming
soon)
Example 1:
D100[5]: Take D100 as the first address and add an offset of 5 words to
specify D105

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

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

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
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.

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.

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.

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.


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.

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 (coming
soon)
Component Tools (Screen Designing)
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.

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.

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.

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

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.


Component Tools (Servomotor Control)
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

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

Component Tools (Temperature Controllers)
From Parameter Settings to Temperature Data Management
The CX-Thermo/CX-Process Software Supports High-level Temperature Control.
Setting Temperature Controller Parameters Is Easier
using CX-Thermo.

-
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

-
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 auto-tuning (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.

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.

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.
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.
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.
|