Community discussions

MikroTik App
 
totalnett
newbie
Topic Author
Posts: 25
Joined: Fri Sep 23, 2005 9:48 am

SNMP - Format value

Tue Feb 24, 2009 4:07 pm

Hi

I have a oid that returns a value a signal.

The value is formates like this -604
This should show -60,4.

How do i do this?

I just have this in appearance of the device.
Receive Power: [oid("1.3.6.1.4.1.17713.1.12.1.0")]
 
adamd292
newbie
Posts: 48
Joined: Tue Oct 07, 2008 8:56 am

Re: SNMP - Format value

Wed Feb 25, 2009 1:14 am

Does this work?

oid("1.3.6.1.4.1.17713.1.12.1.0")/10
 
totalnett
newbie
Topic Author
Posts: 25
Joined: Fri Sep 23, 2005 9:48 am

Re: SNMP - Format value

Wed Feb 25, 2009 9:17 am

Does this work?

oid("1.3.6.1.4.1.17713.1.12.1.0")/10

That worked fine.

Thx