Setting up an example on Windows
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
The following steps provide the process of setting up the schema, building the IP, and configuring the OpenAccessSDK810_C service.
-
Build the IP module:
Open the Visual Studio project under
install_dir\ip\oac\exampleand build the IP module. The projects are configured to place the DLL in theinstall_dir\ip\binfolder.- For example1, example2, and example3, the module name is
oadamip_example.dll. - For the memory example, the module name is
oadamip_example.dll.
- For example1, example2, and example3, the module name is
-
Run the OpenAccess SDK Management Console and modify the OpenAccessSDK810_C service to specify the IP module and
schema\exampleas the schema path.a. Run the OpenAccess SDK Management Console.
b. Expand the OpenAccessSDK810_C service to the IP Parameters folder.
c. Modify ServiceIPModule to
oadamip_example.dll(oadamip_example1.dll, for example1). For the memory sample, set this attribute tooadamip_example.dll.d. Expand the Data Source Settings node:
-
Select example for the example1, example2, or example3 example.
-
Select memory for the memory example.
e. Select the IP Parameters folder.
f. Modify DataSourceIPSchemaPath to
install_dir\ip\schema\example, whereexampleis replaced by example1, example2, example3, or memory.g. Save the settings and restart the OpenAccessSDK810_C service.
-
-
From an OpenAccess SDK client, connect to the IP module you have just built:
- Use the example data source for example1, example2, or example3. These IP examples do not require a user name and password.
- Use the memory data source to connect to the memory sample. memory requires the user name
poohand the passwordbear.