Variable type conversion

Hi to all,

I have a OID numerical variable in Octect string, but I cant use logical comparators (<>) this this type of variable.
Is a voltage measured by a digital-measure.com device.

How can I convert that Octect to a integer?


Sorry for my bad english :frowning:

Problem solved.

just needed to create a probe like this:

Type: function
Error: if(oid(“1.3.6.1.4.1.17095.3.5.0”) <22,“”,“Low batt voltage”)
Value: oid(“1.3.6.1.4.1.17095.3.5.0”)