Skip to content

Commit 080cf31

Browse files
movagharnematiThorlabsDoneill-ThorlabsTrumanMetzgboedeckerZiyingZhang313
authored
Labview Examples for Kinesis Motion Control Products (#78)
* PPC example update * Update PFM450_pythonnet.py * Update PFM450_pythonnet.py * Update PFM450_pythonnet.py * Update BBD30X.py Fixed ctypes example for the BBD * Finally updated ELLO C# example * Create KST201.m * fix bugs LoadMotorConfiguration(serialNo); leads to "object reference not set to an instance of an object" error. device.GetIOPortConfigParams(0x01) also leads to error. As IOPortConfigParams isn't really used in this example so I delete the corresponding commands. The example doesn't contain Enable/Disable Device and Start/Stop polling commands. * fix bugs * fix MFF c++ example bugs * Kinesis Labview Examples Block,Front,Readme,VI for Kinesis Labview Examples * Update K10CR1_pythonnet.py changed LoadMotorConfiguration * Create TTC_pythonnet.py * updated readmes, screenthots, taking * Cleaned up readme files --------- Co-authored-by: Doneill-Thorlabs <[email protected]> Co-authored-by: Truman Metz <[email protected]> Co-authored-by: gboedecker <[email protected]> Co-authored-by: ziying zhang <[email protected]>
1 parent d4dbe1f commit 080cf31

File tree

44 files changed

+220
-16
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+220
-16
lines changed

C++/Integrated Motors/MFF/MFF10x_example.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ int main()
3434
{
3535
// get device list size
3636
short n = TLI_GetDeviceListSize();
37-
// get BBD serial numbers
37+
// get MFF serial numbers
3838
char serialNos[100];
39-
TLI_GetDeviceListByTypeExt(serialNos, 100, 70);
39+
TLI_GetDeviceListByTypeExt(serialNos, 100, 37);
4040

4141
// output list of matching devices
4242
{
@@ -89,7 +89,7 @@ int main()
8989
FF_StopPolling(testSerialNo);
9090
// close device
9191
FF_Close(testSerialNo);
92-
// TLI_UnitializeSimulations();
92+
// TLI_UninitializeSimulations();
9393
}
9494
}
9595
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Thorlabs.MotionControl.DeviceManager.dll
2-
Thorlabs.MotionControl.KCube.FilterFlipper.dll
3-
Thorlabs.MotionControl.KCube.FilterFlipper.h
4-
Thorlabs.MotionControl.KCube.FilterFlipper.lib
2+
Thorlabs.MotionControl.FilterFlipper.dll
3+
Thorlabs.MotionControl.FilterFlipper.h
4+
Thorlabs.MotionControl.FilterFlipper.lib
Binary file not shown.
35.8 KB
96.5 KB
Lines changed: 15 additions & 0 deletions
9.67 KB
202 KB
1.09 MB
Binary file not shown.
Lines changed: 12 additions & 0 deletions

0 commit comments

Comments
 (0)