Input Form Widget
Form Fields Visibility
Fields Visibility offers the possibility to control the visibility of certain fields in your Input Form widget. By using this feature, you are able to define conditions to hide some fields based on the values of other fields. For example, the field ...
Field Types for Input Form
The field is the structure that contains the relation between the inputted data and the Device data in some widgets. Fields can have a bunch of types, depending on the widget that it is dealing with. 1. Text A typical text input will appear, and the ...
Filtered Variables
Filtered variables is a type of field in the Input Form widget. It enables you to select a single value from a list that can change dynamically based on the values of other fields. For this type of field to work, you need to link it to another field. ...
Input Form Widget
The Input form allows users to submit values to variables through a form. Editing the form The Input form is a very dynamic widget. You can customize its colors, layout, text, and even icons. To edit a specific section of this widget, you must hover ...
Creating Dynamic Dropdown selection using Forms
Dynamic Dropdown allows users to create dynamic items selection on a dropdown list like the image below The items from a Dynamic Dropdown come from a variable, this means that you can change the values dynamically, developers can create any kind of ...
Adding Image Selector field on Forms
The Image Selector field type allows you to put an entry where the user can select one or many images with given values. Users will need to click on an image and the value you entered in the widget options will be stored in your data bucket. The most ...
Popular Articles
MQTT
MQTT stands for MQ Telemetry Transport; it's an extremely simple and lightweight publish-subscribe messaging protocol. It was designed for constrained devices and low-bandwidth, high-latency or unreliable networks. TagoIO has its own MQTT broker that ...
Connector Overview
Connectors enable you to create a device with built-in behaviors that allow it to communicate with a Network very easily. They also help you automate and scale your devices, once you create a device using a connector, that device will also run the ...
MQTT - Example with MQTT.fx
This is a tutorial on how to connect to Tago MQTT, subscribe to topics using wildcards and publish to a topic. For this tutorial we will use the software Mqttfx. To download and learn more about Mqttfx go to their ...
How it works
There are a few things that you need to know about how Tago works in order to optimize your applications. Watch this short video to learn about the concepts around buckets, devices, and tokens.
Buckets
Bucket is where the data from your devices is stored. When a device is created, TagoIO automatically creates a bucket for it with the same name, description, and tags. Data Retention In the General Information tab, you can select the period of ...