Skip to main content
JSON Manual Created Edited

Plate Force (Global) - Analysis Result Table

Input URI

{base url} + post/TABLE



Active Methods

POST



JSON Schema

Details

{
    "TABLE": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "title": "Plate/ForceandStress",
        "type": "object",
        "properties": {
            "Argument": {
                "type": "object",
                "properties": {
                    "TABLE_NAME": {
                        "type": "string",
                        "description": "ResponseTableTitle"
                    },
                    "TABLE_TYPE": {
                        "type": "string",
                        "description": "ResultTableType",
                        "enum": [
                            "PLATEFORCEG"
                        ]
                    },
                    "EXPORT_PATH": {
                        "type": "string",
                        "description": "ResultTableSavePath"
                    },
                    "UNIT": {
                        "type": "object",
                        "description": "ResponseUnitSetting",
                        "properties": {
                            "FORCE": {
                                "type": "string",
                                "description": "Force"
                            },
                            "DIST": {
                                "type": "string",
                                "description": "Length"
                            },
                            "HEAT": {
                                "type": "string",
                                "description": "Heat"
                            },
                            "TEMP": {
                                "type": "string",
                                "description": "Temperature"
                            }
                        }
                    },
                    "STYLES": {
                        "type": "object",
                        "description": "ResponseNumberFormat",
                        "properties": {
                            "FORMAT": {
                                "type": "string",
                                "description": "Numberformat",
                                "enum": [
                                    "Default",
                                    "Fixed",
                                    "Scientific",
                                    "General"
                                ]
                            },
                            "PLACE": {
                                "type": "integer",
                                "description": "Digitplace",
                                "minimum": 0,
                                "maximum": 15
                            }
                        }
                    },
                    "COMPONENTS": {
                        "type": "array",
                        "description": "ComponentsofResultTable",
                        "items": {
                            "type": "string"
                        }
                    },
                    "NODE_ELEMS": {
                        "type": "object",
                        "description": "Node/ElementNo.Input",
                        "properties": {
                            "KEYS": {
                                "type": "array",
                                "description": "SpecifyEachID",
                                "items": {
                                    "type": "integer"
                                }
                            },
                            "TO": {
                                "type": "string",
                                "description": "SpecifyIDRange"
                            },
                            "STRUCTURE_GROUP_NAME": {
                                "type": "string",
                                "description": "SpecifyStructureGroupName"
                            }
                        }
                    },
                    "LOAD_CASE_NAMES": {
                        "type": "array",
                        "description": "StaticLoad/LoadCombinationName&Type",
                        "items": {
                            "type": "string"
                        }
                    },
                    "AVERAGE_NODAL_RESULT": {
                        "type": "boolean",
                        "description": "AverageNodalResultOption"
                    },
                    "OPT_CS": {
                        "type": "boolean",
                        "description": "Activation-ConstructionStageStep"
                    },
                    "STAGE_STEP": {
                        "type": "array",
                        "description": "StageStepName",
                        "items": {
                            "type": "string"
                        }
                    }
                }
            }
        }
    }
}


Request Examples

Plate Force(Global) - General/Post CS

{
    "Argument": {
        "TABLE_NAME": "PlateForce(Global)",
        "TABLE_TYPE": "PLATEFORCEG",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
        "UNIT": {
            "FORCE": "kN",
            "DIST": "m"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 12
        },
        "COMPONENTS": [
            "Elem",
            "Load",
            "Node",
            "Fx",
            "Fy",
            "Fz",
            "Mx",
            "My",
            "Mz"
        ],
        "NODE_ELEMS": {
            "KEYS": [
                592
            ]
        },
        "LOAD_CASE_NAMES": [
            "DL(ST)"
        ],
        "AVERAGE_NODAL_RESULT": true
    }
}

Plate Force(Global) - Construction Stage

{
    "Argument": {
        "TABLE_NAME": "PlateForce(Global)",
        "TABLE_TYPE": "PLATEFORCEG",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
        "UNIT": {
            "FORCE": "kN",
            "DIST": "m"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 12
        },
        "COMPONENTS": [
            "Elem",
            "Load",
            "Stage",
            "Step",
            "Node",
            "Fx",
            "Fy",
            "Fz",
            "Mx",
            "My",
            "Mz"
        ],
        "NODE_ELEMS": {
            "KEYS": [
                592
            ]
        },
        "LOAD_CASE_NAMES": [
            "Summation(CS)"
        ],
        "AVERAGE_NODAL_RESULT": true,
        "OPT_CS": true,
        "STAGE_STEP": [
            "CS2:001(first)",
            "CS2:002(last)"
        ]
    }
}


Response Examples

Plate Force(Global) - General/Post CS

{
    "PlateForce(Global)": {
        "FORCE": "kN",
        "DIST": "m",
        "HEAD": [
            "Index",
            "Elem",
            "Load",
            "Node",
            "FX",
            "FY",
            "FZ",
            "MX",
            "MY",
            "MZ"
        ],
        "DATA": [
            [
                "1",
                "592",
                "DL",
                "773",
                "39.425020700000",
                "0.000000000025",
                "10.288067200000",
                "0.000000000090",
                "-2.325503050000",
                "0.000000000297"
            ],
            [
                "2",
                "592",
                "DL",
                "774",
                "-0.890735299000",
                "0.000000000333",
                "10.450662800000",
                "0.000000000017",
                "-0.004861451380",
                "-0.000000000534"
            ],
            [
                "3",
                "592",
                "DL",
                "831",
                "1.235559580000",
                "6.678958220000",
                "10.262369000000",
                "0.110958261000",
                "-0.051638675200",
                "-0.272356340000"
            ],
            [
                "4",
                "592",
                "DL",
                "830",
                "42.726310400000",
                "-0.403896106000",
                "10.437654800000",
                "-0.584489268000",
                "-2.291280210000",
                "3.136301430000"
            ]
        ]
    }
}

Plate Force(Global) - Construction Stage

{
    "PlateForce(Global)": {
        "FORCE": "kN",
        "DIST": "m",
        "HEAD": [
            "Index",
            "Elem",
            "Load",
            "Stage",
            "Step",
            "Node",
            "FX",
            "FY",
            "FZ",
            "MX",
            "MY",
            "MZ"
        ],
        "DATA": [
            [
                "1",
                "592",
                "Summation",
                "CS2",
                "001(first)",
                "773",
                "7.630450420000",
                "0.000000000004",
                "-0.039300976100",
                "0.000000000016",
                "-0.577262798000",
                "0.000000000061"
            ],
            [
                "2",
                "592",
                "Summation",
                "CS2",
                "002(last)",
                "773",
                "7.630450420000",
                "0.000000000004",
                "-0.039300976100",
                "0.000000000016",
                "-0.577262798000",
                "0.000000000061"
            ],
            [
                "3",
                "592",
                "Summation",
                "CS2",
                "001(first)",
                "774",
                "-0.211096057000",
                "0.000000000074",
                "0.054522625800",
                "0.000000000003",
                "0.000033884933",
                "-0.000000000100"
            ],
            [
                "4",
                "592",
                "Summation",
                "CS2",
                "002(last)",
                "774",
                "-0.211096057000",
                "0.000000000074",
                "0.054522625800",
                "0.000000000003",
                "0.000033884933",
                "-0.000000000100"
            ],
            [
                "5",
                "592",
                "Summation",
                "CS2",
                "001(first)",
                "831",
                "0.219538959000",
                "15.156067900000",
                "-0.193172889000",
                "0.887398618000",
                "-0.010887399800",
                "-0.060387697400"
            ],
            [
                "6",
                "592",
                "Summation",
                "CS2",
                "002(last)",
                "831",
                "0.219538959000",
                "15.156067900000",
                "-0.193172889000",
                "0.887398618000",
                "-0.010887399800",
                "-0.060387697400"
            ],
            [
                "7",
                "592",
                "Summation",
                "CS2",
                "001(first)",
                "830",
                "11.604805400000",
                "0.237271689000",
                "-0.357505106000",
                "0.336797832000",
                "-0.572427319000",
                "0.845701341000"
            ],
            [
                "8",
                "592",
                "Summation",
                "CS2",
                "002(last)",
                "830",
                "11.604805400000",
                "0.237271689000",
                "-0.357505106000",
                "0.336797832000",
                "-0.572427319000",
                "0.845701341000"
            ]
        ]
    }
}


Specifications

No. Description Key Value Type Default Required

1

Table Name

 • Response Table Title

"TABLE_NAME"

String

Empty

Optional

2

Result Table Type

 • Plate Force - Global: "PLATEFORCEG"

"TABLE_TYPE"

String

-

Required

3

Result Table Save Path

"EXPORT_PATH"

String

-

Optional

4

Response Unit Setting

"UNIT"

Object

System

Optional

(1)

Force

"FORCE"

String

-

Optional

(2)

Length

"DIST"

String

-

Optional

(3)

Heat

"HEAT"

String

-

Optional

(4)

Temperature

"TEMP"

String

-

Optional

5

Response Number Format

"STYLES"

Object

System

Optional

(1)

Number Format

 • "Default"

 • "Fixed"

 • "Scientific"

 • "General"

"FORMAT"

String

-

Optional

(2)

Digit Place

 • 0 to 15

"PLACE"

Integer

-

Optional

6

Components of Result Table

"COMPONENTS"

Array [String]

All

Optional

7

Node / Element No. Input

 • Use Only One of the Three Methods

"NODE_ELEMS"

Object

All

Optional

Method 1: Specify Each ID

(1)

 • "KEYS": [101, 102, 103]

"KEYS"

Array
[Integer]

-

Optional

Method 2: Specify ID Range

(1)

 • "TO": "101 to 105"

"TO"

String

-

Optional

Method 3: Specify Structure Group Name

(1)

 • "STRUCTURE_GROUP_NAME": "SG1"

"STRUCTURE_GROUP_NAME"

String

-

Optional

8

Load Name & Type

 • Static Load Cases

   ◦ NAME + "(ST)"

 • Load Combinations

   ◦ NAME + "(CB)"

   ◦ NAME + "(CB:all)"

   ◦ NAME + "(CB:max)"

   ◦ NAME + "(CB:min)"

 • Construction Stage

   ◦ NAME + "(CS)"

 • Response Spectrum

   ◦ NAME + "(RS)"

 • Moving Load

   ◦ NAME + "(MV:all)"

   ◦ NAME + "(MV:max)"

   ◦ NAME + "(MV:min)"

 • Settlement Load

   ◦ NAME + "(SM:all)"

   ◦ NAME + "(SM:max)"

   ◦ NAME + "(SM:min)"

"LOAD_CASE_NAMES"

Array [String]

All

Optional

9

Average Nodal Result Option

"AVERAGE_NODAL_RESULT"

Boolean

false

Optional

Construction Stage

10

Activation - Construction Stage Step

"OPT_CS"

Boolean

false

Optional

11

Stage Step Name

"STAGE_STEP"

Array [String]

All

Optional



0
Was this article helpful?