TilliT
HomepageChangelogDeveloper
  • Home
  • Introduction to TilliT
    • Introduction for New TilliT Customers
    • Videos
  • Getting Started
    • Overview
    • Definitions
    • Set up a Site & Assets
    • Set up an Activity
    • Create an Order
    • Start an Order
    • Next steps
  • Planning
    • Overview
    • Data Gathering
      • Site & Assets
      • Production Orders
      • Activities
      • Shifts & Calendars
      • Materials
      • Process Variables
      • Attributes
      • Articles
      • Checklist
  • Knowledge Base
    • Everyday Usage
      • Layout Overview
      • Login to TilliT
      • Basic functionality
      • Lock screen
      • Pinning Assets
      • Switch Site
      • Next Steps
      • Activities
        • Claiming
        • Completing
        • Manually starting
      • Orders
        • Create adhoc Order
      • Events
        • Raising an Event Using the UI
      • Notifications
    • Scheduler
      • Introduction
      • Feature Overview
      • Scheduler to Digital Operations integration
      • Scheduling
        • Scheduling
        • Orders
        • Scenarios
        • Inventory
      • Configuration
        • Operations
        • Equipment
        • Personnel
        • Materials
        • Availability
        • Optimisation
        • Changeovers
        • Loading data with excel Add-in
      • MVP Setup Guide
    • Insights
      • Activity report
      • Production Report
      • Dashboards
      • Advanced Analytics
        • Sharing dashboard
    • Users
      • User
        • User Confirmation
        • User channels
        • User subscriptions
      • Groups
      • Permissions
      • User authentication with SSO
    • Boards
    • Settings
      • Asset Hierarchy
        • Site
        • Asset
          • Asset Attributes
          • Asset Tolerances
          • Downtime periods
          • Attribute Group
          • Edge data tags
        • Asset class
        • Order Templates
          • Order Template with Unit Conversion
        • Calendar
          • Calendar item
        • Shifts Templates
          • Creating Shift Templates
          • Manual shift patterns
        • Asset Meter
      • Material Definition
        • Material
        • Material group
        • Material attributes
          • Example of material attributes
        • Material tolerance
          • Example of Material tolerance
        • Material component
        • Material conversion
      • Activity Templates
        • Activity template
          • Creating an activity
          • Where
          • When
          • Versioning
          • Building
          • Elements
            • Item types
              • Item properties
                • Active item & hidden expressions
                • Hint
                • Tolerance Source
              • Update Attribute
              • Board Item
              • Raise event
            • Data Types
              • Evaluate Data types & Dynamic Note
              • Note
              • Option list
              • Dynamic option list
              • Barcode
              • GS1 Barcode Scanner
              • Edge data
              • Material Component
              • Image capture
              • Sections
              • Digital Signature
              • Material
              • Dynamic Form Items
              • Inventory Key
        • Activity class
      • Events
        • Event Type
        • Event Relay
        • Event Schedule
      • Articles
      • Integrations
        • Adding Webhook Subscriptions
        • MQTT Integration
        • Receive the TilliT Event
        • Notifications
      • Configuration
        • Attribute
        • Attribute group
        • Tolerances
        • Dashboard group
        • Report Templates
          • Creating and Using Report Templates
        • Process variable
        • Unit of Measure
        • Run Rate Template
      • Translation
      • Audit Log
    • Edge
      • Introduction
      • Before You Start
        • Security / Firewall
        • TilliT Edge
        • Understanding your Networks
        • Common Installation Solutions
        • Managing and Publishing changes
      • Physical Device
        • Setup
      • Using Docker
        • Upgrading a docker container from before 2025
      • Common Data Sources
        • OPC-UA
        • Modbus TCP
        • Ethernet IP
        • Profinet
        • RTLE
        • Simulator
      • Data Tags
        • Data Tag Templates
        • Order Number Tag Template
        • Edge Data Tag Options
      • Edge Triggers
      • TilliT Sensors
        • Connect TilliT Edge to a Wireless Gateway
        • Bind a Wireless Counter to a Wireless Gateway
        • Configure FEN-20 PNP Sensor
      • Troubleshooting
      • Windows Edge Installer
    • History
    • OEE
      • Two Steps to Availability
      • Two Steps to Performance
      • A Step to Quality
    • Track and Trace
      • Before you begin
      • Transaction Types
      • Movement Types
      • Movement Types Field
      • Adding Material Movement to an Activity Template
      • Completing the Activity
      • Reporting
    • Mobile View
      • Device shortcut
      • Unable to enter Negative Numbers
    • Importing, Exporting and Cloning Entities
    • Troubleshooting
  • Tools
    • Excel add-in
      • How to Install the Excel Add-in
        • Excel Online
        • Desktop
      • How to Update the Excel Add-in
      • Loading multiple orders
      • Maintaining Master Data in Bulk
      • Downloading Time-Series Data
    • Staging Environment
    • Ignition Module
      • Installation
      • TilliT Tag Provider
        • Data From TilliT to Ignition
        • Data From Ignition To TilliT
      • Scripting Using the TilliT Module
      • Network Security
  • INFRASTRUCTURE
    • FAQ
    • Architecture
    • Disaster Recovery
    • Software Quality Assurance
Powered by GitBook
On this page
  • Asset Write Folder
  • Raising an event from Ignition
  • Sending Asset Counts and Status
  • Process Variables
  1. Tools
  2. Ignition Module
  3. TilliT Tag Provider

Data From Ignition To TilliT

PreviousData From TilliT to IgnitionNextScripting Using the TilliT Module

Last updated 1 year ago

Asset Write Folder

Similarly to reading from tags in the TilliT provider, we can write to tags inside the Write folder. We can write them things such as counts, asset statuses, process variables and any events you need to raise.

By creating a reference tag in the default tag provider and having the source tag path point to a tag in the "write" folder of a specific asset in the TilliT provider, you can update the information and statuses and have that passed on to TilliT.

Raising an event from Ignition

To raise an event in TilliT, mark the trigger tag as true and wait for the acknowledgment:

Every asset will have every event type listed in the tree.

If you create a new Event Type and it is not listed by default, mark the Refresh tag at the root of the tag provider as true

You can also raise events via Script. Knowing the Asset Id and the event Id, the following script would raise an event:

system.tillit.raiseEvent(eventTypeId, assetId)

Sending Asset Counts and Status

You can implement a full OEE by just setting two tags in the Ignition Module, TotalCount and Status.

Active

None of the below will work until you mark this tag as True. This tells TilliT Module to monitor this asset for counts and state.

TotalCount

TilliT Ignition module expects you to write to TotalCount a continuous part counter representing the total production in that asset. TilliT Module will monitor that tag, take the difference between two points in time, and publish to the cloud.

We suggest you reset the counter at the start of a new order, making things easier to maintain.

Resetting the counter mid-order will cause a misalignment with the accumulated count. Either you don't reset at all or reset during an order transition.

RejectCount

The mechanism to report Rejects is similar to the TotalCount. Rejects will be counted against the order and drive the Q in the APQ OEE calculation.

Status

In this Tag we report the state of the Asset. This reporting needs to match the possible asset status in TilliT, which are:

RUNNING
STOPPED
READY
IDLE
SUSPENDED
COMPLETED
ABORTED

Process Variables

Process variables are not available by default; you need to create an Edge Data Tag in TilliT for it to appear in the tag provider.

In TilliT, navigate to the asset you need to set up a process variable:

Find the Edge Data Tag section:

Hit +Create and populate the following fields:

You can send analog values to TilliT as a process variable. These values can be used in the activity forms with the data type or access this information in TilliT dashboards.

Edge Data