Hello Team,
We want to know the formula or the calculate to get the optical level from GX2 Optical platform from the Driver Motorola GX2-CM100 B we know that Dataminer use this OIDs (1.3.6.1.4.1.1166.6.1.2.15.2.1.8 and 1.3.6.1.4.1.1166.6.1.2.15.2.1.19) to get the value but we dont know how dataminer convert the output in dBm values.
Best,
Hello Arturo,
We found the method with the Software Visual Studio, but now we have more questions about the functions that use the case(62000) in QA3. Where can we find the function Calculations.CalculatedConvertedValue
oswPrimaryInputLevel[i] = Calculations.CalculateConvertedValue(Convert.ToString(((object[])oswColumns[1])[i])); // Primary Optical Analog Input Level
oswSecondaryInputLevel[i] = Calculations.CalculateConvertedValue(Convert.ToString(((object[])oswColumns[2])[i])); // Secondary Optical Analog Input Level
Best,