ERROR!
You must enable Java Script on your browser to navigate this site. |
||
Write to FileThis function will write a data string to the text file which is indicated by the file name entered at the right. If the full PATH name is not included, the file will be searched for in the current directory as shown in Each time this function is executed, the data string will be placed on a separate line and appended to the end of the text file. If wishing to replace the existing data in the text file as apposed to appending to it, include the word /ERASE at the end of the file name entered above. This will instruct ModCom to clear the file before writing to it. To write a line of text containing multiple variables separated by a delimiter, the following format can be used. {systemtime},{DataWindow1},{DataWindow2},{Counter1},{Counter2} etc.  
|