Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

Ask Me About Webinar: Data Center Assets - Modeling, Cooling, and CFD Simulation
Join our 30-minute expert session on July 10, 2025 (9:00 AM & 5:00 PM CET), to explore Digital Twins, cooling simulations, and IT infrastructure modeling. Learn how to boost resiliency and plan power capacity effectively. Register now to secure your spot!

ION Setup 6 decimals problem

Metering & Power Quality

Schneider Electric support forum about Power Meters (ION, PowerTag, PowerLogic) and Power Quality from design, implementation to troubleshooting and more.

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • EcoStruxure Power & Grid
  • Metering & Power Quality
  • ION Setup 6 decimals problem
Options
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Mute
  • Printer Friendly Page
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close
Top Experts
User Count
Charles_Murison
Picard Charles_Murison Picard
497
Ramasamy_N
Captain Ramasamy_N Captain
115
Mehran_Mehrnia
Captain Mehran_Mehrnia Captain
96
Robert_Lee
Admiral Robert_Lee Admiral
92
View All
Related Products
product field
PowerLogic
PowerLogic ION8650 series

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Solved Go to Solution
Back to Metering & Power Quality
Solved
JuanMQT
Lieutenant JG JuanMQT
Lieutenant JG

Posted: ‎2023-03-27 12:47 PM

0 Likes
6
2323
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2023-03-27 12:47 PM

ION Setup 6 decimals problem

Dear experts,

My client is the electricity regulator, they are downloading data from a ION7650, and they would really like to see those decimals as you can see in the screenshot

The value stored is 14929.305664, and you can see it in the ION Setup V3.0.15121, but in the ION Setup V3.2.23060 you see 14929.306

 Comparativa.png

 

What should I do in order to download the data with 6 decimals ?

  • Thumbnail of PowerLogic ION8650 series
    PowerLogic
    PowerLogic ION8650 series
View products (1)
Attachments
Labels
  • Labels:
  • ION Setup
  • ION7000
Tags (1)
  • Tags:
  • english
Reply
  • All forum topics
  • Previous Topic
  • Next Topic

Accepted Solutions
Robert_Lee
Admiral Robert_Lee Admiral
Admiral

Posted: ‎2023-03-29 09:33 AM

0 Likes
0
2289
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2023-03-29 09:33 AM

The differing number of decimal places is an incorrect application within ION Setup of when to perform the significant digit reduction.  At present this is being in done when the number being passed back has more than 10 significant digits.  When you see 6 decimal places and see how many significant digits (ex. 135023.125 has only 9 total which is 6 prior to the decimal, 3 post), it will show the number as is.  If however, it has more (ex. 134626.36167 which has 11 = 6 + 5), then it will attempt to *reduce* the number of digits to what FLOAT32 could represent properly (which I think would be 134626.36).

The next update of ION Setup in May will likely show readings in all cases with 6 decimals but will also restrict to the FLOAT32 limitation (so 134626.360000 would be shown).  This will make the readings easier to read but still reflect the limitation of the data being transferred (and not give a false impression of reading precision that isn't really available when the numbers get larger and larger). 

See Answer In Context

Reply
Replies 6
Charles_Murison
Picard Charles_Murison Picard
Picard

Posted: ‎2023-03-27 02:32 PM . Last Modified: ‎2023-03-27 02:59 PM

1 Like
0
2315
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2023-03-27 02:32 PM

Hello @JuanMQT ,

 

The number stored in the meter use 32 bit floating point numbers. General rule of thumb is that this format has ~7 digits of precision. The more exact calculation is decimals between 2n and 2n+1 have fixed interval of 2n-23

In your example ~14929 is between 213 and 214 , therefor the smallest precision is 2-10 , or 0.0009765625. While ION Setup may have shown more decimal points in the past, these extra digits do not have significance. Please note that inside the meter, the energy is calculated with 64 bit math, it is just when communicating these values outside the module you are limited to 32 bit format. Another example 14929.305664 stored in float is 14929.3056640625, the next smallest number is 14929.3046875. While you thought you had 6 decimal places in reality the IEEE 754 float32 format is limited to no more than 8 decimal digits of precision, which for this example value has only 3 significant digits to the right of the decimal place.

see also https://en.wikipedia.org/wiki/IEEE_754. 

 

Regards,

Charles

L4 Prime for Advanced metering and Utilities
Reply
Robert_Lee
Admiral Robert_Lee Admiral
Admiral

Posted: ‎2023-03-28 11:42 AM

1 Like
0
2305
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2023-03-28 11:42 AM

The primary issue was the older version of ION Setup was showing decimal places that were not readily present in the transmitted data from the device.

Part of the ION conversion in the older ION Setup was taking the FLOAT32 value and casting it into a double precision variable which gave the user a false sense of data precision (more digits of precision than the data being transmitted).

Ex. The actual 32 bit value transmitted by the ION meter was 0x46694539 which if converted to the standard single precision value would be only 14929.306.  Casting it as a double precision value would yield 14929.305664062500 although the original data is unchanged.

To illustrate the issue with FLOAT32 precision when using larger values, the next available number that can be represented using FLOAT32 would be 14929.307 but using double precision would only be 14929.306640625000.

But with that said the new version of ION Setup should be showing 6 decimal places consistently (although likely the data should be shown as 14929.306000 for improved readability).

Reply
JuanMQT
Lieutenant JG JuanMQT
Lieutenant JG

Posted: ‎2023-03-29 06:28 AM

0 Likes
0
2293
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2023-03-29 06:28 AM

Hello experts,

 

Thank you for your clarification, I will take care of explaining to the client,


I have one more question, what about these Vll3_avg data? Why do they sometimes have 6 decimals and sometimes 3 decimals?

IONSetup V3.2.23060.png

 

Attachments
Reply
Robert_Lee
Admiral Robert_Lee Admiral
Admiral

Posted: ‎2023-03-29 09:33 AM

0 Likes
0
2290
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2023-03-29 09:33 AM

The differing number of decimal places is an incorrect application within ION Setup of when to perform the significant digit reduction.  At present this is being in done when the number being passed back has more than 10 significant digits.  When you see 6 decimal places and see how many significant digits (ex. 135023.125 has only 9 total which is 6 prior to the decimal, 3 post), it will show the number as is.  If however, it has more (ex. 134626.36167 which has 11 = 6 + 5), then it will attempt to *reduce* the number of digits to what FLOAT32 could represent properly (which I think would be 134626.36).

The next update of ION Setup in May will likely show readings in all cases with 6 decimals but will also restrict to the FLOAT32 limitation (so 134626.360000 would be shown).  This will make the readings easier to read but still reflect the limitation of the data being transferred (and not give a false impression of reading precision that isn't really available when the numbers get larger and larger). 

Reply
darkenwald
Lieutenant | EcoXpert Master darkenwald Lieutenant | EcoXpert Master
Lieutenant | EcoXpert Master

Posted: ‎2023-09-15 06:51 AM

0 Likes
0
1854
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2023-09-15 06:51 AM

Did you solve the problem with the May update?

Reply
Robert_Lee
Admiral Robert_Lee Admiral
Admiral

Posted: ‎2023-09-19 01:48 PM

1 Like
0
1816
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2023-09-19 01:48 PM

Yes all updates post May will now do the following when viewing data recorders:

1. Show 6 decimal places.

2. Restrict accuracy for FLOAT32 to 7 significant digits (thus when numbers begin to be larger than 9.999999, it will begin to only place 0 (zeros) at the end of the number).

Ex. 123.4567 will become 123.456700

This is to make it so viewing/importing into Excel, it is way easier to read the numbers while still keeping stated FLOAT32 resolution.

Reply
Preview Exit Preview

never-displayed

You must be signed in to add attachments

never-displayed

 
To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

This is a heading

With achievable small steps, users progress and continually feel satisfaction in task accomplishment.

Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.

of