Script Examples

Script Examples

TagoIO provides a list of examples to help you to understand how to use the Analysis service. Learn how to get and insert data into your device's data storage, send emails, execute calculations, and other interesting things that can be added to your applications.

To access the examples, just create one Analysis , and go to the 'Analysis' tab.

After selecting one example, the code will be added to the body of the script screen.


    • Related Articles

    • Script Editor

      With the script editor, developers can create and edit their own scripts at TagoIO. These scripts will be executed as defined in the Analysis section. To use the script editor, go to Analysis, then create or edit one. Set the name, interval, and set ...
    • Analysis Overview

      Analysis lets you run custom code inside TagoIO to process data in real time, call third‑party APIs, and work with your own TagoIO resources. Common things people do with Analyses: Convert units and run math on variables Write new values into other ...
    • Creating Analysis

      Creating your own analysis is easy. First, click on Analysis on the sidebar, then click the + Add Analysis button in the upper right of the analysis main screen. Just write a name and you’re ready to go! 1. Name What you usually use to identify your ...
    • Services Overview

      TagoIO offers a broad range of services that can be allocated the way your applications needs it to be. By provisioning the services that each Profile will use throughout the month, you will know exactly how much you will be charged. You can ...
    • Running Analysis as External using Node.JS

      Analysis is what allows you to create powerful applications on TagoIO. When creating analysis you have to choose between running it at TagoIO or External, which means that you will run on your machine. You can choose to run the analysis on an ...