Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| mos:textfile [2023/04/05 22:42] – optrix | mos:textfile [2025/12/18 22:50] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====TextFile==== | ||
| + | The TextFile output module allows you to write data to a simple text file. | ||
| + | |||
| + | Note that this text file will contain only the //live values// currently being read - it doesn' | ||
| + | |||
| + | This is often used with older systems reading data through FTP. | ||
| + | |||
| + | ^Parameter^Default^Meaning^ | ||
| + | |**filename**||The full path to the file to write| | ||
| + | |||
| + | ===Example=== | ||
| + | |||
| + | < | ||
| + | [ | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | ] | ||
| + | </ | ||
| + | |||
| + | //The above example would send values to a plain text file at **c: | ||
| + | |||
| + | ===Other Modules=== | ||
| + | |||
| + | Return to the [[key-value methods|list of output modules]]. | ||