GmsUint64 Configuration

GmsUint64 Type Configuration Data

Data

Use

Description

GmsType

Mandatory

GMSUINT

Attributes

Optional

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

 

GmsUint64 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 GmsUint64 Properties, below. If the object is empty (“Properties”: { }), the range values are reset, and the range is UInt64.MinValue ÷ UInt64.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.

 

GmsUint64 Properties

Data

Use

Description

Min

Optional

Min value

Max

Optional

Max value

 

The values Min and Max must respect the following limits: 0 ÷ 18446744073709551615.

Example

{

    "Name": "ULong_Value",

    "PvssType": {

        "PvssType": "ULONG",

        "Status": {

            "Stat": true,

            "DisplOffNormal": true,

            "NormalValue": 66

        }

    },

    "VL": true,

    "AL": true,

    "DL0": true,

    "DL1": true,

    "DL2": true,

    "DL3": true,

    "Persist": true,

    "GroupId": "CONFIG",

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

    "GmsType": {

        "GmsType": "GMSUINT64",

        "Attributes": {

            "Valid": true,

            "Properties":{

                "Min": 0,

                "Max": 100000

            "UnitText": {

                "TextGroup": "MyText",

                "Unit": "°"

            }

        }

    }

}

 

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