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

AVEVA™ Asset Information Management

Content

  • Last UpdatedApr 19, 2024
  • 4 minute read

This release contains the following significant enhancements and defect fixes:

Core Functionality

REFERENCE

TYPE

DESCRIPTION

2628410

960318608

Defect

When viewing documents, tags that wrapped onto multiple lines may not have been highlighted.

Any files that had this issue will NOT need to be re-processed.

2854631

Defect

When switching tabs in a Content Card, some tabs were gathering multiple close icons.

2914655

960183628

Defect

DWG files are converted to SVGs for viewing in the Dashboard, with backgrounds set to white and all foreground items converted to black. This meant that solid shapes containing text, had both of their colours converted to black – making the text unreadable.

Now, any white (255, 255, 255) elements are converted to a light grey colour (191, 191, 191) enabling white text to still be seen (whether over a black solid element or the white background).

Any files that had this issue WILL need to be re-processed.

2914661

Defect

In the Dashboard, labels used for class hierarchies in Search and Visual Reports always showed the class ID. They now correctly follow the configuration setting for Label Types.

2914688

Enhancement

The time to process 2D files has been significantly improved.

This has included upgrading to the new AVEVA Gateway for 2D Data. Existing files do NOT need to be re-processed.

For more information on configuring the new Gateway, see the below section: Using the AVEVA Gateway for 2D Data - Transformation Configurations

For more information on defects fixed, see:

https://docs.aveva.com/bundle/gateways/page/1264080.html

3004287

960355515

Defect

In the Dashboard, when viewing files rendered in SVG and using the Print option in the viewer, then printouts may have had text wrongly shifted to the right.

3020285

960366343

Defect

When viewing documents, tags that contained some special characters may not have been fully highlighted.

Any files that had this issue will NOT need to be re-processed.

3045887

960378366

Defect

When downloading documents viewed in the Dashboard, larger files (>1GB) may have resulted in an unhandled server error.

Now, the case is handled with an appropriate error message.

3057849

960385339

960391859

Defect

Filters for drop-downs in Query Forms and the Query Form Designer had stopped working correctly.

3057879

960387873

Defect

When using Advanced Search in the Dashboard and adding a filter, the text entry box for the filter was adding a % symbol as soon as characters were typed. The I=bar cursor was then out of position and the % symbol could not be removed.

3074149

Process

Updated the release to the latest Microsoft patches.

Using the AVEVA Gateway for 2D Data – Transformation Configurations

  1. Pattern: A set of regular expression rules used to find specific objects. A regular expression is a template that helps identify tags. For example: [A-Z]{3}-\d{2}\s\d\/\d\x22-[A-Z]{3}-\d{7}-[A-Z]{2}-[A-Z]

    • [A-Z]{3}: This part matches exactly three uppercase letters from A to Z.

    • -\d{2}: This matches a hyphen followed by exactly two digits (0-9).

    • \s: This matches a single whitespace character.

    • \d/\d: This matches a digit followed by a forward slash and another digit.

    • \x22: This matches a double quotation mark (").

    • -[A-Z]{3}:This matches a hyphen followed by exactly three uppercase letters from A to Z.

    • -\d{7}: This matches a hyphen followed by exactly seven digits (0-9).

    • -[A-Z]{2}:This matches a hyphen followed by exactly two uppercase letters from A to Z.

    • -[A-Z]: This matches a hyphen followed by a single uppercase letter from A to Z.

  2. Expansion: A set of regular expression rules used to find additional objects that should be included. It's an extension of the template used for Patterns (see point 1).

  3. Char (Character): This identifies a particular symbol used within the expansion to mark where it should be added. It's like a signpost indicating where to add extra things.

  4. Interpolate: This tells the system whether a range of values should be inserted based on the expansion result. It's like deciding whether to fill in the gaps between identified objects.

  5. KeepPattern (optional): This regular expression is used to narrow down the results matched by the original pattern. It helps to filter out specific subsets of the initial matches. For example in [A-Z]{1,2}-\d{4},

    • [A-Z]{1,2}: This part matches one or two uppercase letters from A to Z.

    • -: This matches a hyphen.

    • \d{4}: This matches exactly four digits (0-9).

      So, overall, this pattern would match strings that start with one or two uppercase letters followed by a hyphen and then exactly four digits. For example, it would match patterns like "A-1234" or "AB-5678".

  6. SearchCriteriaPattern (optional): These additional regular expression patterns are applied to the values of attributes. For instance, if you have text such as "P-101ASDFP-102ASDFP-103" and you want to identify codes within the text such as "P-101A" and "P-102A", then the search pattern might be something like "[A-Z]-\d{3}[A-Z]". This helps you find specific patterns within a larger text.

    Sample File for importing: CADPatterns.xlsx

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