07-16-2010 03:46 AM - edited 07-16-2010 03:47 AM
hello again please see the problem and reply your honorable advise
In "ProjectMain.VI" there are 3 task have to be done ,1. train have to move from one end to other(8Minuit interval) ,2.continues Motion of Fan,3.Air Movement.
all these task are being performed but the problem is whenever train start Run Air And Fan motion are stope and in the same way air start train and Fan Stop...
i want to continues Run of Fan Air and train Motion(for 8Minuit interval ) without any interruption untill the Mode changed
looking for your honorable Advise Solution etc
please help me
07-16-2010 04:44 AM
Hi Semak,
you should really enhance this program ASAP
- You don't need all those sequence structures. Use proper dataflow instead.
- When all those processes should run in parallel you should also program them in parallel loops! Use a programming scheme like producer-consumer loops, your GUI being the producer (of commands), your several processes being the consumer (reacting on commands)...
07-16-2010 05:21 AM
Try this..
07-16-2010 07:14 AM
ok thanks
anything else OR any TIPs how to improve this
any suggestion
waiting