I have a question regarding the behaviour of the TableFile instruction. Seems that it is not possible to update the number of data that will be written into the new file:
TableFile("CRD:"+FileName,8,-1,Measinterval,0,Sec,OutStat,LastFileName)
The variable "Measinterval" is updated based on user input. Nevertheless the number of data recorded is not changing! If I set Measinterval = 20 for example and change it then to 10 no file is written, as there are not 20 data in the final datatable.