When xxTable2D is used through FMI there are no error checks relating to the file being loaded. The xxTable2D functions do generate both error codes and error messages but these does not affect the fmi2Status returned from ex the initialisation method. Also the logger received through the instantiate call should be used with e.g. logStatusFatal since I assume failure to read is fatal otherwise logStatusError see page 42 https://svn.modelica.org/fmi/branches/public/specifications/v2.0/FMI_for_ModelExchange_and_CoSimulation_v2.0.pdf remember to declare the category before using it, and respect the logging on flag.
When
xxTable2Dis used through FMI there are no error checks relating to the file being loaded. ThexxTable2Dfunctions do generate both error codes and error messages but these does not affect thefmi2Statusreturned from ex the initialisation method. Also the logger received through theinstantiatecall should be used with e.g.logStatusFatalsince I assume failure to read is fatal otherwiselogStatusErrorsee page 42 https://svn.modelica.org/fmi/branches/public/specifications/v2.0/FMI_for_ModelExchange_and_CoSimulation_v2.0.pdf remember to declare the category before using it, and respect the logging on flag.