Im trying to update a custom property alarm. The alarms located in the same DMA they all get updated. Now when trying to do for other DMAs it doesn't work.
Im using this method from the documentation:
protocol.NotifyDataMinerQueued(62/*NT_EDIT_PROPERTY*/ , propertyLocation,
propertyDetails);
I also tried a work around using SLNet Messages but I get the same result
Any thoughts on how to update custom properties for another agent?
What's the format of your properlyLocation variable?
To set an alarm property for an element which is hosted on a remote DMA, the format should be one of the following:
alarm:alarmid:dmaid:eid (where dmaid/eid is the element key)
alarm:alarmid:hostid (where hostid is the ID of the DMA where the element is hosted)
I’m currently using:
var alarmPropertyEtmsId = “alarm:” + eventAlarm.AlarmID + “:” + eventAlarm.DataMinerID;
and also I tested with “alarm:alarmid:dma:eid” and it doesn’t work
As this question has been inactive for a long time, we will now close it. If you still want further information, could you post a new question?