Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Accessing stats tables with loggernet sdk


geoffm Jun 17, 2011 10:17 PM

What is the best way to access the stats tables for a particular station using the loggernet sdk? I have tried using an advisor, but I'm confused as to what I should use for the table name and station name.


jtrauntvein Jun 17, 2011 11:27 PM

The LoggerNet server maintains a "__statistics__" data broker that manages all of the statistics tables for all devices in the network map. This is the name that you should supply for the station name parameter. There are two statistics tables maintained for each device: <device-name>_std and <device-name>_hist. The _std table maintains the current operational statistics for the device in question and is updated when these statistics change. The _hist table maintains a history for the past twenty four hours of the total number of status, warning, and fault events that were logged for that station. These are called "Attempts", "Retries", and "Failures" respectively.


geoffm Jun 17, 2011 11:57 PM

Perfect answer. Thanks.

Log in or register to post/reply in the forum.