I have created a txt.File named combitable1.txt in
C:\Users\Yamaha R6\Desktop\FileOpenModelica
I want to "load" data of this file into combitable1D in OpenModelica. If you see the image, under the voice "table", I have wrote :
loadResource("C:/Users/Yamaha R6/Desktop/FileOpenModelica/combitable1.txt")
but when I simulate the model following error occurs :
15:51:20 Translation Error Class loadResource not found in scope (looking for a function or record)
What can I do?
You don't need to use loadResource function in this case. You can leave the table name as it is
Your file formattig should be like following, assuming a text file myFile.txt:
With following inputs to the Modelica.Blocks.Sources.CombiTimeTable