Hi All,
I would like to start teststand (for now just the development environment) with a given sequence file from a C# application.
The reason is as follows:
We have a C# TCIP server that can receive messages from clients connected to that server. When the server receives a message like "StartTestStand(C:/folder_bar/foobar.seq)" it should ideally startup teststand with the given sequence file, specified in the path.
it should close when the command "StopTestStand()" is recieved.
Can anyone guide me trough this process?
I have already found the following:
http://zone.ni.com/reference/en-XX/help/370052P-01/tsfundamentals/infotopics/net_ui_start_shutdown/
The first link only starts the engine, not the development environment, whilst I can't get the second link to work, since I don't really know where to find (or get) the engine class.
Background info: I've been looking into C# for a week, so I only have a basic understanding of it. I'm also not a "real" computer programmer, so please be gentle on me. :')
Thanks!