Returns information concerning values of nodal displacements.
RSA_NODE_DISPLACEMENT_DATA (Information type, Displacement type, Extremum type, Node no., Case no.,)
The RSA_NODE_DISPLACEMENT_DATA formula syntax has the following arguments:
Information type
- CASE_COMPONENT_NO
returns a number of the case component in the combination
- CASE_NO
returns a case no.
- EXTREMUM
returns a force value for the extremum found
- NODE_NO
returns a node no.
Displacement type
The following types of displacements are available:
- RX
rotation RX
- RY
rotation RY
- RZ
rotation RZ
- UX
displacement UX
- UY
displacement UY
- UZ
displacement UZ
Extremum type
The following types of extremum are available:
- MAX
maximum value
- MIN
minimum value
Node no.
The following input methods are available:
- Text - type a text (any character string) and enclose it in quotation marks, for example: "ALL" - all nodes in the project or "1 2 3" - specified list of nodes
- Number - type an integer
- Cell address - select or type a cell address (for example A1) which the data will be loaded from
- Graphical selection - select this option in the dialog or type "@" (nodes which are selected graphically in Autodesk Robot Structural Analysis Professional are taken into account)
Case no.
The following input methods are available:
- Text - type a text (any character string) and enclose it in quotation marks, for example: "ALL" - all cases in the project or "1 2 3" - specified list of cases
- Number - type an integer
- Cell address - select or type a cell address (for example A1) which the data will be loaded from
- Graphical selection - select this option in the dialog or type "@" (cases which are selected graphically in Autodesk Robot Structural Analysis Professional are taken into account)
EXAMPLE
Open the RSA_FORMULAS.rtd and RSA_FORMULAS.xlsx files to get a better understanding of the example below.
Formula:
RSA_NODE_DISPLACEMENT_DATA(H9,"UX","MAX","ALL","ALL") - returns information given in the cell H9 with maximal UX displacement value among all nodes and all cases defined in the project
Result (data):
24