Vision 2021 Exportable "Readable" Display Format not readable

The Offline Display Files added with PI Vision2021 are encoded in some manner and not directly readable. Is there any documentation available as to how the file is encoded? It would be extremely useful and powerful and open a huge number of use-cases if that information were available.

 

Parents
  • The PDIX file is a zip file. If you rename it to use a zip extension, you can open it in Windows Explorer or another program that supports zip files. FYI, this is the same approach Microsoft uses for its Office documents (docx, xlsx, pptx, etc.).

  • Oh wow. This is brilliant:

    {
        "Symbols": [
            {
                "DataSources": [
                    "af:\\\\hidden"
                ],
                "Name": "Symbol1",
                "SymbolType": "value",
                "Configuration": {
                    "Top": 635,
                    "Left": 618,
                    "DataShape": "Value",
                    "Height": 56.5,
                    "Fill": "rgba(255,255,255,0)",
                    "Stroke": "rgba(119,136,153,1)",
                    "ValueStroke": "rgba(255,255,255,1)",
                    "ShowTime": true,
                    "IndicatorFillUp": "white",
                    "IndicatorFillDown": "white",
                    "IndicatorFillNeutral": "gray",
                    "ShowDifferential": true,
                    "DifferentialType": "percent",
                    "ShowIndicator": false,
                    "ShowValue": true,
                    "ShowTarget": true,
                    "ShowLabel": true,
                    "ShowUOM": true,
                    "TextAlignment": "left",
                    "FontSize": null,
                    "UseIntegerFontSize": false
                }
            }
        ],
        "AttachmentIds": [],
        "RequestId": null,
        "StartTime": "2021-06-01T11:52:07Z",
        "EndTime": "2021-07-02T10:52:07Z",
        "LegacyDisplay": null,
        "EventFramePath": null,
        "Id": 7,
        "Name": "gauge",
        "Path": null,
        "Owner": "hidden",
        "ReadOnly": false,
        "Revision": 6,
        "DisplayProperties": {
            "Calculations": []
        },
        "ProductVersion": "3.6"
    }

    I think you guys can't imagine what kind of a game changer this is.

     

    I'm serious, this is better than Christmas.

  • I know the Events Table has changed and I'm pretty sure the Asset Comparison Table did as well. But we do support upgrading, so the older formats should still work and be upgraded as needed.

Reply Children
No Data