UserAskedData: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
mNo edit summary
Line 1: Line 1:
== Description ==  
== Description ==  
An exceptional commandline parameter is ''UserAskedData''. The purpose of this commandline parameter is to activate the data generator for data which are not supplied by CMX. CMX itself has many options to supply [[Category:JSON_Files|the data for the charts]] available in CMX, but CumulusUtils provides possibilities for more charts and therefore may need other or more data. Those data are generated and uploaded by the command:
An exceptional commandline parameter is ''UserAskedData''. The purpose of this commandline parameter is to activate the data generator for data which are not supplied by CMX. CMX itself has many options to supply the data in JSON format for the charts available in CMX, but CumulusUtils provides possibilities for more charts and therefore may need other or more data. Those data are generated and uploaded by the command:
  utils/cumulusutils.exe UserAskedData
  utils/cumulusutils.exe UserAskedData
and after  generation are uploaded to the utils directory. Note that CMX uploads its JSON's to its configured FTP directory. CumulusUtils uploads all its files to what it understands as being the webroot. Those two can be the same or they can deviate. In the last case CumulusUtils has to find the datafiles of CMX by setting the parameter ''CumulusRealTimeLocation''.
and after  generation are uploaded.  


The following three modules depend on ''UserAskedData'': [[ChartsCompiler]], [[AirLink]] and [[Extra Sensors|ExtraSensors]].  
Note that CMX uploads its JSON's to its configured FTP directory. CumulusUtils uploads all its files to what it understands as being the webroot. Those two can be the same or they can deviate. In the last case CumulusUtils has to find the datafiles of CMX by setting the parameter ''CumulusRealTimeLocation''.


If any of these modules are used, ''CumulusUtils'' needs to be executed in the scheduler with the parameter ''UserAskedData'' on the FTP frequency as set in CMX.
CumulusUtils adheres to the JSON format as adopted by CumulusMX. It also takes the FTP frequency as configured in the Interval Settings of CumulusMX (''Normal Interval Setting'')
 
The following three modules depend on ''UserAskedData'': [[ChartsCompiler]], [[AirLink]] and [[Extra Sensors|ExtraSensors]]. If any of these modules are used, ''CumulusUtils'' needs to be executed in the scheduler with the parameter ''UserAskedData'' on the FTP frequency as set in CMX (''Normal Interval Setting'').
 
 
[[Category:CumulusUtils]] [[Category:JSON_Files]]

Revision as of 09:28, 16 September 2021

Description

An exceptional commandline parameter is UserAskedData. The purpose of this commandline parameter is to activate the data generator for data which are not supplied by CMX. CMX itself has many options to supply the data in JSON format for the charts available in CMX, but CumulusUtils provides possibilities for more charts and therefore may need other or more data. Those data are generated and uploaded by the command:

utils/cumulusutils.exe UserAskedData

and after generation are uploaded.

Note that CMX uploads its JSON's to its configured FTP directory. CumulusUtils uploads all its files to what it understands as being the webroot. Those two can be the same or they can deviate. In the last case CumulusUtils has to find the datafiles of CMX by setting the parameter CumulusRealTimeLocation.

CumulusUtils adheres to the JSON format as adopted by CumulusMX. It also takes the FTP frequency as configured in the Interval Settings of CumulusMX (Normal Interval Setting)

The following three modules depend on UserAskedData: ChartsCompiler, AirLink and ExtraSensors. If any of these modules are used, CumulusUtils needs to be executed in the scheduler with the parameter UserAskedData on the FTP frequency as set in CMX (Normal Interval Setting).