Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Our platform's versatility knows no bounds, thanks to its lightning-fast application development tools and a robust suite of integrated functionalities. Designed to meet the needs of a wide range of industrial applications, from Edge computing to SCADA, HMI, and Enterprise systems, it's the complete package you've been searching for.


Platform Components

Our platform relies on the three components described below. It supports distributed architectures, which means that each one of these software components may be running on one computer, exchanging data with the modules on other computers.

Image Added

1. Solutions Manager (Solution Management)

Our platform enables you to create industrial applications for any platform - you can run it on Windows, Linux, Mac, Routers and Universal Robots. This is the first interface you'll see when running the software and it showcases all the solution files you have. You can create, edit, manage and run solutions from here.

2. Designer (Solution Configuration)

The Designer Workspace allows you to edit solutions’ displays and tags, as well as modules such as Devices, Alarms, Scripts, Datasets and Historian.

3. Runtime (Solution Execution)

When you run your solution, the first UI you'll be presented with is the TStartup, which is responsible for loading everything the solution needs. This includes the TServer, which enables communications with databases, and the modules that will act behind the scenes to display the information the user sees. It will also open the User Interface, which can be either Windows or Web Clients.


Modules

Image Added

Unified Namespace And Tags

Build real-time data models, like Tags and Templates. Connect seamlessly to external systems using Dynamic ExternalTags for on-demand data connectivity. Asset modeling allows for

Easy Heading Macro
headingIndent40
navigationTitleOn this page
selectorh2,h3
wrapNavigationTexttrue
navigationExpandOptiondisable-expand-collapse
navigationWidth200

This page presents the Modules that implement our platform's core functionality. All of them are included with the product when you start, and there's no need to install anything separately.

Modular Architecture

The platform's modular architecture allows you to create in one environment and deploy what you need to where you need it — from Server to Edge functionally. The modular architecture provides a more flexible and scalable solution for automation and control applications, allowing faster development, easier maintenance, and greater adaptability to changing requirements.

The platform has a complete set of Rapid Application Development tools.

Image Removed

Included Modules

Modules are organized to deliver a simple way to encapsulate all the functionalities required when creating real-time industrial applications, from Edge to SCADA HMI and Enterprise systems.

Tags, Assets and Templates

Creates Real-Time data models, including Tags and Templates. Dynamic tagless on-demand data connectivity with an external system is possible with the Dynamic TagProvider. Asset modeling enables the creation of a hierarchical view of the data.Tag

Image Added

Historian

Stores Easily store and retrieves access time-series data. The Our platform has includes an SQL historian engine with , Canary Historian, at no extra charge. Seamless integration with concurrent cost. It seamlessly integrates with other historian tools , such as like OSIsoft PI and InfluxDB. OutPlus, it offers out-of-the-box store-and-forward functionality.


Image Added

Security

Manages Control access control to the project configuration and security model to the user of the running project. User security allows user security effortlessly. Enable FDA compliance applications, integrate with Active Directory integration, LDAP, and more . Easily define which display/objects are accessible based on the user profile for user security. Define access to displays and objects based on user profiles and security groups with ease.

Image Added

Devices

Includes more than 50 Access over 60 native communication protocol drivers to PLCfor PLCs, transmitters, and field devices effortlessly. Support Our platform fully supports OPC UA and DA , for both server , and client execution, and new industry along with emerging standards like MQTT SparkPlug B.


Image Added

Alarms

Organizes the Easily organize Tags around into Groups and Areas , allowing easy for setting for Alarm conditions, Audit-Trail, and notifications via email or , SMS, or voice notification, . Visualize alarms online and in the historian alarms visualization. Agnostic storage . Store data agnostically on any selected Database provider.

Image Added

Datasets

Manages Effortlessly handle multiple simultaneous connections with SQL databasedatabases, customize processes to with queries, and tailor tables customized for the values of real-time tagstag values. Manages Manage recipes and data files in ASCII, UNICODE, or XML formats with ease.


Image Added

Scripts

Delivers high-performance Enable powerful server-side and client-side scripting capabilitywith high performance. Programming Use languages include like C#, VB .NET, Python, and JavaScript. Easily create develop multi-threading applications with parallel execution for the task and add references to externally developed classes.

Image Added

Reports

Creates Generate Text (Plain, XML or JSON), PDF, or HTML5 reports without any external tool.directly without relying on external tools. Additionally, utilize web services to interact with external applications or systems. Access, manipulate, and share data using standardized communication protocols like HTTP and RESTful APIs. This facilitates integration with various software systems such as ERP, BI tools, and custom applications, enhancing data sharing and collaboration.


Image Added

Displays

Effortlessly design User Interface Displays using our advanced drawing tool, featuring a wide range of

Displays

State-of-the-art drawing tool used to create User Interface Displays, with an extensive set of fully customizable Symbols and Graphical components. Create Whether you need a Responsive Dashboard and , a traditional Process Diagram, or high-performance SCADA High-Performance GraphicsGraphics, we've got you covered. Deploy the your displays seamlessly in HTML5 , or secure .NET SmartClient , to desktop, mobile, or web clients. Extend the Enhance user experience with advanced features , including like Language LocationLocalization, dynamic Engineering Units dynamic conversion, and Displays' dynamic scheme of Theme colors.

Diagnostics Tools

Delivers tools specifically designed to assist in the commissioning of the applications, long-term maintenance, and development tests. Leverage three decades of experience in start-up and factory-floor real-time systems.

dynamic theme color schemes.


Image Added

Data Explorer

Perform data mining and monitoring from various data sources, including MQTT Brokers, OPC-UA, PLCs and SQL databases.

Image Added

Track Changes

Automatically maintain a log of Solution configuration changes, cross-reference tables, and Version Control Information.


Modules Namespaces 

Object Model

In most systems, you usually have to go through the hassle of creating Tags or Variables and writing code to display information about what's happening in your application, like how much CPU is being used by the latest task.

Using our platform, things are way simpler. All those things you need to keep track of, like Tags, AlarmGroups, and ScriptTasks, are actually classes that extend from .NET classes. This means that when you configure your project, you get to use all the properties and methods created by our platform, as well as those already built into the .NET classes.

Take the Tag DateTime, for example. In other systems, you'd need to write code and methods to convert strings to DateTime formats or figure out what day of the week a specific date falls on. But with our platform, the DateTime Tag is just an instance of the .NET class DateTime. That means your project can easily tap into all the properties and methods that come with it, right out of the box.


Panel
bgColor#ffffff

Examples

Finding the weekday of date time event: simply access the property Tag.DateTimeExample.Value.DayOfWeek,

Finding the amount of CPU used the last time a calculation was executed: simply access the property Script.Task.Example1.LastCPUTime

Namespaces

All the Modules, tools and objects used in a project are organized in accessible namespaces. Some of main namespaces are:

Tags: Group of variables of the real-time database

Alarms: Provides access to all information about the management of Alarms. 

Devices: Includes information on all field devices and its communication status.


In this section:

Page Tree
root@self

In this section...

Page Tree
root@parent
spacesV10