This software is designed to control a Nikon Ti2 microscope via Labview. As you can see on the following video, the Labview GUI is simple and allows to read the current status of the microscope and control it:
This program has been tested under Labview 2025 64-bit. It is therefore necessary to have at least one version of Labview 2025 installed. If you contact me, I can provide you with a version that is compatible with yours (older or newest).
Tip
If you contact me, I can provide you with a version that is compatible with yours (older or newest).
-
Nikon DLLs
Dlls from the Nikon SDK must be installed first:
- Create an account on the website NISDK
- Wait for confirmation of registration (several days)
- Once you've logged on to the site, you'll have access to various SDKs:
- Download, unzip and install the two following SDKs: "Nikon Ti2 SDK 64-Bit" and "Nikon Ti2 ActiveX Wrapper 64-Bit"
- Install the dlls:
- Open the command prompt in administrator mode
- Move to the C:/WINDOWS/SysWOW64 directory
- Type the command: regsvr32 "C:\Program Files\Nikon\Ti2-SDK\bin\NkTi2Ax.dll"
- Depending on your Labview version (32 or 64-bit), you should install the 32 bit version of the dlls
- Install the dlls:
- Open the command prompt in administrator mode
- Move to the C:/WINDOWS/System32 directory
- Type the command: regsvr32 "C:\Program Files (x86)\Nikon\Ti2-SDK\bin\NkTi2Ax.dll"
-
Labview code Copy the entire Labview folder on your desktop. Several Labview files are provided:
- Nikon_Ti2_Control_vx.x.lvproj : the project file itself
- Main.vi : the main file
- SubVis : sub-folder containing subVis
- Controls : sub-folder containing the controls
-
Open the Nikon_Ti2_Control_vx.x.lvproj project file
- V1.0, 231124
- V1.4, 250505, addition of presets
- V2.1, 250430, addition of the control of motorized filter turrets
- V2.2, 251201, addition of the control of the Perfect Focus System
- V3.0, 251226, addition of the control of an XY stage and refactoring of the project
Sebastien MAILFERT Institut Fresnel (Marseille, France), CNRS, AMU
GNU General Public License v3.0 GNU GPLv3.0
Sebastien MAILFERT





