MIDAS

This node is for autoparametrization of MIDAS task files (*.xml). After selecting this file, the node provides all existing outputs as a table containing names, values, types, and lables. Each row can be added as a response or output slot using drag and drop.

Expected File Content

The standard output file content is shown in the following example:

<?xml version="1.0" encoding="ISO-8859-1"?>
<curve type="standard" xmlns:broker="http://www.hpcportal.de/">
  <identification>
    <plattform>plattform</plattform>
    <baureihe>ETK 2.x</baureihe>
    <beschreibung>Beispiel 1</beschreibung>
    <beschreibung2>Time - Displacement</beschreibung2>
    <lastfall>LF 1</lastfall>
    <variant>Variante 5</variant>
  </identification>
  <x-auto>true</x-auto>
  <x-min>auto</x-min>
  <x-max>auto</x-max>
  <x-tics>auto</x-tics>
  <x-scale>lin</x-scale>
  <y-auto>true</y-auto>
  <y-min>auto</y-min>
  <y-max>auto</y-max>
  <y-tics>auto</y-tics>
  <y-scale>lin</y-scale>
  <plot_frequency>0.1</plot_frequency>
  <id digits="0" format="i" type="nodeid">17001003</id>
  <char_value abscissa="55.30000000000056" abscissa_digits="7"
    abscissa_format="f" abscissa_unit="ms"
    char_value="X-Displacements" digits="7" format="f"
    type="y-min" unit="mm">-0.15955431594101457</char_value>
  <dataversion>v1.11.0</dataversion>
  <file>...binout.rel</file>
  <label>X-Displacements</label>
  <swapsign>false</swapsign>
  <curvedata>orig</curvedata>
  <x_axis unit="ms">Time</x_axis>
  <y_axis unit="mm">Displacement</y_axis>
  <component>Y</component>
  <maximum>
    <yValue>5.535190421686078</yValue>
    <xValue>22.39999999999992</xValue>
  </maximum>
  <minimum>
    <yValue>-0.15955431594101457</yValue>
    <xValue>55.30000000000056</xValue>
  </minimum>
  <absmaximum>
    <yValue>5.535190421686078</yValue>
  </absmaximum>
  <xy>
    <point>
      <x>0.0</x>
      <y>0.0</y>
    </point>
    <point>
      <x>0.1</x>
      <y>2.8169974289888764E-4</y>
    </point>
  </xy>
</curve>
Extracted Information

For each supported parameter type, the following information is extracted:

  • Name

  • Value

  • Type

  • Label

Run Options

This node has general Run Options. The number of supported options is individual for each node.

Supported Versions

See the Supported Integration Versions table.