05-26-2011 10:58 AM
Hello,
I need to make some program to change a Global from a running sequence. Simplifying it, i need to change a boolean Global with an external app (in c#). If anybody has done something similar, i would want to know how.
Until now, ive tried to save the object pointer in the configuration file, through TestStand and through another c# app , but it was no good 'cause it save it as a COM object. I am trying now to use Remoting Services to launch a service(with current Engine) with TestStand so my app could communicate with the Engine through Remoting.
I've tried my server-client without TestStand and works fine, but i cannot make them work if i launch server through TestStand.
I dont know more ways to Capture the Engine pointer... Any idea?
Daniel
05-26-2011 11:13 AM
This is a double post, please see my response to your previous post.