🔬
Docs
  • 👋Vision lines from CEO
  • 📖Documentation
    • Getting Started
      • Introduction
      • Setting Up an Account
      • User Interface
        • Account
        • Project Manager
        • Diagram Editor
          • Main Canvas
            • Nodanomics Menu
            • Node Toolbox
            • Control Bar
            • Function Buttons
              • Node Explorer
            • Node Properties Drawer
          • Execution Graph
      • Creating Projects
        • Creating Diagrams
    • Nodes
      • Overview
      • Connections
      • Data-type Nodes
        • Data
        • Origin
        • Sink
        • Dataset
      • Logic-type Nodes
        • Formula
        • Loop
      • Event-type Nodes
        • Event Trigger
        • Event Listener
    • Tutorials
      • First diagram creation
      • Import existing diagram
      • Examples
        • Gatcha System
  • Use Cases
    • 🎯For Web3 Marketing Agencies
  • BUSINESS MODEL
    • 🎮For Blockchain Ecosystems
    • 🎮For Tokenomics Agencies
  • AI Tools
    • Tokenomics Architect
    • Step-by-step manual guideline
Powered by GitBook
On this page
  • Advanced Options
  • Dataset Interaction
  1. Documentation
  2. Nodes
  3. Data-type Nodes

Data

PreviousData-type NodesNextOrigin

Last updated 1 year ago

The data node is responsible for storing numeric values. These values can be whole or decimal numbers.

It has 4 connection points. Two Data Connections (marked green) and two Chain Connections (marked Red and White). However, unlike other nodes, these Chain Connections are special. They are used to trigger the reading and recording from and to Datasets.

The Data Conneciton point on the left is the input, used for adding values, and the one on the right is the output, used to subtract values from the node.

Advanced Options

Dataset Interaction

The Data node can read and record values to Datasets.

Recording Data

Under the Node's Property Drawer, you can find the "Record to dataset" option, under the Statistics tab.

Using the dropdown menu, you can select the Dataset to be written, alongside the X and Y coordinates.

Under the X and Y coordinate fields, you can use the Tag system and math expressions as well.

To execute the recording of data in the Dataset node, you must trigger the Rec Chain Connection point in the Data Node.

Reading Data

Just like the "Record to dataset" feature, the "Read from dataset" option can be found under the Node's Property Drawer, in the Statistics tab.

The logic works the same as above. You can define which Dataset to read from and also the coordinates to the data to be read.

Data Node Properties

Name

Human-friendly name for the node.

Tag

The node's unique identifier. It's by default based on the human-friendly name.

Layer

The current layer that the node is located in.

Capacity

Defines the minimum and maximum values that the node can hold.

Value

Displays the node's current numeric value.

Steps

Enables carets in the node that can increase or decrease the value by clicking on them.

You can customize the step amount - that is - the value to be added or subtracted, when each respective caret is clicked.

Decimals

You can customize the amount of decimals to be shown in the node's value field.

Rounding

You can select if rounding should be applied to the node's value field

Connected Nodes

Displays a list of all the nodes that are connected

📖
Image 1. Data Node
Image 2. Data Node "Record to dataset" property.
Image 3. Data Node "Read from dataset" property.