Heisenware Docs
Go to websiteGet a demo
  • 👋Welcome
  • Getting started
  • Release Notes
    • v84 - Get in the flow
    • v83 - Beauty treatment
    • v82 — Fully distributed
    • v81 — Removing old cruft
    • v80 — Chicks on fire
    • v79 — Nothing is forever
    • v78 — Keep moving
    • v77 — More intelligence
    • v76 — Well cooked
  • Build & Deploy Apps
    • Overview
    • Flow Builder
      • Nodes (Functions)
        • Inputs
        • Trigger
        • Output
      • Function Extensions
        • Modifier
        • Filter
        • Error handler
        • Memorizer
      • Objects & Instances
      • Utilities
        • Basic Functions
        • PDF functions
        • Circular buffer
        • Timer
        • Counter
    • Integrations
      • Protocol Connectors
        • GraphQL
        • HTTP/REST
        • MQTT
        • OPC UA
          • Heidenhain PLCs with OPC UA
        • RS-232/485
        • Siemens S7
      • Data Connectors
        • File
        • Relational Database
        • Time Series Database (WIP)
      • API Connectors
        • OGC SensorThings API
        • Operating System
        • Zebra RFID IoT Connector
      • Agent / (Edge Connector)
      • Calling Custom Code
    • UI Builder
      • Input Widgets
        • Form
        • File Upload
        • Photo
        • Signature
        • Barcode / QR-Code (WIP)
        • Document Scan (WIP)
      • Display Widgets
        • Chart
        • Chat
        • Circular Gauge
        • Data Grid
        • Linear Gauge
        • Map
        • Media View
        • Progress Bar
        • Sparkline
        • Status Lamp
        • Toast
        • Value Box
        • Kanban Board
        • Data Tiles
        • Pie Chart
        • Sankey
      • Buttons
      • Text Box
      • Images
      • Icons
    • Communication Interfaces
      • Email Notifications
      • OPC UA Server
    • Data & File Storage
      • Internal InfluxDB
      • Internal PostgreSQL
      • File Server
    • App Appearance
      • Pages
      • In-App Navigation
      • Screens & Devices
      • Theming
    • Simulation & Testing
      • Simulating Events
      • Simulating Data
    • PDF Templates
    • RAG-based Chatbot
    • Deployment
  • Manage Apps
    • Overview
    • Manage Apps
      • General Settings
      • Users and Access
      • Distribution & Versioning
    • Manage Integrations
    • Manage Account
      • Account Structure
      • Members
      • Workspaces
  • TUTORIALS
    • Build Your First Heisenware App
  • Connect Heidenhain CNC with OPC UA Support
  • Related links
    • Website
    • Privacy policy
    • Imprint
Powered by GitBook
On this page
  1. Build & Deploy Apps

Integrations

Last updated 3 months ago

To facilitate data exchange between apps and external systems, Heisenware offers a variety of integration capabilities based on the availability of APIs, interfaces, and protocols in external systems.

  • facilitate data exchange at the protocol level, supporting serial protocols, various network protocols, and automation technology protocols. To establish a protocol connection, you need to create an object, which subsequently provides various functions for the established connection.

  • establish read-write connections with external relational and time series databases. To use data connectors, you have to create an object for the connection. Additionally, data connectors include the file connector, allowing connections to files for reading or writing.

  • enable data exchange at a higher, abstracted level compared to protocol connectors. They are designed for specific external systems offering clear APIs, including operating systems. Like other connectors, create an object for the connection to access the corresponding functions.

  • : Helps to establish a read-write connection to systems, services, or files within private networks. The agent is therefore not a connector per se, but a vehicle for using protocol, data, and API connectors within the boundaries of private networks to send data into and fetch data from those private networks.

  • : For remotely calling coded functions and adapting them within an app. The code adapter is especially useful for integrating systems that lack a standard interface and so-called legacy systems.

If you are stuck integrating systems or data, please . We usually find solutions to integrate the systems, data sources, and sinks you wish to integrate.

Protocol connectors
Data connectors
API connectors
Agent
Code adapter
reach out to us