MATHDR32 mathematics drive is too weak?

MATHDR32 mathematics drive is too weak?

Now, I have a question about MATHDR32 driver: How can I make an integer (Int) function?

Details:
- My objective :
Now my ZenOn receives a variable X1 (between 0kW - 1000kW) which is changed every second with a decimal 0. That means, even if my power changed from 10kW to 11kW, ZenOn would create a little visual impact to the RT user. Imagine if I have hundred of variables on one screen, this impact would becomes unpleasant.
So, what I want is, 1) I want to keep the refresh time to every second, in order to be alert to the transient; 2) If the value is not changed so much (for example, 25kW a step), ZenOn shows the same value as before to reduce the visual impact.

- What I have tried:
Simply, I thought if there was a Int() function in your MATHDR32 driver, I could do the following:
X2 = Int (X1/25) * 25
So, instead of X1, I can show X2 which is totally according to what I want.

But, the problem is, I find that the MATHDR32 driver is too weak... There are only a few poor functions. It does not support Int() function ! ( even if your Report Generator supports an Int() function )

So, return to my question: How can I manage to make an integer function for a variable, or have I another way to achieve my goal?

This is a migrated post! Originally posted on 24.04.2009 by user lephis. Please be aware that information can be outdated.