LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

MG17 ThorLabs Motor - Sequence and Points

Hello,

 

I'm trying to create a LabView program to control the ThorLabs translator (MG17). I've already got the motor working, but my experiment requires an extra step.

 

I need the program to move my sample one step and collect the signal step-by-step (electrical pulse from a photodetector) that passes through the sample at that position. I need the program to do this with a number that I will define to scan my entire sample positioned on the translator.

 

Could someone help me with this program?

0 Kudos
Message 1 of 5
(448 Views)

What have you tried so far?  Is there something specific that isn't working?

 

What hardware do you have to capture the signal from the photodetector?  Can you read that signal in LabVIEW yet?

0 Kudos
Message 2 of 5
(435 Views)

Actually this is the problem! I dont know how to made this program on labview.

To collect the signal I`ll send for an oscilloscope and get on labview.

0 Kudos
Message 3 of 5
(429 Views)

If you don't know LabVIEW at all then I would go to the "NI Learning Center" links at the top of the main forum page.  You need to put in some effort to get a general feel for LabVIEW before just jumping into asking for help.  If you want someone to just tell you every step to do then you need to hire a consultant.  This forum is to get guidance and hints, not to ask people to do your work for you.

 

Thorlabs has a starter guide on how to use their hardware in LabVIEW:

https://www.thorlabs.com/Software/Motion%20Control/Kinesis/Kinesis-labview.pdf

 

For whatever oscilloscope you get, you can search for the model here:

https://www.ni.com/en/support/downloads/instrument-drivers.html

 

There is a good chance there will be some premade LabVIEW code and examples showing how to use it, if you can get it connected and working.

 

However I would say that an oscilloscope may not be the best instrument to use to capture a photodetector signal.  Most scopes only have 8 bits of resolution, and are much better for capturing waveforms over time than single data points.  If you have a programmable DAQ or multimeter that may be a better option instead.

0 Kudos
Message 4 of 5
(409 Views)

Hi Kyle,

 

I'm sorry I didn't express myself correctly. I know how to use Labview, the point is that I am unable to integrate this motor with the function I would like (collecting a signal at each step). Therefore, I would like to know if you know of any function within the invoke node that could help me with this task.

 

About the oscilloscope, I`ll use to collect a waveform over time. In the other labs thats I work, I built all the system using myDaq.

 

Best,

Yohan

0 Kudos
Message 5 of 5
(385 Views)