OLE Services
- Last UpdatedJul 18, 2023
- 1 minute read
OLE (Object Linking and Embedding) services is the term used to generally describe the integrated use of separate software components (applications) working together to provide custom software solutions based upon the Microsoft Component Object Model (COM) architecture.
Note: When considering the use of OLE services, you should be aware that there are different uses of OLE which have developed over the years and which may be confused with one another. Examples of different OLE services include: object linking, object embedding, visual editing, drag-and-drop, ActiveX Controls, OLE Automation, OLE DB, OLE Messaging, and OLE Networking services. See OLE Terminology.
Plant SCADA supports linked and embedded OLE objects in its graphics pages with the use of ActiveX Controls. See Accessing ActiveX Objects with VBA in the topic Integrating VBA into a Project.
Plant SCADA can use VBA to perform as an OLE Automation controller. See OLE Automation Objects. Plant SCADA can also exchange data with other applications using other data transfer technologies.
Related Links
- OLE Terminology
- OLE Automation Objects
- Declaration of OLE Automation Objects
- Assigning References to OLE Automation Objects
- Using OLE Automation Objects
- Accessing the Object Model of OLE Automation Server Applications
- Understanding Object Models in OLE Automation
- Using the Microsoft Word Object Model
- OLE Automation Example Using the Microsoft Word Object
- Using the Microsoft Excel Object Model
- Deleting OLE Automation Objects