Topic 2.2.4: Template ToolBox

  • Within the Template Toolbox there are three main categories of objects. These are:
    • Application objects:  Application Objects are used to create devices in your Galaxy. These devices represent real objects in your environment.

  • Analog Device:
    • This object can act as either an Analog Input (with optional Output) or as an Analog Regulator that provides an external representation of a PID controller that exists elsewhere (typically a PLC or DCS).
    • The Analog Device can be configured to have a personality of one of the two basic types:
      • Analog – a basic Analog Input or Analog Output
      • Analog Regulator – an analog controller that represents an external PID controller
  • Discrete Device: 
    • A Discrete Device is a general purpose Object that is used to represent a large class of physical equipment common in manufacturing such as pumps, valves, motors, and conveyors. These devices have two or more physical states (for example Open, Closed, Moving),
  • Sequencer:
    • The Sequencer object allows you to configure, execute, and manipulate a sequence of operations associated with ArchestrA attributes within a Wonderware Application Server application.
    • You can use it to automate
      • repetitive manufacturing procedures with a finite number of steps
      • supervisory processes with a finite number of steps
  • SQL Data:
    • The SQLData Object is an ArchestrA application object that can be used to store data to, and retrieve data from a SQL Server database. The SQLData Object provides the means to map data in a SQL database to attributes in a Galaxy.
  • User Defined:
    • The User Defined object is an empty object that you can use to create customized objects. You can use the User Defined object in the following ways:
      • As a "container" for other objects. An object relationship in which one object is comprised of other objects is called containment. Containment allows you to group various objects together to make complex objects.
      • For example, you might create a User Defined object called "Mixer" and use it to contain Application Objects that represent aspects of the tank, such as pumps, valves, and levels. You could create two Discrete Device object instances called "Inlet" and "Outlet" and configure them as valves, and create an Analog Device object instance called "LIT" & "TT"  and configure an alarm to be triggered when it overflows.

  • Device Integration objects: 
    • A Device Integration object (DIObjects) is an Automation Object that represents communication with external devices. DIObjects run on an App Engine, and include DI Network Objects and DI Device Objects. 
    • A DI Device Object is a representation of an actual external device (for example, a PLC or RTU) that is associated with a DINetwork Object. A DI Network Object is a representation of a physical connection to a DI Device Object via the Data Access Server.

    1. DDESuiteLinkClient
    2. InTouchProxy
    3. OPCClient
    4. RedundantDIObject
  • System objects

  • AppEngine: 
    • The AppEngine Object must have a Platform on which to run. The key functionality of this object includes:
      • Hosting application objects, device integration objects and areas
      • Containing the logic to setup and initialize objects, when they’re deployed.
      • Containing the logic to remove objects from the engine, when they’re undeployed.
      • Determines the scan time within which all objects within that particular engine will execute
  • Area: 
    • The Area Object plays a key role in alarm and event distribution. All AutomationObjects belong to an Area. 
    • Areas can contain sub-Areas. Areas provide a key organizational role in grouping alarm information and assigning it to those who use alarm/event clients to monitor their areas of responsibility.
    • This object is very simple; it only allows the value of three attributes to be historized:
      • Active alarm counter
      • Unacknowledged alarm counter
      • Disabled (or silenced) alarm counter
  • InTouchViewApp:
    • The InTouchViewApp object represents an InTouch for System Platform application. The InTouchVewApp object manages the check-in, check-out, and deployment of an InTouch application.
    • When you create an InTouchViewApp for a new InTouch application, WindowMaker is started by the ArchestrA IDE. You then create the application the same way you would if WindowMaker had been started from the InTouch Application Manager.
  • ViewEngine:
    • The ViewEngine object is used to host InTouchViewApp objects. The ViewEngine object supports common engine features such as deployment, undeployment, startup and shutdown. One ViewEngine object can handle several InTouchViewApp objects.
  • WinPlatform:
    • The WinPlatform platform object is a key base object. The key functionality of this object includes:
      • Calculating various statistics related to the node it’s deployed to. These statistics are published in attributes.
      • Monitoring various statistics related to the node it’s deployed to. These monitored attributes can be alarmed as well has historized.
      • Starting and stopping engines, based on the engines startup type, which are deployed to it.
      • Monitoring the running state of engines deployed to it. If the platform detects an engine has failed it can (optionally based on the value of the engine’s restart attribute) restart the engine.
    • There is a special instance of the platform object called the galaxy platform. This platform instance:
      • Exists on the galaxy node.
      •  Is used by message exchange to bind unresolved attribute references
Last modified: Saturday, 4 April 2020, 9:51 AM