09-08-2009 09:11 AM
Any help will be greatly appreciated
Juan
Solved! Go to Solution.
09-08-2009 09:27 AM
I just want to clarify that I wish to display the different times on digital displays automatically fo the user. I will then save these values to a database.
Just looking to speed it up for the technician by getting rid of the oscilloscope.
09-09-2009 01:20 PM
09-09-2009 01:58 PM
Hello Mike
Thanks for your reply.
Yes at design time I was able to setup the cursors and then I displayed them on digital controls through property nodes and subtracting the difference of the two cursors (X1-X2).(This is in a while loop)
I really would like to do this automatically.
I want to more or less have an array and functions that looks for changes in the value of Y and measure time from trigger to that point or from that point to the next change in Y.
It may be possible in awhile loop and checking for changes in Y and that should be an indication that the position speed shifted of sped up.
I was wondering if there were any functions that automatically detects changes in low peaks and high peaks.
Again I would like to disply delay time, full stroke time, snubbing time automatically without the technician moving the cursors themselves.
Thanks
JCollado
09-10-2009 08:42 AM
09-10-2009 09:04 AM
I am waiting on my hardware and right now all I have is simulated devices. Maybe I will simulate it with an array for you.
The data will look similar to the image attached. I will upload my data and source code as soon as I have some samples.
I thoughtsome other people would be working with similar projects such as hydraulic servos systems.
Thanks
09-10-2009 12:56 PM
JCollado-
You may be able to do this with Event Structures to detect changes of your cursor. Since you are a new user, please take a look at the links below for more information on Event Structures and their capabilities.
LabVIEW 2009 Help: Event Structure
NI Developer Zone: Event-Driven Programming in LabVIEW
09-10-2009 02:50 PM
Thanks for your help.
I have attached the VI I'm working on. It is working manually as far as the graph time measurement. No database connection and other controls not in use yet.
I am also thinking that I might be able to do this with the shift register checking if current value for Y is higher then last. If higher I should take trigger time to this time and so on.
It will take me a bit because I'm so new to labview and new to Instrumentation type programming.
Thanks
09-11-2009 08:34 AM
09-14-2009 07:53 AM