# Need Help with Tia portal and factory io

**URL:** https://community.factoryio.com/t/need-help-with-tia-portal-and-factory-io/4254
**Category:** Support
**Created:** [July 14, 2025, 5:19pm UTC](https://community.factoryio.com/t/need-help-with-tia-portal-and-factory-io/4254 "2025-07-14T17:19:42Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![claudius179](https://dub1.discourse-cdn.com/flex017/user_avatar/community.factoryio.com/claudius179/32/919_2.png) [@claudius179](https://community.factoryio.com/u/claudius179)
#### Post date: [July 14, 2025, 5:19pm UTC](https://community.factoryio.com/t/need-help-with-tia-portal-and-factory-io/4254/1 "2025-07-14T17:19:42Z")

</div>

i try to show a real value on a factory io digital display but i can´t make it show values above 10.0 even with scale x and norm x in tia portal

---

<div class="post-metadata">

### Author: ![janbumer1](https://dub1.discourse-cdn.com/flex017/user_avatar/community.factoryio.com/janbumer1/32/60_2.png) [@janbumer1](https://community.factoryio.com/u/janbumer1)
#### Post date: [July 15, 2025, 8:58am UTC](https://community.factoryio.com/t/need-help-with-tia-portal-and-factory-io/4254/2 "2025-07-15T08:58:44Z")

</div>

Yeah, in accordance with the documentation, the displayable float values range from -10.0 to 10.0.

> **[Operators - FACTORY I/O](https://docs.factoryio.com/manual/parts/operators/#digital-display)**
>
> Documentation for Factory I/O

If you use an integer, you can display a lot more though.

---

<div class="post-metadata">

### Author: ![claudius179](https://dub1.discourse-cdn.com/flex017/user_avatar/community.factoryio.com/claudius179/32/919_2.png) [@claudius179](https://community.factoryio.com/u/claudius179)
#### Post date: [July 15, 2025, 9:55am UTC](https://community.factoryio.com/t/need-help-with-tia-portal-and-factory-io/4254/3 "2025-07-15T09:55:39Z")

</div>

Can a real value be shown on a integer display

---

<div class="post-metadata">

### Author: ![janbumer1](https://dub1.discourse-cdn.com/flex017/user_avatar/community.factoryio.com/janbumer1/32/60_2.png) [@janbumer1](https://community.factoryio.com/u/janbumer1)
#### Post date: [July 15, 2025, 11:44am UTC](https://community.factoryio.com/t/need-help-with-tia-portal-and-factory-io/4254/4 "2025-07-15T11:44:47Z")

</div>

Not directly, sadly. You’d have to multiply it by 10^n where n is the number of decimal places you want, and then convert it to an integer. But, of course, you’d lose the decimal point.  
Or, you could convert it so that it always stays within the ±10 bounds and use an additional display to show the tens-exponent. That would be similar to a scientific number display, i.e. 7.315e1 for 73.15.

Sadly the ±10 V range is something baked into Factory IO that they intend to fix with a future release.
