I have the necessity to change the SourceName of my OpcUA Alarm, currently is set to „Alarms“ for all the my alarms when they get executed. Is there any way I can do it?
Here is how I register and trigger the events
HomeSortinglineCompleted_Register(ALARM := HomeSortinglineCompleted_State, EXECUTE := TRUE, ALARM_ID := STRING#'HomeSortinglineCompleted', ALARM_TYPE := STRING#'HomeSortinglineCompleted');``HomeSortinglineCompleted_Alarm(ALARM := HomeSortinglineCompleted_State, ACTIVE := HomeSortinglineCompleted_Trigger);