I got the value "<25" from the OID
How can I remove "<" so I can display "25" in my analog measurement?
Hi,
Is that value a normal value (firmware issue) or an exception value (i.e. an indication that it's a value that is out of range) ?
-If this is a normal value and the "<" should be removed every time to display the number, then I would suggest to no display this parameter and trigger a QAction on it that reads the value out and removes the "<". Then this new value gets set on an extra added parameter that is displayed.
-If that is an exception value, then I would suggest to flag this as an exception value. As that type will not be a numeric text anymore, this will probably have to be referred as "Other", see this help. An other parameter is then a fixed parameter that contains the "<25" value and this parameter then refers to that one. Whenever that value enters, it will be replaced with the value that is defined in the "Others", "Other", "Value" tag (e.g. 24) and the "Display" could be something like "Out of Range".
Regards,
The most easy solution will be to remove the character with a QAction: Value enters in an snmp parameter that is not displayed; QAction trigger on that snmp parameter, gets the value, removes the character, and sets it in a parameter that is displayed
To be clear, I get the data from TX status of BUC as follows,
Output Power Level [dBm] <30.0
Reflected Power Level [dBm] <25.0
So the value which I would like to display is without "<"