SNMP - Use RAW value in datapoint
Goodmorning,
I'm trying to create some custom datapoints for an marine antenna control unit (ACU). A lot of the data consists of non numeric output, and with those I'm struggling at the moment. One example is the SNMP output for "Longtitude/Lattitude" this consists of numbers and a letter.
Below is the output (and error) I receive when polling:
Normal Datapoints
| iAcsStatusLat |
NaN
|
Raw Request/Response
| .1.3.6.1.4.1.13745.100.1.1.4.0 |
|
As you can see the "Raw value" is nicely polled, but the datapoint cannot process it (probably due to the "N" in the data).
Simpler data like "heading" is not an issue and is nicely being polled and written to the graphs.
Basically I just want the datapoint just to poll the raw data, and plot it to the datapoint.
Can anybody point me in the right direction?
Br,
Ralf
mhashemi
·7 years agoYou could also do a script DS that converts the compass direction to a number.
Rhollebrand
OP7 years agoSame as for frequency for example, I just want to have the value without KHz:
Normal Datapoints
Raw Request/Response