View Issue Details

IDProjectCategoryView StatusLast Update
000811410000-013: AggregatesSpecpublic2023-06-06 15:11
ReporterSrinivasu Jitta Assigned ToRod Stein  
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version1.05.02 RC1 
Target Version1.05.02Fixed in Version1.05.02 
Summary0008114: Scaling and Rounding of Historian_5 Test data
Description

The Historians (1,2,3,4) use scaling and rounding for the test data.
We should also use the same for Historian_5 test data.

1) Scaling: should be 3 (ONLY 3 digits after the decimal point)
2) Rounding: If the 4th digit after the decimal point is >= 5, Then increase the 3rd digit after the decimal point by 1

Example: 12.9375
In the example 4th digit is 5 (>=5) -> increase the 3rd digit by 1 (7 -> 8) -> The final value is 12.938

Example: 25.7632
In the example 4th digit is 2 (<5) -> The final value is 25.763

TagsNo tags attached.
Commit Version

Activities

Rod Stein

2022-09-19 20:11

developer   ~0017710

Agreed with keeping rounding consistent. 1.05 Draft 5 CSV has the adjusted rounding for all tables for Historian 5.

Jim Luth

2023-06-06 15:11

administrator   ~0019466

The final 1.05.02 spec and csv have this correction.

Issue History

Date Modified Username Field Change
2022-07-18 09:32 Srinivasu Jitta New Issue
2022-07-19 15:30 Jim Luth Target Version => 1.05.02
2022-07-19 15:30 Jim Luth Assigned To => Paul Hunkar
2022-07-19 15:30 Jim Luth Status new => assigned
2022-09-19 20:11 Rod Stein Status assigned => resolved
2022-09-19 20:11 Rod Stein Resolution open => fixed
2022-09-19 20:11 Rod Stein Note Added: 0017710
2022-10-11 15:35 Jim Luth Assigned To Paul Hunkar => Rod Stein
2023-06-06 15:11 Jim Luth Status resolved => closed
2023-06-06 15:11 Jim Luth Fixed in Version => 1.05.02
2023-06-06 15:11 Jim Luth Note Added: 0019466