Hello,
I'm working with a machine that uses different programms according to the production. Each programm has its own file and the machine says what programm is running thru an ".ini" file. I'm reading this .ini and getting the directory and filename of the actual programm running. Now i need to read the programm file so i can get the setup values. The filename and directory are always changing so i need it to be an "variable" string and insert it in the "FILE IN" node, but can't manage to do it.
I did this to get the names of directory and file then change it to variables.
variables:
now i need to make a complete path with the variables, like "C:\Users\user\Documents\projects\VARIABLE1\VARIABLE2" and insert it into the read file node:
Any help would be appreciated!