Cloud Integration
Cloud Connection
You can send your data to the cloud in any format at any intervals. When the Internet connection is lost, all data is stored locally and sent to cloud as soon as the connection is reestablished. Backup data amount and interval is user specified.
Currently supported cloud platforms;Amazon AWS
Microsoft Azure
Google
Siemens MindSphere
MQTT Server
Currently supported cloud platforms;
Advanced Data Generation Engine
Generate meaningful data by using/processing online or archived data with advanced script language.
Functions that can be used:Min
Max
Average
Sum
Functions that can be used:
Cloud Data Samples in JSON format
Buffering: 1 Month
Cyclic : Yes
Interval: 1 Hour
{
"temp" : tagTemp,
"tempMin1Hour : min(tagTemp, "1 Hour"),
"tempMax8Hour : max(tagTemp, "8 Hour"),
"tempAverage1Day : average(tagTemp, "1 Day"),
"productSum : sum(tagCount, "1 Day"),
}
Cyclic : Yes
Interval: 1 Hour
{
"temp" : tagTemp,
"tempMin1Hour : min(tagTemp, "1 Hour"),
"tempMax8Hour : max(tagTemp, "8 Hour"),
"tempAverage1Day : average(tagTemp, "1 Day"),
"productSum : sum(tagCount, "1 Day"),
}