01-02-2007 11:27 PM
01-03-2007 08:34 AM
01-03-2007 07:47 PM
Hi Dennis,
Thanks for the reply. It is working fine when I remove the local variable. But the problem is till I select any operation (5 $ or 3 $) in Purchase Selection cluster, the Car Wash Simulation Switches should not be operable. Means till you select a 5 $ or 3 $ operation those should not be made true. That's why there is a local variable whose value is set with "False" in initialization part. Could you tell me any alternative solution?
One more thing, I am unable to stop the application from Test Stand. Means in the Test Step I have given inputs for Purchase Selection Cluster and Car Wash Simulation Switches cluster. So when I execute this Test Step without local variable it is executing fine. But I am unable to stop the application to run another Test Step. Could you please tell me how to do this?
Regards,
Nagaraju
01-03-2007 08:02 PM
01-03-2007 08:26 PM
Hi Dennis,
Thank you very much for your quick and fast reply. Ya, I am a new user to both LabVIEW and Test Stand. Our Lead asked us first to implement the Car Wash application in LabVIEW and then to test it in Test Stand.
That's why I chose this application. There should not be any manual operation in LabVIEW. Everything should be automated. Even the stop button also. The user have to give inputs in test steps. LabVIEW should take those inputs, execute, then it has to stop the application and Test Stand should unload all the modules.
So please tell me a way to achieve this, as this is a starting step for us to automate another big application.
01-03-2007 09:18 PM
01-03-2007 09:28 PM
Hi Dennis,
Thank you for the reply.
Ya he knows LabVIEW very well. But till now we worked on C and C++ and we are very new to LabVIEW. That's why he gave very simple example.
Actually he knows the code is available in NI site. That's why he told us to not to use that code and we should implement it on our own.
When we did it we have not used "wait for wash selection" state machine state. We just kept a case structure, where if u dont select any purchase selection it will be in initialize state only. Like that we did with simple shift registers and not the standard like the code which NI site is having.
Lead gave this simple example to know how we will test this application. So please tell me how to proceed in elaborated manner.
Once again thank you very much for your replies.
01-03-2007 10:08 PM
01-04-2007 01:26 PM
01-04-2007 09:54 PM
Hi Dennis,
Really very thankful to you for your help and suggestions.
Just now I saw your reply and let me understand the link you have provided.
Once I done, I will tell about the application.
Thank you once again.....