Search the Community
Showing results for tags 'scan'.
-
Hello, I'll explain the application that I have to make. I have a laser sensor (Scan Control) which rotates with an electric motor, it will measure a hole. For that, he turns and must to collect data for each grade of rotation. 180 / half turn -> 180 points / half turn. I have already a Labview program that translates the data sensor in mm. Now I have to make a program to to synchronize the data acquisition. I thought about two solutions: -Drive will sent the triggeur (I do not know if it can be done) -Analog encoder with a rising edge of the sine or cosine signal. The encoder has 32,000 points per revolution (resolution) so it should acquire at each 32000/180 = 180 periods of the encoder signal. How can I do this on Labview? I hope I have expressed well, Thank you in advance to all.
-
A part of my code converts a time stamp into a string. Another part will have to read this string and convert it back to a time stamp. However, when I run this quick example I've created, I get an error. Does anybody know what I'm missing? Thanks