Hi Allen,
Yes, it is possible to start a process VI built by Endevo GOOP Inheritance Toolkit. We have done that in several projects already using the toolkit.
Actually, what you do is to create one Process-method and two support methods: StartProcess and StopProcess (these methods use VI server to start). Example:
Public methods:
Class_StartProcessX.vi (start process X)
Class_StopProcessX.vi (stop process X)
Private method:
Class_ProcessX.vi (actuall process to run, containing some sort of looping to keep process alive).
This is actually nothing GOOP unique at all, just ordinary VI server but used in GOOP methods.
If this is a major area of usage for you, I could easily provide you with some class templates that you could use to create cl
asses from in GOOP Inheritance Toolkit which have this "built-in".
Please mail support@endevo.se and I will make sure you get them.
Regards,
Mattias Ericsson
Endevo
Main developer of the GOOP Inheritance Toolkit