1,157
edits
(Updated recreating file with webtags for the new tags available in v1.9.2) |
m (→Recreating the file using webtags: spelling) |
||
This can be achieved by creating a template file using the webtags below, and referencing this in the Cumulus Configuration|Internet|Files dialog. Ticking the 'Process?' checkbox, and supplying a remote filename will create this copy of the realtime.txt file.
Note that the built-in realtime.txt always uses a 'dot' decimal character (
To ensure decimal compatibility across systems use a js construct such as:
var rt = realtime.split(" ");
var temp = +
when referring to decimal values in the constructed file.
|