I humbly come to ask for help about a problem we are facing in our EM7 system. We've created some SNMP Performance Dynamic Applications that the OIDs return OctetString values, such as "20 mbar". Then, how could we treat this data in order to plot it in Device Performance?
We are avoiding to create a python snippet, cause this system have an old python version installed and most compatible SNMP libraries are not available anymore.
EM7 Version: EM7 G3 - 8.7.1 - Build 211
Bellow finds some pictures to help understand this issue:
Device Performance without any data because it cannot read OctetString.
Collection Objects. Each object returns a differente type of value, i.e. Cycle Time returns a integer and Output Pressure returns a OctetString.
MIB Browser Result.
Anybody could assist us?
Thanks in advance.
Best answer by ErickBurgess
Converting to a Snippet DA to extract the numeric data out of the string before assigning it to a collection object is the best option.
We gave up on SNMP DA, this extended SNMP field is so much complex, it is beyond our knowledge. Then, we've started to develop a Snippet DA, which seams working properly.