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?

The fields do not have the right values.
table: leave empty
tableName: "tab1" (might be able to skip quotes)
filename: use loadResource - but give the full Modelica name: ModelicaServices.ExternalReferences.loadResource("c:/users....");
(Technically loadResource is more for the case ModelicaServices.ExternalReferences.loadResource("modelica://A/combiTable.txt"); )