Complete the following steps to add support for a new emulator interface.
- Navigate to the following directory and create a new subdirectory with the name of your emulator interface:
 | labview\vi.lib\LabVIEW Targets\Embedded\Embedded\OCDI |
- Copy the contents of the iOPEN directory, which contains the plug-in VI implementations for all WindRiver emulators.
- Rename all of the VIs in the directory you created in step 1 to match the name of folder. Do not rename EMB_Debug_OCDI.ini.
- Edit EMB_Debug_OCDI.ini so all tokens point to the VIs you renamed in step 3.
- Change the implementation of all VIs in the root directory. Implementation of some methods is optional.