I have an integer I get via SNMP. It ranges from 0 to 1950000000.
Say the integer returned is 82365000. This represents a frequency of 82.3650 MHz. I have created a CDEF that divides by 1000000, but it effectively removes the "decimals"..meaning it shows up as 82.
Does anyone know how do I avoid this, and instead have it show up as 82.3650?
I guess my answer might be in the CDEFs?
The CDEF I created is very basic:
Code: Select all
cdef=CURRENT_DATA_SOURCE,1000000,/