I am developing a sensor monitor plugin, which is used to monitor fire sensor. I used sample sensor monitor sdk for creating sensors. Now I need to store the status value of the sensor and it should display on smart client. I need a help.

To store a value you can use Item Properties, to show it you have to implement visualization

Freddy

Thank you,

and how can I implement visualization?

If you use context menu from map icon you have “Status Detail” that looks like the following image

In order to do that you have to override GetItemStatusDetails in your Item Manager

Freddy