on ‎2006 Nov 28 4:10 AM
Hi,
Can anyone tell me how can i go about writing an UDS or give me directions as to where can i know more about the UDC Framework ?
Request clarification before answering.
Hello, Abesh.
Help me understand what system(s) you are trying to develop a connector to, and I can provide some insights as to the best mechanism.
Best regards,
Rick Bullotta
VP ASM Manufacturing
SAP Labs, LLC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Individual UDC's are basically COM objects that implement a specific set of interface(s) for accessing metadata and data. The UDS framework deals with the actual request handling, formatting, caching, aliasing, and other functions.
There are really three options for custom "connectors", depending on the type of data and any technical limitations.
Option #1: Write an OPC or OPC HDA "server" for the target system and use our OPC or OPC HDA UDS to access it. This is best for a typical "tag-based" data source (historian, PLC/DCS, etc.).
Option #2: Write a custom UDS.
Option #3: Write a custom action block for the xMII business logic service engine (BLS is extensible).
Best regards,
Rick
Option #3:
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.