12-18-2008 12:04 PM
Sounds good I will look into some of these methods and see what works best in my case.
Thanks for the help~!
Cheers.
04-09-2009 02:41 AM
04-09-2009 03:03 PM
Hey Tzench,
Attached is the vi provided by Altenbach saved in LabVIEW 8.5.
Hope this helps.
-Ben
04-14-2009 04:56 AM
04-14-2009 06:51 AM
04-14-2009 07:01 AM
04-17-2009 10:53 AM - edited 04-17-2009 10:54 AM
Tzench wrote:
I did, and it seemed to work, but someone wrote timed structures were for RT OS alone. I'm not sure what this means, perhaps you can test run a VI when you have LabVIEW running, but not create an application with them.
I have no idea what any of this means either. 🙂 Who is "someone"? Don't listen to silly claims of random know-it-alls. 😮 Also, the LabVIEW help will tell you if something is restricted to a certain environment, so you don't have to take the word of anyone (see image). 😉
I have never touched any RT OS and all my code is plain vanilla LabVIEW for windows. You are safe to use any of it, even in built applications.
08-05-2013 04:45 PM
Hi people
I am trying to do a similar thing.
I need to do 4 tasks in a loop of 1000ms.
I need to input cycles between each task and cycles duration each task.
For example for task 1 i need a duration of 100 cycles (gives a true value) each 1000 cycles. and the same for the other 3 tasks.
I let the first code but seems complicated.....if You can help me with simplest way...I am really thank you.
Best
CPalha
08-05-2013 05:35 PM
Appending a new quetsion to a thread already marked as Solved may not get you a quick repsonse. Many people stop watching threads which have been solved. It is better to create a new thread and to refer to this one.
It is not clear exactly what you want to do. Please give a better description of your tasks and timing requirements. When you refer to cycles, do you mean iterations of the while loop?
Lynn
08-05-2013 07:10 PM
Hi Lynn
You are right, but I look for everywhere but I didn't finde the way to create a new thread.
Can you please help to move it fot s new thread, or vreat a newone?
The task will be something that works until it is true and it will be true for a certain number of cycles (iterations loop) then waits a certain number of cycles (this will be a false value) and turns true again.
This tasks will be in time with cycles of loop iterations.
Best
CPalha