At our company we just get a new machine so now we have three of them. On all of them we measure with same programs.
So the problem is now we would like to include in txt file on which machine was it measured without typing it in a comment or something like that.
It would have to work AUTOMATICALLY no matter where would I measure.
1. You check if the file exists and assign a boolean (True/False) value to the variable FILE1 but then check the variable DAT1 in you subsequent IF/ELSE statement.
2. When you use FILE/READLINE the value that you are reading in is assigned to the variable in the curly brackets {}. In your example the machine ID is being assigned to the variable MACHINE. MACHINE1 is assigned a boolean value that corresponds to whether or not the FILE/READLINE command succeeded or not, which is why you are getting a value of 0.