SimpleDeviceExample 6/2023 Overview ---------- The SimpleDeviceExample project demonstrates how a simple plugin device with basic analog channels are created using the peripheralimport LIB. This example create two plugin devices with 2 analog channels. This shows simplest way to create a device, and this example can be used as a starting point to create a plugin device in Motive. Usage ---------- - When the DLL file is place in the <Motive Installation Directory>/devices folder, the example plugin will be loaded into Motive on application start up. - Once loaded, two devices will get listed in the Devices pane. - When a device and at least one of its analog channel is enabled, you can check the data through the Graphs pane. Notes ---------- - This project performs post build command that will copy the output DLL files into the Motive's devices folders.