Instructions for importing Windows DLLs into LabView are available here: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019Ls1SAE&l=en-GB


The interface to the Oasis SDK is available to LabView through one of two possible Windows DLLs:

  1. A C++ DLL located in Windows\System32\Oasis4i.dll or Windows\SysWOW64\Oasis4i.dll
  2. A .NET DLL located in your Oasis installation package eg. OASIS_V441_(10)\SDK\VS.NET\OasisLib.dll

Users are recommended to import the .NET DLL for ease of use.


Once imported, commands can be issued to the Oasis Controller by invoking DLL methods through LabView. Instructions for usage of the Oasis Controller SDK are available here: http://www.objectiveimaging.com/download/docs/OASIS_DLL_Manual.pdf