02-16-2015 09:57 PM
I don't know how to solve this problem, because I need to run the state machine for 30 minutes, but it only runs for several seconds and then stops. Is it caused by the communication between computer and the equipment, or the computer is not fast enough, or there's some deadlock in the program?
02-16-2015 09:58 PM
02-17-2015 01:21 AM
Hi cantata,
which "equipment" are you talking about? Why don't you ask the vendor of "the equipment"? There should be specifications, what kind of computer is needed to drive "the equipment"…
Are your parameters in calling that DLL function correct?
How often do you call that "equipment" DLL?
02-17-2015 01:24 AM
02-17-2015 04:56 AM
cantata2014 wrote:
I don't know how to solve this problem, because I need to run the state machine for 30 minutes, but it only runs for several seconds and then stops. Is it caused by the communication between computer and the equipment, or the computer is not fast enough, or there's some deadlock in the program?
Impossible to say without some real code to look at.
02-17-2015 05:48 PM - last edited on 04-07-2015 12:45 PM by dcarva
Hi GerdW,
the equipment is a Wave Analyzer. I didn't ask the vendor because I tested this subVI in another simple program and it didn't get stuck.
I have attached my program here. Thanks~
[Edited 04/07/2015: Removed attachment that included private information]
02-17-2015 05:49 PM - last edited on 04-07-2015 12:45 PM by dcarva
Hi crossrulz,
this is my program
[Edited 04/07/2015: Removed attachment that included private information]