02-04-2006 07:10 AM
02-06-2006 01:12 AM
02-06-2006 02:14 AM
1.0.1 apparently
thanks for the advice
how do i get rid of the menus so the operator doesnt bugger things up?
02-06-2006 03:18 AM
02-06-2006 06:22 AM
thanks for advice.
but im still having an issue here!
i can call the vi and pass data to and from it but nothing happens in teststand until i exit this vi.i.e. as i called the vi from teststand it waits till it stops.
this is not what i want to do.
i want the vi to remain open. there must be a way i can do this and still pass data to/from the vi and teststand. personally i just dont know how !!!
if i call an exe it works but the exe errors as the data passing doesnt seem to work.
well if you can sort this it would be very apreciated !!!!!
02-06-2006 07:39 AM
Hi,
You will need to call you VI from when a SequenceCall step. This SequenceCall Step you setup to run in either a new execution or new thread, probably in a new execution. Set it up so that it runs without a process model. You can define this in the Specify Module dialog for a Sequence Call.
This example may help:
Not sure about this example:
This one should help (try this one first):
Regards
Ray Farmer
02-06-2006 08:11 AM
much apreciated
ill leave you alone now 😉