Hi Dojo!
I have an SNMP Table with some read and write parameters.
I want to do a trigger on the write parameter to call a group that then polls something. It has to be the write parameter, because the set takes awhile, thus it is always returning old data on a successful set.
However, looking at the streamviewer and logs, the group is not being polled at all.
I am wondering if it is even possible to do a trigger on a table write parameter.
Hi Yong Ting Lim,
It has been a while since i developed on of those but i know it's definitely possible to trigger a QAction with a write from a table. Just don't forget to use the row="true" attribute on the QAction tag. Please find some more info about the tag her: Dataminer Docs row attribute.
Kind regards