10-25-2013 07:10 PM
Folks, I am still searching for an example code or tutorial on Metal Loss Detection using Labview code.
I am trying to program a behavior that a metal loss on an iron rod is detected by eight lasers when the rod passes through the eight lasers and the amount of loss is detected and display on a waveform chart. As a starter in labview programming, I just need a closely related Labview example or discussion that I could study the logic and continue from there.
I would appreciate if anyone can help me with any resource.
10-25-2013 07:29 PM
Are you having problem developing an algorithm to determine the loss or having difficulty implementing the algorithm in LabVIEW?
For the former you need someone who is knowledgeable about the technique, even if they have never heard of LV.
For the latter we can help you, but you will need to be more specific about the particular parts where you are having difficulties. Is the problem acquiring data from the laser detection system? Is it in analyzing the data? Is it in displaying the data?
The more detailed your description of your problem, the more likely that someone will be able to provide a good suggestion.
Lynn
10-25-2013 08:10 PM
Johnsold:
Thanks for your response. I am trying to develop the algorithm and I just need like an example or what has been done closely related to that, and een as a beginner in Labview, I would still be able to understand whatever logic and add my understanding of the behavior I want to implement into it.
10-25-2013 09:01 PM
The algorithm has nothing to do with LabVIEW. The algorithm describes how you would make the measurement without regard to the tools used.
I do not know how your measurement works so this example is probably not correct:
- Turn on lasers with no rod present.
- Take detection measurement.
- Store as baseline.
- Insert rod.
- Take new measurement.
- Calculate values based on current measurement and baseline values.
- Repeat as needed.
Once you have defined the algorithm, then you can begin to work on implementing it in LV.
Lynn