01-08-2010 03:14 AM
Hello Team,
I am getting the following error attached as Error 15 occured at an un identified location. Here I am using a timed loop
within a while loop and I will pass a period of 10msec(by default)/x mses value to it initially and exit the timed loop inside it. I am doing DAQ AI reading inside the timed loop based on the timing i specified. When I am working my project using my code I am able to read DAQ data successfully. But when I made my project as installer and run it, it is not executing the timed loop and so the DAQ readings are not coming, when i checed the error output code for Timed loop it is giving the error as mentioned. Can you please let me know what is causing this error. My vi is very big and has 6 to 7 parallel while loops running parallelly and having used queses, semaphores etc.,
I am surprised why it is working with the code and is not working when made as an executable. Could you please help me in identifying this problem.
Thanks in Advance.
01-08-2010 03:22 AM