EasyManuals Logo

Omron CX-Supervisor User Manual

Omron CX-Supervisor
334 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #265 background imageLoading...
Page #265 background image
Performance SECTION 20 Best Practices
264
always perform a calculation e.g. calculate a running average or to format
it e.g. make "1700" become "17:00". Instead consider writing this
conversion as ladder in the PLC hardware rather than in CX-Supervisor
software. This is particularly true if this conversion has to occur on several
pages where the value is used or before data logging. This ensures the
converted value is always available, and results in a simplified solution.
• Perform all timing functions and pulse generation from PLC ladder
The PLC hardware has far superior timing and accuracy than Windows
can provide. When timing a process or event always use the PLC. The
stored result can then be read by the SCADA at its leisure. If creating a
pulse of fixed duration never attempt to design the SCADA to set a bit,
wait, and clear the bit. Instead, allow the SCADA to set the bit but use the
PLC program to clear the bit after the required time.
• Operation should continue if the SCADA is unplugged
In a well designed system normal operation can continue even if the
SCADA is unplugged. Some functions like data logging, batch control and
control obviously will not be available but the system should be able to
continue with its task until completion. That is, the process should not rely
on co-operation between the SCADA and PLC because of the possibility
of failure e.g. of the power supply, PC components or operating system.
• Ensure the PLC has hardware failsafes
In situations where the system can cause damage e.g. to itself, the
materials or people it is essential to ensure the PLC has suitable
safeguards and failsafes to prevent such damage. Given the possibility of
SCADA failure it is not acceptable to implement such failsafes in software.
Care should also be paid to the design of software 'control' to allow and
cope with the possible refusal of operation from the PLC.
20-2 Performance
This section covers some good practices to ensure excellent performance.
20-2-1 Organise the PLC memory properly
This is probably the single most important practice to provide maximum
performance and the best responsiveness.
It is important to design the PLC program and SCADA application together.
This will naturally help create arrays of information, and optimise
communications allowing CX-Server to collect data in the most efficient
manner.
Consider the examples in the following 2 figures:

Table of Contents

Other manuals for Omron CX-Supervisor

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Omron CX-Supervisor and is the answer not in the manual?

Omron CX-Supervisor Specifications

General IconGeneral
BrandOmron
ModelCX-Supervisor
CategorySoftware
LanguageEnglish

Related product manuals