11-22-2010 01:20 AM
Hi All ,
I have a problem while working with TS 2010 & CVI 2009 .
i am using TS for checking multiply cards ( 1 - 28 ) while checking 1 - 20 cards everything is OK but , when i'm checking 25 or 26 i some times get this error ( see picture ) .
the panel i'm loading from CVI is a simple panel with a clock that counts 10 sec on the screen and then its fades.
its important to say i am working with batch sync and testing 28 cards at the same time but not together each one at his turn .
the cards are tested in an oven 25c for all , then 75c for all and then -17 for all. the message pops up for each card in every test.
11-24-2010 11:25 AM
Hi Kobi,
Is this happening on multiple teststations or just one? I'm curious as to whether the system is able to handle running that many tests in parallel. Are you able to monitor memory usage in Task Manager to see if there is adequate memory at the time of error?
11-25-2010 02:50 AM
Hi Raj,
11-29-2010 11:44 AM
Hi Kobi,
I'm not aware of any limitation of the number of parallel tests. I believe it's dependant on whether the computer can handle the tests. In terms of passing local variables between sequences, if they are subsequences, you can pass them using the parameters. It is the recommended way to pass data from one sequence to another without corrupting the data when running in parallel. The knowledgebase here gives valuable insight into how this can be done. I will wait for you to get back to me on the memory usage issues.