How to Copy and Modify SignalLib Library Control Modules?
I want to copy voted type Control Modules from SignalLib Library and here is why I want to modify:
But I am unable to copy these control modules as they are protected. Looking for way forward to copy.
NOTE: ABB allows to copy and modify SIL3 Function Blocks from SupervisionBasicLib library and does not allow for SIL2 SignalLib. Strange.
- want to specify unique alarm message for each control modules wherever I am using in the logic
But I am unable to copy these control modules as they are protected. Looking for way forward to copy.
NOTE: ABB allows to copy and modify SIL3 Function Blocks from SupervisionBasicLib library and does not allow for SIL2 SignalLib. Strange.
Answers
Hi,
Alarm message will be same if you instantiate the same Lib/control module type.
You can differentiate it by giving unique Control Module Name when you instantiate it.
This Control Module Name is nothing but Object Name going to appear in Alarm/Event List.
The Combination of Object Name and Message will be unique in Alarm/Event List.
Alarm message will be same if you instantiate the same Lib/control module type.
You can differentiate it by giving unique Control Module Name when you instantiate it.
This Control Module Name is nothing but Object Name going to appear in Alarm/Event List.
The Combination of Object Name and Message will be unique in Alarm/Event List.
Add new comment