D
(D) 10 terms Add Add termABCDEFGHIJKLMNOPQRSTUVWXYZ.
Database Created Sep 28, 2016 (22:17)
Abbreviation(s):
-
DB
Synonym(s):
-
Relational Database
Database also known as Relational Database Management System (RDMS) which is the full technical name for pretty much every database on the market today. Not many other kinds of databases are popular. A relational database is a piece of software that stores data in related tables. These tables have data stored in columns, each column has a specific datatype. Tables themselves are flat (2-dimensional), but can be joined together to access data in a variety of ways. Some example of RDMSs are: MySQL, PostgreSQL, Oracle, Microsoft SQL Server, and IBM DB2.
Database Agnostic Created Sep 28, 2016 (22:17)
Not being restricted to any one database, but supporting all types. We're not stuck with the opinion that only one database is "correct" but we created our programs to be useable with any type of database - including all rather than omitting any.
Database Server Created Sep 28, 2016 (22:17)
Software which encapsulates databases and handles communication requests. Examples: MYSQL Server, MySQL, Oracle, DB2, PostgreSQL and others.
Dataset Created Sep 28, 2016 (22:17)
Synonym(s):
-
Data Set
A dataset (or data set) is a collection of data, usually presented in tabular form. Each column represents a particular variable. Each row corresponds to a given member of the dataset in question. It lists values for each of the variables, such as height and weight of an object. Each value is known as a cell. The dataset may comprise data for one or more members, corresponding to the number of rows. -Wikipedia
DCOM Created Sep 28, 2016 (22:17)
Distributed Component Object Model (DCOM) is a set of Microsoft concepts and program interfaces in which client program can request services from server program on other computers in a network. DCOM is based on the Component Object Model (COM), which provides a set of interfaces allowing clients and servers to communicate within the same computer. Now this is sometimes referred to as OPC-DA
DCS Created Sep 28, 2016 (22:17)
Distributed Control System is a big PLC that is typically networked to other controllers, PLCs or field devices. It typically has a workstation to interface with the controller and can be very expensive due to built-in security and failover features.
Dead-Band Created Sep 28, 2016 (22:17)
Synonym(s):
-
Deadband
Dead-Band is the range a value can change in and not count as a change. This is important for analog values because a liquid stored in a tank may change levels by a tiny bit constantly as trucks drive by. Deadbands (used correctly) reduce the amount of data stored without sacrificing real information.
DeviceNet Created Sep 28, 2016 (22:17)
An open network which is used to eliminate lots of field wiring by communicating directly between controllers and field devices such as photoeyes, temperature sensors, valves, motor controllers, and so on.
Discrete Manufacturing Created Sep 28, 2016 (22:17)
Refers to manufacturing of individual items such as cars as opposed to Process Manufacturing which refers to continuous streams of production such as oil from a refinery. Discrete manufacturing generally uses PLCs for control, and Process Manufacturing generally uses Process Control systems. There is some crossover, but each type system (PLC or Process Control) is best suited to its own industry.
Big names is PLC control are: Allen-Bradley, GE, Siemens, Modicon, Automation Direct, and Omron. Big names in process control are: Honeywell, Porter & Fisher, Rosemount, and Bristol Babcock.
Dynamic Reports Created Sep 28, 2016 (22:17)
In Ignition, it means that the operator can change the content of the report from a runtime Client. Reports are generated based on the binding information on the report's root container. The binding can be either static (no changing) or dynamic (influenced from another location or component through binding).