ChartsCompiler: Difference between revisions

m
 
(2 intermediate revisions by the same user not shown)
You have to schedule this command if you wish to use the FTP frequency CMX uses for its JSON's.
 
NOTES:
Note that these#These JSON files specific to CumulusUtils '''always reside in the website root''' of CumulusUtils, even if you have more websites and defined the ''CumulusRealTimeLocation''.
#To the above rule there is the exception of modular use: if the user decides to use CUtils a modular way it is possible to have a separate directory on the webserver below the webroot which contains the CUtils files for the modules in use.
 
There are the following parameters for this in use:
 
DoModular=false // When ''true'', CUtils is used in a modular fashion. Incompatible with the Website command
ModulePath= // The path on the server where the CUtils specific JSONs will be uploaded to
 
== Output ==
 
[Compiler]
SmaPeriod=5
DoneToday=17/04/21 => If the user uses data on ''Daily basis'' or ''All basis'' (from the dayfile), the data need to be prepared only once per day.
This parameter tells us the age of the data present to the website.
 
 
NOTE: The parameter ''ConnectNulls (default = false)'' is highly related but is also valid for other charts. It determines if null values have a line drawn between the non-nulls (true) or whether is has a gap between non-null values (false).
 
== Inner working ==