Hi Vasilis,
I’m not sure if you’re referring to event thresholds or to event filters. Event filters have been dropped since Tango release 8, e.g. with the adoption of 0MQ. If you refer to event thresholds, it is not allowed to set an event threshold on DEV_STATE data type, as the Tango core uses an “automatic” threshold with value 1. You just need to enable polling for the State attribute to send State change/archive events. If you do not specify an archive event period, Tango will take care of sending events only when the State changes.
Cheers,
Lorenzo
Thank you for your answer, I was referring thresholds as you correctly guessed (more specifically for the archive_abs_change attribute property).
I wasn’t aware of the Tango core automatic threshold so I guess I should not care for any archive_abs_change/archive_rel_change settings when I archive State attribute.