GmsBitString64 Configuration

GmsBitString64 Configuration Data

Data

Use

Description

GmsType

Mandatory

GMSBITSTRING64

Attributes

Optional

Object containing the attributes of the property. For more details, see Table GmsBitString64 Attributes, below.

The empty object (“Attributes”: { }) resets the attributes data.

 

GmsBitString64 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 GmsBitString64 Properties, below.

If the object is empty (“Properties”: { }), the range values are reset.

TextGroup

Optional

Name of the text group to be used. If the string is empty (“TextGroup”: “”), the value is reset.

 

GmsBitString64 Properties

Data

Use

Description

FirstBit

Optional

Index of the first bit to be used (from 0 to 63).

LastBit

Optional

Index of the last bit to be used (from 0 to 63).

Example

    "Name": "Bit64_Value",

    "PvssType": {

        "PvssType": "BIT64",

        "Status": {

            "Stat": true,

            "DisplOffNormal": true,

            "NormalValue": 9

        }

    },

    "VL": true,

    "AL": true,

    "Persist": true,

    "GroupId": "CONFIG",

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

    "Display": {

        "Valid": true,

        "Icon": {

            "Library": "Global_Base_HQ_1",

            "Name": "Op_DP_Generic_None_001.png"

        }

    },

    "GmsType": {

        "GmsType": "GMSBITSTRING64",

        "Attributes": {

            "Valid": true,

            "Properties" : {

                "FirstBit": 0,

                "LastBit": 63

            },

            "TextGroup": "TxG_AlertState"

        }

    }

}

 

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