Name conflicts when wrapping a functionblock/controlmodule
Hi,
I have created a Diagram type for alarm handling of bool signals. I've wrapped the ABB
Controlmodule "SignalInBool". My diagram type has a Parameter "Name" that is connected to the parameter "Name" of the controlmodule "SignalInBool"
Now, when I am searching for the name in the workplace I get two identical names.
The alarm is working, but is there some other problem that can occur when the Name is not uniqe?
Is there a ABB method for how to wrap functionblock/control modules ?
Regards
Alex
Voted best answer
Within your diagram type you can modify the value of the Name parameter before connecting it to the SignalInBool block within, e.g. you could add a suffix to distinguish it as an internal block.
You can also disable the "Aspect Object" property of the ABB block within your type so that it does not appear in Plant Explorer (or when searching).
Add new comment