GmsInt64 Configuration

GmsInt64 Type Configuration Data

Data

Use

Description

GmsType

Mandatory

GMSINT64

Attributes

Optional

Object containing the attributes of the property. For more details, see Table GmsInt64 Attributes, below. The empty object (“Attributes”: { }) resets the attributes data.

 

GmsInt64 Attributes

Data

Use

Description

Valid

Optional

Validity flag. If false, the display data is set but considered invalid.

Properties

Optional

Object containing the valid range values. For more details see Table GmsInt64 Properties. If the object is empty (“Properties”: { }), the range values are reset, and the range is Int64.MinValue ÷ Int64.MaxValue.

UnitText

Optional

Object containing the engineering unit data. For more details in GmsInt Configuration see, Table Engineering Unit. If the object is empty (“UnitText”: { }), the engineering unit is reset.

 

GmsInt64 Properties

Data

Use

Description

Min

Optional

Min value

Max

Optional

Max value

 

The values Min and Max must respect the following limits: -9223372036854775808 ÷ 9223372036854775807.

Example

{

    "Name": "Long_Value",

    "PvssType": {

        "PvssType": "LONG",

        "Status": {

            "Stat": true,

            "DisplOffNormal": true,

            "NormalValue": -99

        }

    },

    "VL": true,

    "AL": true,

    "DL0": true,

    "DL1": true,

    "DL2": true,

    "DL3": true,

    "Persist": true,

    "GroupId": "CONFIG",

    "Description": [ { "Culture": "en-US", "Text": "Long Value" } ],

    "Display": {

        "Valid": true,

        "Icon": {

            "Name": "Op_DP_Generic_None_001.png"

        }

    },

    "GmsType": {

        "GmsType": "GMSINT64",

        "Attributes": {

            "Valid": true,

            "UnitText": {

                "TextGroup": "MyText",

                "Unit": "§"

            },

            "Properties":{

                "Min": -40000,

                "Max": 40000

            }

        }

    }

}

 

The following image shows the corresponding fields in the Models & Functions tab: