📌
Creators studio
  • Aitheon Creators Studio Overview
  • Quick Start
  • Your First App
  • Create Project
  • Compose App
  • Run on Device
  • Release App
  • Publish App
  • Main Elements
    • Home Page
    • Sandboxes Page
    • App Projects
      • Application Example
    • Flow
    • Marketplace
  • Main Components Use
  • Basics
  • Standard Components
    • common
    • function
    • network
    • dashboard
    • sequence
    • parser
  • Aitheon Components
  • Writing Functions Guide
  • New Component Creation Tutorial
    • New Component Guide Overview
    • Your First Component
    • General Requirements
    • config.json
    • component.js
    • component.html
      • Main Definitions
      • Properties Edit Dialog
      • Help Text
    • app-component.json
    • Additional TS
    • Vue.js for UI Components Creation
    • Configuration Components
    • Component Styling Guide
  • Terminology
    • Terminology
Powered by GitBook
On this page
  • graph output
  • graph input
  • graph setting param

Was this helpful?

Aitheon Components

PreviousparserNextWriting Functions Guide

Last updated 4 years ago

Was this helpful?

There are useful components developed for Aitheon Core integration.

Go to the palette and expand the Aitheon category.

graph output

Aitheon made this component to allow you to make application node output ports on the graph table.

Open the aitheon category on the palette and drug graph output component (1) to the flow tab (2).

In this particular example, a simple application sends a command to an item after a user hits a tablet.

The button component adds a button to the app. The function component describes a command for an item when the button is being pressed. Finally, the graph output component defines how to send this command to the item.

Properties

When double-clicking on the graph output component at the flow tab, the properties window appears:

Here you can give the component a Name (1). Select a proper Socket Group (2) and a Socket (3) that corresponds to an item`s node input (or another node that you are going to wire with).

Connect the flow components, click Deploy, and after making a release, you can add the application node to the graph table and build a process:

graph input

The component allows making an input point on the application node.

Drag the graph input component (1) onto the flow tab table (2) to make an input point for the application node.

graph setting param

Set parameters as in , and after release, you will see an input port on the application node.

graph output