02-01-2011 03:55 AM
Wow. Many Thanks !!!
I knew that my code is not very perfect... that was a first try to get it work.
But with your solutions (altenbach and lucither) i have a great, clean sample !
02-01-2011 04:02 AM - edited 02-01-2011 04:03 AM
Also note that in newer LabVIEW versions we have the in place element structure, simplifying the code even more....
02-01-2011 04:30 AM
Hi Ralph,
Just made a couple of improvements to the original. Now immediately exits when mouse depressed (Before would of waited 1 multiple of wait time). Also has upper and lower limits, wasnt a problem before as you where using a control but needed when using an indicator.
Rgs,
Lucither.
02-01-2011 04:39 AM - edited 02-01-2011 04:49 AM
to altenbach:
OK. I have not a really new Labview Version, but we use it mostly for our testing stands. And this code is written and doesn't change or grow much. So the need for an update is not very essential.
This problem is the first project for a customer, where we programm a user interface for a panelpc.
But thanks for your help !
02-01-2011 04:45 AM
to Lucither:
I have already used the code for the limitation from 0...100 in earlier test vi's. And i added a start delay time, so that the interface works smoother.
thanks for all.