10-31-2009 02:21 AM
Hi Guys,
Is there an icon to select different delay timings?
My concern;
I want to have a list of 5 different delay timings.
So when I choose a particular delay timing and press my any-increase or any decrease button,
the point in the XY graph moves accordingly to the delay timing.
I searched but could not find one to suit the need.
Please do advise.
Thks and Regards
Titano
10-31-2009 09:33 AM
10-31-2009 09:33 AM
No, there isn't something like what you're asking for. That's something you have to code yourself. As for the code itself, unless you're using LabVIEW Base Development System which doens't have event structures, then you should use an event structure for what you're doing. It will make for an easier program to code and modify, as well as to understand. For your list you can use a ring menu and simply react to a menu selection change, or you can use a button to execute the change.
Attached is a demo to get you started.
10-31-2009 10:01 AM
Hi,
I tried to test out the Demo.VI in my current Vi.
But not successful.
I guess its some data flow issues but do not know how to rectify.
PLs advice.
Thanks N Rdgs
Titano
10-31-2009 10:56 AM - edited 10-31-2009 10:59 AM
10-31-2009 12:34 PM
Hi,
I have a small problem.
I have a main screen with two commands. >>Login and Operation.
I can access to my Login and no issues.
When it bounces back to operation, I cant go into my operation screen.vi.
Why is this so?
PLs do advise.
10-31-2009 01:40 PM
Stop doing the shotgun approach to your questions where you scatter the same question all over the place.
It scatters your help, it makes more work for everyone helping you as everyone is duplicating someone else's work. It doesn't get you the help you want any quicker, and will probably just slow it down as people learn to stop helping. One one thread you complained that no one had helped you yet. But your question was posted very early on a Saturday morning. There aren't very many people on the forums at that time, and especially on the weekends.
Nobody answer this latest question here. Continue this question in this thread where Dennis as already started to help on this specific question.
10-31-2009 03:52 PM
Titano wrote:Hi,
I tried to test out the Demo.VI in my current Vi.
But not successful.
I guess its some data flow issues but do not know how to rectify.
PLs advice.
Thanks N Rdgs
Titano
Simply copying my code and sticking it into your code isn't going to work. The code I showed you was intended to be a replacement for your code, not an addition. What you've created is a big mess. Either poll the buttons like you were doing, or use an event structure. Pick a method. Let me know what you decide.