Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Production Management

Initial release

  • Last UpdatedAug 22, 2024
  • 3 minute read

ID

Description

3410674

Adding new variables breaks the offset settings for other variables in the AVEVA Historian group folder

Adding new variables to the AVEVA Historian group folder breaks the offset settings of other variables. This is due to an existing issue (CE-2229) where the new variables capture samples from the start of the cache duration, leading to performance issues. We resolved both issues by enhancing the code to adjust the offset time for existing variables when adding new ones.

3374140

Equipment name appears in downtime pie chart regardless of 'Use Equipment Id' option selection

When 'Use Equipment Id' is selected for the downtime pie chart display option, the application incorrectly shows the equipment name. We resolved this issue by updating the code to correctly reflect the chosen display option.

3199046

Trend Direction arrows don't appear in the Metrics module table grid

When you select a field in the Metrics module and add a trend direction, the arrow doesn't show in the table grid. To fix this issue, we have enhanced the code to show the TrendDirectionViewer if the fieldDescriptor.UsageType is equal to TrendDirection.

3043698

Record change events published on the service bus are out of order

To resolve the issue, a message resequencer is added to ensure messages are delivered in order. You can enable this feature in the SE.SPO.AmplaService.exe configuration file.

3038456

"Period" filter fails to accurately filter events when the display name differs from the period name

If the period's DisplayName differs from the period name, the web client shows all period definitions on first load, regardless of which period is selected. To resolve this issue, the check is changed from using the display name to using the name of the period.

2987105

AVEVA Production Management desktop client crashes when user clicks on Shared favorites

AVEVA Production Management uses a grid control to display grid data when loading the Shared favorites. If the "Fixed" property of any column is changed if it's invisible, a crash occurs. To address this issue, checks are added to the application that prevent the property from being altered if the column is invisible.

2842753

Cause Location doesn't resolve correctly when asterisk (*) is used in the downtime cause location property.

This issue occurs because the application checks the number of the selected location, ignoring the asterisk (*). To resolve this, the validation is enhanced to check if the downtime reporting point uses * in its valid cause location list and determine if there's a single or multiple selection. If * isn't used, it means a single selection, and the cause location is auto-populated.

2832528

User favorites serialization causes a Production Analyst login issue

The Production Analyst requested user favorites don't get serialized with the newly introduced DataContractSerializer, so the server fails to send them, resulting in a login issue. With the current serialization implementation, the serializer is unable to meet the required declarations before the actual serialization process starts. To resolve this, the existing serialization method has been modified, where the user favorites retrieval is now using strings instead of concrete instances.

2830425

A manual virtual downtime event turns into a real event when split

When a manual virtual downtime event is split, the system changes the original event from virtual to real with a value of 100% effective percentage. To fix the issue, the code is enhanced to handle manual splitting, bringing the effective percentage back to 100%.

2532669

Quality events inserted while a finalization operation is in progress could become uneditable

An error occurs when the user tries to manually update an existing quality event. To resolve the issue, we fixed the race condition that may occur when inserting a quality event while a finalization is in operation.

Related Links
TitleResults for “How to create a CRG?”Also Available in