Easy Charts does not show decimals

Good morning Ignition community,

I am experiencing a little problem and maybe I am not seeing it. That's why I'm opening this post. It may be a very basic post, but that's what I have you guys for :slight_smile:

I have these 2 Float variables, where as you see in the image I get 3 decimal places

but in easycharts I don't see them

any recommendations?

regards

That looks like the range axis tick marks. What values do you see with the xTrace?

I see it without decimals

I'm not sure. What do you see when you query the tag history directly?

1 Like

it is strange, because in the same easy charts I have several values that behave as I want, in the example image that I attach you can see that the top block shows well the value with decimals, but the bottom one I see that it is rounded.

image

Any differences in the tag configuration between the ones that work and the ones that don't?

...and by this I mean with the tag browser not with the chart

1 Like

"both are float"

the good one:
image

the bad one:
image

both are Float and what I don't understand is that it could be maybe the modbuss adress that is failing? although the one that is correct and works well has a HRI and the one that doesn't work is a HRF.

Right, you are getting an integer with HRI over modbus, and probably scaling that to the float value. Your HRF is possibly broken.

1 Like

I found the problem and it was from my side, the values were being incerted as an integrator and not as a float, I just checked it in the query of the bd

image

thanks to all for answering