LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Set of time delays

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

 

0 Kudos
Message 1 of 8
(4,330 Views)

You could use a text ring.

 

 

Text ring.jpg

 

 

Jean-Marc

0 Kudos
Message 2 of 8
(4,307 Views)

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.

0 Kudos
Message 3 of 8
(4,306 Views)

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

0 Kudos
Message 4 of 8
(4,293 Views)
well you have alot of things outside of your event structure you could put it in the timeout so it runs because right now it will run once when you start the program
Message Edited by Harold Timmis on 10-31-2009 11:59 AM
Harold Timmis
htimmis@fit.edu
Orlando,Fl
*Kudos always welcome:)
0 Kudos
Message 5 of 8
(4,283 Views)

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.

 

Download All
0 Kudos
Message 6 of 8
(4,271 Views)

Stop doing the shotgun approach to your questions where you scatter the same question all over the place.Smiley Mad  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.

0 Kudos
Message 7 of 8
(4,262 Views)

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.

0 Kudos
Message 8 of 8
(4,249 Views)