Overall Equipment Effectiveness quantifies how well a manufacturing unit performs relative to its designed capacity, during the periods when it is scheduled to run. OEE is a measure of Availability, Performance, and Quality.
OEM
Created Sep 28, 2016 (22:27)
OEM
Abbreviation(s):
Synonym(s):
An OEM (Original Equipment Manufacturer) is a company that manufactures a product (typically a hardware product) that is then duplicated with little or no changes as it is sold to many customers. IE: a company that makes printing presses is an OEM and sells to facilities that use the printing presses.
Omron
Created May 30, 2017 (22:18)
Omron
Abbreviation(s):
Synonym(s):
An Omron device is a type of device that Ignition can connect to. Often you hear reference to connecting to an Omron device using Ignition's Omron driver.
On-Call Roster
Created Dec 28, 2020 (12:56) by Unknown User (Anonymous User)
On-Call Roster
Abbreviation(s):
Synonym(s):
An On-Call Roster is a collection of users that get notified when an alarm notification is sent out. The users are selected from multiple User Sources.
on-demand
Created Mar 28, 2017 (23:58)
on-demand
Abbreviation(s):
Synonym(s):
on demand
On-demand usually refers to accessing historical (or stored) data whenever you want. You can generate screens that show charts and reports on-demand, or based on the inputs of the user instead of pre-determined daily or weekly reports.
OPC
Created Sep 28, 2016 (22:27)
OPC
Abbreviation(s):
Synonym(s):
OPC (Open Process Connectivity) is the name of a technology standard used to write to PLCs. OPCallows information exchange between gauges, databases, programmable logic controllers (PLCs), and more.
OPC Server
Created Sep 28, 2016 (22:27)
OPC Server
Abbreviation(s):
Synonym(s):
An OPC Server is a software application that acts as an API (Application Programming Interface) or protocol converter. An OPC Server can connect to a device such as a PLC, DCS, and RTU or a data source such as a database or HMI to translate the data into a standard OPC format.
OPC Tag
Created Sep 28, 2016 (22:27)
OPC Tag
Abbreviation(s):
Synonym(s):
Often referred to as just 'Tags', OPC Tags are Ignition tags that specify an OPC server and address which drives their values. The OPC address will be subscribed at the rate of the tag's scan class during configuration, and values written to these tags will be pushed to the PLCs.
OPC-UA
Created Sep 28, 2016 (22:27)
OPC-UA
Abbreviation(s):
Synonym(s):
OPC Unified Architecture (OPC-UA) is a communication protocol for interoperability developed by the OPC Foundation. The foundation's goal for this project was to provide a path forward from the original OPC communications model (namely COM/DCOM) to a cross-platform service-oriented architecture (SOA) for process control, while enhancing security and providing an information model.
Using the OPC-UA module, Ignition acts as an OPC-UA server, serving data collected by its built in drivers to other Ignition modules and third-party OPC-UA clients.
Open Process Connectivity
Created Dec 28, 2020 (12:56) by Unknown User (Anonymous User)
Open Process Connectivity
Abbreviation(s):
Synonym(s):
See OPC.
Operating System
Created Sep 28, 2016 (22:27)
Operating System
Abbreviation(s):
Synonym(s):
An Operating System (OS) is the underlying software that runs on a computer and provides the user an interface to that computer. Common examples are: Microsoft Windows MacOS X Linux.
Oracle
Created Sep 28, 2016 (22:27)
Oracle
Abbreviation(s):
Synonym(s):
A relational database. Ignition connects easily to it and can use it to store or retrieve data.
OPC-DA
Created Dec 28, 2020 (12:56) by Unknown User (Anonymous User)
OPC-DA
Abbreviation(s):
Synonym(s):
OPC Data Access (OPC-DA) is an OPC Foundation specification that defines how real-time data can be transferred between a data source and a data sink (for example: a PLC and an HMI) without either of them having to know each other’s native protocol. In Ignition, the OPC-COM module provides the ability to connect to OPC servers that only communicate using the older COM based OPC-DA standard. OPC-DA is a Windows technology that uses DCOM so it cannot be used cross-platform.