How to Display Setting Expression Window

Important
  • The items that you can use depend on the Setting Expression window that you open.
    • Calculation Mode
      All the items can be used.
    • Value Mode
      Only [Numeric Number] and [Operator] can be used. The [Unit Value] / [Func.] cannot be used.
Setting Expression windowExpression Display Area Unit Area General Button Area Function
  1. The "Expression display" area
    Used to set up expressions.
  2. The "Unit" area
    Select area that processing item values have been set up in an unit. By tapping one item in the sub-menu, you can add this item to the "Expression display" area.
    Setting up Unit Value
  3. The "General button" area
    The general buttons that are used to edit the expression. Numeric number and operators can be input here.
    Table: Expression setting (the "General button" area)
    Button
    Type
    Description
    BS
    -
    Deletes the items in the front of the cursor in the "Expression display" area.
    DEL
    -
    Deletes the items behind the cursor in the "Expression display" area.
    0 to 9
    Numeric Number
    Numeric numbers will be displayed. By tapping, they will be displayed at the cursor position in the "Expression display" area.
    .
    Signs
    After being tapped, the "." will be displayed at the cursor position in the "Expression display" area.
    icon
    Move
    Each tap will make the cursor in the "Expression display" area go left one position.
    icon
    Move
    Each tap will make the cursor in the "Expression display" area go right one position.
    (
    Signs
    Used to set off the expression. Used in pairs with ")". Tapping this symbol, "(" will be displayed in the "Expression display" area.
    )
    Signs
    Used to set off the expression. Used in pairs with "(". Tapping this symbol, ")" will be displayed in the "Expression display" area.
    /
    Operator
    Division for real numbers. After being tapped, "/" will be displayed at the cursor position in the "Expression display" area.
    *
    Operator
    Multiplication. After being tapped, "*" will be displayed at the cursor position in the "Expression display" area.
    -
    Operator
    Subtraction. After being tapped, "-" will be displayed at the cursor position in the "Expression display" area.
    ,
    Signs
    After being tapped, the comma "," will be displayed at the cursor position in the "Expression display" area.
    +
    Operator
    Addition. After being tapped, "+" will be displayed at the cursor position in the "Expression display" area.
    TJG
    -
    Obtains the overall judgement result for all the units lying ahead of Unit No. in which an expression has been set up. For more information, seeWhen you use the accumulated judgement result in the expression
  4. [Func.]
    Display/hide the "Function button" area.
  5. The "Function button" area
    Used to input functions.Setting up Function
    Setting Expression windowFunction Button Area Function

Setting up Unit Value

Use measurement results of the unit that has been set up in the currently edited scene to calculate.
Tapping [Icon] displays the unit No. and name that have been set up in the currently displayed scene.
Please select the unit, and Expression items from sub-menus.
  1. Tap [Icon] and select a unit name.
    Setting Expression windowFunction Button Area
    The available sub-menus in this unit will be displayed.
  2. Tap the sub-menu.
    Setting Expression window
    Its contents will be mapped in the "Expression display" area.
    Setting Expression window
Note
  • The sub-menu varies depending on the unit to be selected. For more information, see [When Using Measurement Results Externally], [Value Available in Expression].

Setting up Numeric Number/Operator

Any value and operator can be entered.
  1. Tap the numeric number button or operator button.
    Setting Expression window
    Its contents will be mapped in the "Expression display" area. The value range that can be set up is within -999999999.9999 to 999999999.9999.
    Setting Expression window

Setting up Function

Set up Expression function.
Display/hide the "Function button" area by tapping [Func].
  1. Tap the desired function button.
    Setting Expression window
    The selected function will be displayed in the "Expression display" area.
    The cursor will move behind the selected function.
    Table: Function List
    Function
    Description
    SIN (equation)
    MAX (Operand1, Operand2)
    Angle in [degree].
    COS (equation)
    MAX (Operand1, Operand2)
    Angle in [degree].
    ATAN (Y-axis component, X-axis component)
    Calculates the arc tangent of Y axis component/X axis component.
    The result will be returned in arc within -πtoπ.
    (Example)
    When calculating the Angle produced by the horizontal line and the straight line that joins the gravity of zone 0 and zone 1
    ATAN (R1.Y-R0.Y, R1.X-R0.X)
    When both operands equal 0, the result 0 will be returned. And NG will be displayed.
    AND (Operand 1, Operand 2)
    Calculates the logical product.
    When one of two operands equals 0, the result 0 will be returned. For the rest part, -1 will be returned.
    OR (Operand 1, Operand 2)
    Calculates the logical OR.
    When both operands equal 0, the result 0 will be returned. For the rest part, -1 will be returned.
    NOT (operand)
    Calculates the logical NOT.
    When the operands equal 0, the result -1 will be returned. For the rest part, 0 will be returned.
    ABS (operand)
    Calculates the absolute value.
    MAX (Operand 1, Operand 2)
    The larger of two operands will be returned.
    MIN (Operand 1, Operand 2)
    The smaller of two operands will be returned.
    ATGL (Y-axis component, X-axis component)
    Calculates the angle made by the straight line that connects two points (center of gravity/center of a model).
    Calculates the Angle against the horizontal line. The result will be returned within -180 to 180.
    Illustration of Function(ANGL)
    MOD (divisor, dividend)
    Calculates the remainder when dividing the dividend with the divisor.
    To calculate the remainder, first circle off a decimal, if this is the case, to a whole number then calculate. The result is the integer remainder after division of dividend by an integer divisor.
    (Example)
    MOD (13.4) ... ...... Result: 1 (the remainder when dividing 13 by 4)
    MOD (25.68,6.99 ) ... Result: 5 (the remainder when dividing 26 by 7)
    SQRT (operand)
    Calculates the square root.
    When the operand is a minus, the function returns 0. And NG will be displayed.
    DIST (X-Coordinate of first point, Y-Coordinate of first point, X-Coordinate of second point, Y-Coordinate of second point)
    Calculates the distance between two points (center of gravity/center of a model).
    Illustration of Function(DIST)
  2. Set up the operand (mandatory).
    "(" /")", ",", etc, can be input by tapping the button in the "General button" area.
    When you use other unit value as the operand
    Select and set up from the "Unit" area.
    Setting up Unit Value
    When you manually input value to the operand
    Tap the digits button and set up.
    Setting up Numeric Number/Operator