02-15-2007 06:30 PM
02-16-2007 01:28 AM
Hi Murty,
If the CLF node returned a value, then the function terminated. If it didn't return the value expected then look for errors! Are you checking for errors? It's easy to forget to wire/supply a sufficient timeout for GPIB reads...
It sounds - from your post - as though the CLF is in one frame of a sequence-structure or state-machine, and must be terminating before "the next frame" executes. If, instead, the CLF is running in parallel to some other section of code, then you may need to use "data-dependency" to control the execution-order of your diagram - to make sure other code waits for the CLF node to terminate.
Cheers!