MC&TT Co., Ltd

Part 11. Phần mềm SCADA Cimon Ultimate Access - Cảnh báo - Alarm

Chia sẻ:

Part 11. Phần mềm SCADA Cimon Ultimate Access - Cảnh báo - Alarm

Chức năng cảnh báo của CIMON-SCADA chuyển các tình huống bất thường của hoạt động đến người vận hành một cách nhanh chóng. Các báo động có thể được chuyển qua âm thanh, tin nhắn, v.v.
Các phương tiện này cho phép người dùng xác nhận và quản lý tình huống. Người dùng có thể xác định trước một báo động phù hợp – kỹ thuật số hoặc tương tự – tùy theo tình huống. Ngoài ra, người dùng có thể kiểm tra lịch sử báo động trong một cửa sổ

1 Tính năng

  • Chức năng Báo động được xử lý như hoạt động có mức độ ưu tiên cao nhất.
  • Bạn có thể sử dụng báo động kỹ thuật số và báo động tương tự.
  • Bạn có thể phân loại báo động theo vị trí, loại, mức độ ưu tiên hoặc thời gian xảy ra.
  • Người dùng có thể cấu hình hành động khi báo động xảy ra.

2 Settings

o use the Alarm function, the ‘Assign as Alarm Tag’ option of the tags must be selected.
You can configure the tags in the database editor by selecting [Tools] – [Database]

2.1 Alarm Setting – Digital Tag

In the [General] tab of the digital tag’s [Edit Tag] window, select ‘Assign as Alarm Tag’ option to add the [Alarm] tab as shown below

(1) Alarm Type

There are five types of alarms in the digital tag

ON

Bất kể trạng thái trước đó, nếu thẻ được nhận dạng là ON (1), báo động sẽ xảy ra. Khi giá trị thẻ trở thành 0, báo động sẽ bị xóa.

OFF

Bất kể trạng thái trước đó, nếu thẻ được nhận dạng là OFF (0), báo động sẽ xảy ra. Khi giá trị thẻ trở thành 1, báo động sẽ bị xóa

OFF → ON

Báo động sẽ BẬT vào thời điểm trạng thái thẻ chuyển từ OFF sang ON. Loại báo động này ngăn ngừa hiện tượng báo động trùng lặp có thể xảy ra trong quá trình bảo trì.

ON → OFF

Báo động sẽ BẬT vào thời điểm trạng thái thẻ chuyển sang BẬT sang TẮT. Kiểu báo động này ngăn ngừa sự xuất hiện báo động trùng lặp có thể xảy ra trong quá trình bảo trì

ON ↔ OFF

Báo thức sẽ BẬT vào thời điểm trạng thái thẻ chuyển đổi. (BẬT -> TẮT hoặc TẮT -> BẬT)

(2) Alarm Configuration

Enable Enable or disable the alarm operation.
Delay-Time You may assign the delay time of the alarm in seconds. If the alarm is turned OFF in the delay time, it is not assumed as an alarm. You can assign from 0 to 99999.9 seconds.
Level Assign the alarm level. You can assign from 1 to 15 grade. (In case of CIMON SCADA Version lower than 3.04, 1 to 8 grade) In the [Alarm Configuration] window, you can output the specific alarm according to the level.
Zone Assign the location of the digital alarm. You can assign the alarm zone from A to P. In the [Alarm Configuration] window, you can output the specific alarm according to the alarm zone.
Alarm On On Label Enter the label which will appear on the digital alarm ON. You can check the label at the ‘Alarm Description’ option in [Format] tab of [Alarm Summary] window.
On Action

You can assign an action when the alarm occurs. For example, you may assign command/operation expression or script execution command as shown below.

E.g.) Runscript(“AlarmTag1”)

Use Comment When you select the option, […] button is activated, and you may use the comment table.
※ Please refer to the ‘Comment Table’ manual for the more information
Alarm Off Ack Label Enter the label which will appear on the alarm acknowledgment.
You can check the label at the ‘Alarm Description’ option in
[Format] tab of [Alarm Summary] window.
Off Label Enter the label which will appear on the alarm clearance. You can check the label at the ‘Alarm Description’ option in [Format] tab of [Alarm Summary] window.
Off Action You can assign an action when the alarm is cleared. For example, you may assign command/operation expression or script execution command as shown below.
E.g.) Runscript(“AlarmTag1”)
Use Comment When you select the option, […] button is activated, and you may use the comment table.
※ Please refer to the ‘Comment Table’ manual for the more information.
Alarm ACK All Alarm Ack Act Enable When you select the option, the assigned action is executed at the all alarms are acknowledged by the command ‘AlarmAckALL’, which acknowledges the entire tag with ‘Assign as Alarm Tag’ option.
Action Enter a command expression which will be executed when the alarm tag is acknowledged. To execute the command expression entered here, the ‘Define Tag action’ option in the [General] tab must be selected beforehand

Để gán nhiều hơn hai hành động cho thẻ có biểu thức lệnh, bạn có thể phân biệt chúng bằng hai dấu chấm phẩy (;;).

Ví dụ) Khi báo động kỹ thuật số ‘A’ BẬT, hãy mở ‘Page1’ và ‘Page2’.
OpenPage(“Page1”);;OpenPage(“Page2”)

(3) Tag Variables

Followings are the tag variables related to the digital alarm. The tag variables are used as ‘Tag Name:Tag Variable’

Tag Variables Description R/W
ALARMTYPE Displays the alarm type assigned to the digital tag.
(1: OFF, 2: ON, 3: OFF→ON, 4: ON→OFF, 5: OFF↔ON)
R
ALARMENABLE Displays the alarm state. When the CimonX is executed, you
may generate (1) or clear the alarm (0).
E.g.) TagName:ALARMENABLE = 0
R/W
INALARM1 Display the ‘On Label’ of the digital alarm. R/W
ACKLABEL When the alarm is not on, it displays the OFF label. When the alarm is on, it displays the ON label. R
OUTALARM Displays the OFF label of the digital alarm. R/W
ALARMACK Displays the alarm acknowledge state.
(0: Alarm Not Acknowledged, 1: Alarm Acknowledged)
R/W
ALARMVALUE Displays the tag value on the moment of alarm state change. R
ALARMTIME Displays the time value on the moment of alarm state change. R
ALARMOCCTYPE Displays the type of the occurred alarm.
(0: No Alarm, 1: OFF, 2: ON, 3: OFF→ON, 4: ON→OFF,
5: OFF↔ON)
R
ALARMOCCTIME Displays the Alarm On time. R
ALARMFREETIME Displays the Alarm Off time. R

2.2 Alarm Setting – Analog Tag

In the [General] tab of the analog tag’s [Edit Tag] window, select ‘Assign as Alarm Tag’ option to add the [Alarm] tab as shown below

(1) Alarm Type

Chọn điều kiện cảnh báo tương tự trong ba loại.

Value Báo động xảy ra theo giá trị ranh giới của thẻ analog.
Deviation Báo động xảy ra theo giá trị mục tiêu được chỉ định và sự khác biệt giữa giá trị thẻ và giá trị mục tiêu.
ROC Báo động xảy ra theo tốc độ thay đổi giá trị thẻ.

(2) Alarm Configuration

Enable Enable or disable the alarm operation.
Hysteresis When the analog value changes around the setting value, it may cause the repetitive occurrence of the alarm. To prevent this situation, assign the sensitivity of the alarm. The alarm will occur only when the value exceeds the
setting value and the hysteresis value. Also, the alarm will be cleared only when the value is less than the hysteresis value subtracted from the setting value.
Delay-Time You may assign the delay time of the alarm in seconds. If the alarm is turned OFF in the delay time, it is not assumed as an alarm. You can assign from 0 to 99999.9 seconds.
Level Assign the alarm level. You can assign from 1 to 15 grade. (In case of CIMON-SCADA Version lower than 3.04, 1 to 8 grade) In the [Alarm Configuration] window, you can output the specific alarm according to the level.
Zone Assign the location of the digital alarm. You can assign the alarm zone from A to P. In the [Alarm Configuration] window, you can output the specific alarm according to the alarm zone.

Example of Hysteresis

Giá trị thẻ đã thay đổi từ vùng Lo thành vùng bình thường như hiển thị bên dưới. Tuy nhiên, vì giá trị không vượt quá giá trị trễ nên trạng thái báo động không thay đổi.

Trong hình minh họa bên dưới, giá trị thẻ đã thay đổi từ vùng Hi sang vùng bình thường. Vì giá trị vượt quá giá trị trễ nên báo động Hi sẽ bị xóa.

(3) Value Alarm

Gán giá trị biên làm tiêu chí, báo động xảy ra khi giá trị đo được lớn hơn hoặc nhỏ hơn giá trị biên

HiHi: Báo động xảy ra khi giá trị đo được lớn hơn giá trị biên Hi-Hi

Hi: Cảnh báo xảy ra khi giá trị đo được lớn hơn giá trị biên Hi

Lo: Cảnh báo xảy ra khi giá trị đo được nhỏ hơn giá trị biên Lo

LoLo: Cảnh báo xảy ra khi giá trị đo được nhỏ hơn giá trị biên LoLo

(4) Deviation Alarm

Theo sự khác biệt giữa giá trị thẻ và giá trị mục tiêu, báo động sẽ xảy ra.

Major Dev: Một cảnh báo xảy ra khi giá trị đo được vượt quá phạm vi giá trị độ lệch lớn.

Gán giá trị để bật báo động Major Dev. Khi sự khác biệt giữa giá trị thẻ và giá trị mục tiêu lớn hơn giá trị được gán cho Major Dev, báo động sẽ xảy ra. Giá trị được gán cho ‘Major Dev’ phải lớn hơn giá trị được gán cho ‘Minor Dev’.

Minor Dev: Một cảnh báo xảy ra khi giá trị đo được vượt quá phạm vi giá trị độ lệch nhỏ.

Gán giá trị để bật báo động Minor Dev. Khi sự khác biệt giữa giá trị thẻ và giá trị mục tiêu nhỏ hơn giá trị được gán cho Major Dev, báo động sẽ xảy ra. Giá trị được gán cho ‘Minor Dev’ phải nhỏ hơn giá trị được gán cho ‘Major Dev’.

(5) ROC Alarm

Theo tỷ lệ thay đổi của giá trị đo được, báo động sẽ xảy ra nếu tỷ lệ vượt quá giá trị chênh lệch được chỉ định

(6) Common Setup

Alarm Off Ack Label Enter the label which will appear when the alarm is acknowledged. You can check the label at the ‘Alarm Description’ option in [Format] tab of [Alarm Summary] window.
Off Label Enter the label which will appear when the alarm is cleared. You can check the label at the ‘Alarm Description’ option in [Format] tab of [Alarm Summary] window.
Off Action You can assign an action when the alarm occurs.
Use Comment When you select the option, […] button is activated, and you may use the comment table.
Alarm ACK All Alarm Ack Act Enable When you select the option, the assigned action is executed at the all alarms are acknowledged by the command ‘AlarmAckALL’, which acknowledges the entire tag with ‘Assign
as Alarm Tag’ option.
Action Enter a command expression which will be executed when the alarm tag is acknowledged. To execute the command expression
entered here, the ‘Define Tag action’ option in the [General] tab must be selected beforehand.

(7) Tag Variables

Followings are the tag variables related to the analog alarm. The tag variables are used as ‘Tag Name:Tag Variable’.

Tag Variables Description R/W
ALARMTYPE Displays the alarm type assigned to the analog tag.
(1: Value, 2: Deviation, 3: ROC)
R
ALARMENABLE Displays the alarm state. When the CimonX is executed, you
may generate (1) or clear the alarm (0).
E.g.) TagName:ALARMENABLE = 0
R/W
HYSTERESIS Displays the hysteresis value of the corresponding alarm. R/W
ALARMHIHI Displays the HiHi boundary value of the alarm. R/W
ALARMHI Displays the Hi boundary value of the alarm. R/W
ALARMLO Displays the Lo boundary value of the alarm. R/W
ALARMLOLO Displays the LoLo boundary value of the alarm. R/W
INALARM1 Displays the ‘On Label’ of the following analog alarms.
 Value - HiHi
 Deviation – Major Dev
 ROC
R/W
INALARM2 Displays the ‘On Label’ of the following analog alarms.
 Value – Hi
 Deviation – Minor Dev
R/W
INALARM3 Displays the ‘On Label’ of the Lo alarm. R/W
INALARM4 Displays the ‘On Label’ of the LoLo alarm. R/W
ALARMTARGET Displays the value assigned to the target value. R/W
ALARMMAJOR Displays the value assigned to the Major Dev. R/W
ALARMMINOR Displays the value assigned to the Minor Dev. R/W
ALARMROC Displays the value assigned to the ROC. R/W
ACKLABEL Displays the On or Off Label according to the alarm state. R
ALARMACK Displays the alarm acknowledge state.
(0: Alarm Not Acknowledged, 1: Alarm Acknowledged)
R/W
ALARMVALUE Displays the tag value on the moment of alarm state change. R
ALARMTIME Displays the time value on the moment of alarm state change. R
ALARMOCCTYPE Displays the type of the occurred alarm.
(0: No Alarm, 6: HiHi, 7: Hi, 8: Lo, 9: LoLo, 10: Major Dev, 11:
Minor Dev, 12: ROC)
R
ALARMOCCTIME Displays the Alarm On time R
ALARMFREETIME Displays the Alarm Off time R
Bạn đang xem: Part 11. Phần mềm SCADA Cimon Ultimate Access - Cảnh báo - Alarm
Bài trước Bài sau
Đăng nhập
Đăng ký
Hotline: 0904251826
x