Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

...

  • Kotva
    cplx_addr
    cplx_addr
    For the Structure object type: it is necessary to specify a complex address of an element (of simple type) within a structure.
    The complex address is in form x.y.z.. e.g. 0.2. Individual indices indicate order within a structure or field, a dot indicates a descent deeper.
    Note: In the versions from 30.3.2023 and newer, the option to enter the text address of the component was also implemented (e.g. $t, $q, or $mag$f).
    Example 1: Communication line log shows a structure consisting of VisibleString elements. Individual elements will be accessed by complex addresses 0.0, 0.1 and 0.2

    Log lineNoteSimple element
    08:08:14.322 29-06-2018|D|MMS> [1] STRUCTURE{The object of Structure type
    08:08:14.323 29-06-2018|D|MMS> [1]   Structure{Level 0
    08:08:14.325 29-06-2018|D|MMS> [1]     VisibleString=INFO TECHLevel 0.0yes
    08:08:14.327 29-06-2018|D|MMS> [1]     VisibleString=1.0Level 0.1yes
    08:08:14.329 29-06-2018|D|MMS> [1]     VisibleString=Current harmonics measurementLevel 0.2yes
    08:08:14.332 29-06-2018|D|MMS> [1]   }End of structure
    08:08:14.334 29-06-2018|D|MMS> [1] }End of the Structure object

    Example  2: The communication line log shows an array consisting of two structures that contain structures that contain elements of the Float32 type. Individual elements will be accessed by complex addresses 0.0.0 and 1.0.0

    Log lineNoteSimple element

    08:08:14.169 29-06-2018|D|MMS> [1] ARRAY{

    The object of the Array type

    08:08:14.172 29-06-2018|D|MMS> [1]   Structure{

    Level 0

    08:08:14.173 29-06-2018|D|MMS> [1]     Structure{

    Level 0.0

    08:08:14.175 29-06-2018|D|MMS> [1]       Float32= 0.00000E+00

    Level 0.0.0yes

    08:08:14.177 29-06-2018|D|MMS> [1]     }

    End of structure

    08:08:14.179 29-06-2018|D|MMS> [1]   }

    End of structure

    08:08:14.181 29-06-2018|D|MMS> [1]   Structure{

    Level 1

    08:08:14.183 29-06-2018|D|MMS> [1]     Structure{

    Level 1.0

    08:08:14.185 29-06-2018|D|MMS> [1]       Float32= 1.00000E+02

    Level 1.0.0yes

    08:08:14.186 29-06-2018|D|MMS> [1]     }

    End of structure

    08:08:14.188 29-06-2018|D|MMS> [1]   }

    End of structure

    08:08:14.188 29-06-2018|D|MMS> [1] } 

    End of Array


...