0% found this document useful (0 votes)
69 views28 pages

CP600 Webinar Trends, Alarms and Recipes Rev0

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
69 views28 pages

CP600 Webinar Trends, Alarms and Recipes Rev0

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 28

New Control Panels CP600

Webinar – Trends, Alarms and Recipes

© ABB Group
For internal use only ! Slide 1
New HMI Panels
CP600 range - Some rules for the webinar

 Dial the Genesys phone No: +33 1 72 21 38 53

 Please mute your phone line during presentation.

 Use chat to ask questions or hints for all.

 For better screen view, use icons “Fit to screen” and then
“Maximize” a right corner of sametime meeting
.

 In case you only see a grey screen please inform immediately.

 All documents (presentation, example, an so on …) will be


send to all participants after presentation.
Week 10
2012
• AC500 – application example
Controlling ACS800 via EtherCat
Week 08
2012
• AC500 – Data Types
Handling of arrays and structures
Week 06
2012
• AC500 – CI541-DP & CI542-DP
Profibus DP Slaves
Week 04
2012
• AC500 - Technical Support Tool
PowerHelp handling
Week 03
2012
• CP600 range – Trends, Alarms & Recipes
AC500 & CP600 range - Webinars schedule
Next Subjects
New HMI Panels
CP600 range – Summary
 Working with Trends
 Presentation
 Configuration and programming
 Demonstration

 Working with Alarms:


 Presentation
 Configuration and programming
 Demonstration

 Working with Recipes:


 Presentation
 Configuration and programming
 Demonstration
PB610 Panel Builder
Working with Trends

 Configuring trend buffers


 Sampling conditions: Time, Trigger
 Boundaries
 Mechanism to save space in memory
 Historical trend
 Trend files
 Each buffer has its own file on disk
 Viewing trends
 Extracting data: Dump to USB
 Real time trends
 No data storing

© 2010 Sitek S.p.A, An Exor International Inc. Partner Company


All rights reserved 5
PB610 Panel Builder
Working with Trends

 Trend limits:
 Number of trend buffers = 30
 Number of curves per trend widget = 5
 Number of curves per page = 10
 Number of samples per each trend buffer = 200 000

© 2010 Sitek S.p.A, An Exor International Inc. Partner Company


All rights reserved 6
PB610 Panel Builder
Working with Trends (1)

 Configuring a trend buffer


 Trend viewer
 Configuring action for dump
 Open the trend editor
 Add a trend buffer

© 2010 Sitek S.p.A, An Exor International Inc. Partner Company


All rights reserved 7
PB610 Panel Builder
Working with Trends (2)

 Configure buffer options


 Source: Tag to be sampled
 Size: Size of the buffer in number of samples
 Trigger
 Blank: disabled
 Tagx: allows to sample “on event”
 Low and High Limits (boundaries)
 The sample is stored if
 (current value – previous value) < Low Limit
 (current value – previous value) > High Limit

© 2010 Sitek S.p.A, An Exor International Inc. Partner Company


All rights reserved 8
PB610 Panel Builder
Boundaries Concept

V2

V3

V1

V0

t t+1 s s+1

V1 – V0 > High V3 – V2 < Low

© 2010 Sitek S.p.A, An Exor International Inc. Partner Company


All rights reserved 9
PB610 Panel Builder
Working with Trends (3)

 Locate the Trend viewer in gallery


 Drag & Drop it on the page
 Configure the viewer
 Scale X and Y, Grid and Curve

© 2010 Sitek S.p.A, An Exor International Inc. Partner Company


All rights reserved 10
PB610 Panel Builder
Working with Trends (4)

 History viewers
 Requires refresh!!

© 2010 Sitek S.p.A, An Exor International Inc. Partner Company


All rights reserved 11
PB610 Panel Builder
Working with Trends (5)

 Configure the action to dump data


 Data is exported in binary format
 CSV Export in preparation
 Requires conversion to CSV

© 2010 Sitek S.p.A, An Exor International Inc. Partner Company


All rights reserved 12
PB610 Panel Builder
Working with Trends (6)

 External utility to decode the data


 TrendBufferReader.exe
 Batch file
 TrendBufferReader -r TREND\Trend1 csv\Trend1.csv 1
 Format of exported file
 DataType,Value,Timestamp(UTC),SamplingTime(ms),Q
uality

© 2010 Sitek S.p.A, An Exor International Inc. Partner Company


All rights reserved 13
PB610 Panel Builder
Alarms/Events and Alarm History

 Alarms and Events concept


 Configuring Alarms
 Triggers
 Actions
 Alarm historical list
 Buffers
 Visualization of alarm history
 Dumping Alarms and Events
 Live Tag values in alarm description
 Alarms can be enabled/disable at runtime

© 2010 Sitek S.p.A, An Exor International Inc. Partner Company


All rights reserved
PB610 Panel Builder
Trigger Conditions

 Bit mask
 Bit status withing the tag

 Limits
 Triggered is out of “safe” zone

 Deviation
 Percentage deviation of tag value
from set point

© 2010 Sitek S.p.A, An Exor International Inc. Partner Company


All rights reserved 15
PB610 Panel Builder
Working with Alarms (1)

 Configuring one alarm


 Alarm widget
 Events viewer
 Open Alarm editor from Project tree
 Give a name to the alarm
 Enable the alarm
 Configure Ackowledge
 Set monitored Tag
 Decide where log is stored

© 2010 Sitek S.p.A, An Exor International Inc. Partner Company


All rights reserved 16
PB610 Panel Builder
Working with Alarms (2)

 Configure Actions to be executed when trigger occurs

© 2010 Sitek S.p.A, An Exor International Inc. Partner Company


All rights reserved 17
PB610 Panel Builder
Working with Alarms (3)

 Configuring Alarm behavior


 Decide when widget is updated
 Decide when the alarm state change is logged
 Decide when the alarms action is executed

© 2010 Sitek S.p.A, An Exor International Inc. Partner Company


All rights reserved 18
PB610 Panel Builder
Working with Alarms (4)

 Configure the action to DumpEventArchive


 Data is exported in binary format
 CSV Export in preparation
 Requires conversion to CSV

© 2010 Sitek S.p.A, An Exor International Inc. Partner Company


All rights reserved 19
PB610 Panel Builder
Working with Alarms (4)

 Configuring the alarm widget


 From widget gallery
 Advanced category
 Widgets for alarm visualization
 Widget for Event buffer visualization

© 2010 Sitek S.p.A, An Exor International Inc. Partner Company


All rights reserved 20
PB610 Panel Builder
Working with Alarms (5)

 Use of the display Filter


 Runtime options
 Default sorting
 No runtime change

© 2010 Sitek S.p.A, An Exor International Inc. Partner Company


All rights reserved 21
PB610 Panel Builder
Recipes

 Working with recipes


 Configuring recipes
 Recipe, Element, Set
 Storing recipes data
 Recipe data files
 Extracting data
 Backup and Restore to USB
 Handling recipes
 Menu selection
 Download/Upload

© 2010 Sitek S.p.A, An Exor International Inc. Partner Company


All rights reserved 22
PB610 Panel Builder
Recipes limits

 Number of recipes = 32
 Number of parameter sets for recipe = 32K
 Number of elements per each recipe = 1000

© 2010 Sitek S.p.A, An Exor International Inc. Partner Company


All rights reserved 23
PB610 Panel Builder
Working with Recipes (1)

 Configuring one recipe


 Using the standard widget for recipe operation
 Right click on “Recipe” to insert a new element
 Double click on Recipe name to open the recipe editor

 Configure Elements and Sets

© 2010 Sitek S.p.A, An Exor International Inc. Partner Company


All rights reserved 24
PB610 Panel Builder
Working with Recipes (2)

 Locate the recipe widget in gallery


 Advanced\Recipe Source
 Drag & Drop the widget on page
 Configure the widget
 Assign the recipe from “Recipe Name”

© 2010 Sitek S.p.A, An Exor International Inc. Partner Company


All rights reserved 25
PB610 Panel Builder
Working with Recipes (3)

 Use action to save and restore recipes


 Recipe data is saved in CSV format

© 2010 Sitek S.p.A, An Exor International Inc. Partner Company


All rights reserved 26
HMI Panels CP600
CP600 Documents

 Link to CP600 Web page


 Link to CP600 range Brochure (pdf format)
 Link to CP600 – PB610 Panel Builder 600 manual (pdf format)

 You can find also an E-learning course named F854e, available within
the ABB University ( training Partner tool ) where you can find CP600
range description, + arguments, benefits, applications, and Competitor
comparisons.
Link to Training Partner tool:

You might also like