Serial Number Format

Serial Number Format

You can specify a custom mask/format for your Network's Serial Number.

To create your format, you can use certain characters based on the definitions below:


Definitions

  • F: Allows characters that range from a-f and digits that range from 0-9
  • P: Allows any alphanumeric character (a-z, 0-9)
  • 0: Allows only digits (0-9)
  • A: Allows only characters (a-z)

Examples

  • To create a serial number that only allow digits, you can use the following format0000. This would allow 4 digits in your serial number.
  • To use 16 characters in your Serial number, allowing characters that range from a-f and digits that range from 0-9, you can use the following format:  FF-FF-FF-FF-FF-FF-FF-FF. This would allow combinations like 08-86-AB-56-82-6C-F2-EE.



    • Related Articles

    • Gauge - Data Range & Format

      Data Range & Format is the place where you can define the format and also the range of the data inside the gauge. Range Limits In the Range limits section you can set the minimum and maximum value displayed in the gauge. There are two different types ...
    • Creating a Network integration

      To create a new integration you must go to the Network management page and press the following buttonon the right side of the page. You only need to specify the network's name. Once you have the network created, you have several parameters that you ...
    • Arduino

      This is a quick example using Arduino Zero to send data to Tago. For the connectivity board, we selected the shield Atmel WiFi101. Learn about the Arduino Zero and how to get started. In this example, let’s send the temperature reading from the ...
    • Step Button Widget

      Step button allows users to increase and decrease values of a number or clock by using the (-) and (+) buttons. You can also define values for the incremental step and the limits. Creating your own To add it to your dashboard, choose the Step button ...
    • Devices

      Device is the link between your external things and the data in your account. To allow anything to send or receive data from TagoIO, you need to create a device. The communication between external devices and TagoIO is done via HTTP or MQTT methods ...