This plug-in provides support for the OS3D (aka OSv3) 3DOF orientation tracker from Inertial Labs.
The Inertial Labs plug-in is implemented as a Vizard extension, with the following methods:
Method |
Description |
<InertialLabs>.addOSv3(port) |
Returns the OSv3 sensor connected on the specified port. |
<InertialLabs>.addSensorBus( filename='InertialLabs.ini', workset=0, port = 0 ) |
Return a list of OSv3 sensors connected to a sensor bus. The filename parameter should point to an Inertial Labs INI file that specifies the device settings. Vizard includes an INI file in the resource folder that contains default settings. If multiple worksets are specified in the INI file, then the workset parameter specifies the workset index to connect to. If port is 0, then the port number specified in the INI file will be used to connect, otherwise the specified port number will be used. |
The following example shows how to connect to an OSv3 device on port 5:
The next example shows to connect to a sensor bus on port 2: