AGG Software Forums

Online Help Center => Data loggers and plug-ins => Topic started by: victorcheung on January 26, 2016, 02:00:00 PM



Title: SNMP data logger
Post by: victorcheung on January 26, 2016, 02:00:00 PM
Dear Sir,

I am trying the SNMP datalogger. I have few questions:-
1. As I have to poll a lot of data at the same time, can the SNMP datalogger binding multiple variables in a single request? Or, use of Get-Next command. I have captured the packet and know that Datalogger only poll one variable at one time. Can it be changed?
2. As I have few hundreds of data to collect, can I import the variable list from a excel file?
3. When I save the collected data into the SQL, is there any schema of the database so that I can generate the reports.


Thanks


Title: Re: SNMP data logger
Post by: Arthur Grasin on November 14, 2011, 12:45:08 PM
1-2. Unfortunately, no
3. Our software can write data to any table structure. In your case, I would recommend to use a table with 3 columns: DATETIME, TAGNAME, VALUE, but it may be difficult to use this data in reports.