Changes between Initial Version and Version 1 of Ticket #5103, comment 3


Ignore:
Timestamp:
2018-09-04T12:56:20Z (6 years ago)
Author:
Lennart Ochel

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5103, comment 3

    initial v1  
    11I run the model with the latest version of OMSimulator and got the following log file:
    2 ```bash
    3 Tue Sep 04 14:52:49 2018 | info:    Initializing logging (OMSimulator v2.0.0-dev-596-gf3c4549-linux)
    4 Tue Sep 04 14:52:49 2018 | info:    New temp directory has been created: "./temp/"
    5 Tue Sep 04 14:52:49 2018 | info:    New temp directory: "/mnt/c/Users/lenna/Desktop/5103/temp"
    6 Tue Sep 04 14:52:50 2018 | warning: No solver instance is assigned to FMU "Lander"; A default solver will be selected: internal
    7 Tue Sep 04 14:52:50 2018 | warning: No solver instance is assigned to FMU "World"; A default solver will be selected: internal
    8 Tue Sep 04 14:52:50 2018 | warning: Alg. loop (size 3)
    9 Tue Sep 04 14:52:50 2018 | error:   CompositeModel::solveAlgLoop: max. number of iterations (10) exceeded at time = 0.000000
    10 Tue Sep 04 14:52:50 2018 | info:    Result file: results.mat (bufferSize=1)
    11 Tue Sep 04 14:52:50 2018 | error:   failed to fetch variable Lander:u
    12 Tue Sep 04 14:52:50 2018 | error:   Failed to log simulation results
    13 Tue Sep 04 14:52:50 2018 | error:   failed to fetch variable Lander:u
    14 Tue Sep 04 14:52:50 2018 | error:   Failed to log simulation results
    15 Tue Sep 04 14:52:50 2018 | info:    Removed model from scope: model
    16 Tue Sep 04 14:52:50 2018 | info:    Logging completed properly
    17 ```
     2{{{#!bash
     3info:    Initializing logging (OMSimulator v2.0.0-dev-596-gf3c4549-linux)
     4info:    New temp directory has been created: "./temp/"
     5info:    New temp directory: "/tests/5103/temp"
     6warning: No solver instance is assigned to FMU "Lander"; A default solver will be selected: internal
     7warning: No solver instance is assigned to FMU "World"; A default solver will be selected: internal
     8warning: Alg. loop (size 3)
     9error:   CompositeModel::solveAlgLoop: max. number of iterations (10) exceeded at time = 0.000000
     10info:    Result file: results.mat (bufferSize=1)
     11error:   failed to fetch variable Lander:u
     12error:   Failed to log simulation results
     13error:   failed to fetch variable Lander:u
     14error:   Failed to log simulation results
     15info:    Removed model from scope: model
     16info:    Logging completed properly
     17}}}
    1818
    1919Apparently, it is not possible to fetch signal `Lander:u`. I guess this is an issue with the FMU itself. Can you please verify this?