Hi all,
An SNMP Connector receives an integer value in tenths and I want to show the parameter as a decimal in DataMiner. I was able to display it, but I don’t know how to multiply the value of a set by 10 to send the correct value to the device. The read and write parameter are configured like this:
Thanks!
Stijn Declerck [SLC] [DevOps Advocate] Selected answer as best 28th July 2021
Hi Stijn,
You can use a Sequence tag inside your Interprete tag to perform mathematical operations on a parameter value.
More information on sequence tag can be found here: DataMiner Help – Sequence Tag
Due note that a sequence tag does not work with SnmpSetAndGet attribute so you will need to use options=”snmpset” in this case, and perform the Get afterwards yourself.
Stijn Declerck [SLC] [DevOps Advocate] Selected answer as best 28th July 2021