Analysis Service

Analysis Service

Every time the Analysis runs one script, its runtime duration is counted against the limit in that specific Profile (increment of 1 second). This limit defines the total available runtime your Analyses can have to run inside TagoIO.

For example: if you have one Analysis that runs every day for 2 minutes and another that runs on only one day of the month for 5 minutes, you would need to have 2 * 30 + 5 = 65 minutes/mo to run your Analysis, but it would be safer to add some extra time to account for time variation or maybe your script starts getting slower as it parses more data.

Only scripts that are configured to run on TagoIO are counted. Scripts that run from 'External' don't count.

If this limit is exceeded, no scripts in that Profile will be executed for the rest of the month.

    • Related Articles

    • SMS Service

      Each time an SMS message is successfully sent by an Action or Analysis function, it is counted as one SMS unit sent. The service limit defined inside each Profile determines the maximum number of SMS that can be sent during a one month period (based ...
    • Notification Service

      Each time a push notification message is sent by an Action or Analysis function, it is counted as one Notification unit sent. The service limit defined inside each Profile determines the maximum number of Notifications that can be sent during a ...
    • E-mail Service

      Each time an Email is successfully sent by the Action or Analysis function, it is counted as one unit sent. This limit will define the maximum number of Emails that can be sent from that Profile during a one month period. If this limit is exceeded, ...
    • PDF Service Generator

      Learn how to create PDF documents using the TagoIO service generator. Simply make an HTTP request to our PDF service, and the response will be a base64. The base64 response can be sent by email using Analysis or it may be saved in our Files. POST ...
    • Parser vs. Analysis Comparison

      The Payload Parser was created to handle raw payload sent by the devices in order to extract the measured variables or execute simple operations. Analysis is much more powerful, including access to Devices and external services. Also, there is a cost ...