Fast question! Is it possible to assign a variable that will let us know if it is run by pcdmis directly or through inspect (be 0 if run by inspect for example and 1 if run through pcdmis)? Thanks in advance!
what do you mean by "run" ? read or write? It doesn't really make a difference, you can't determine from which source a variable was written, you can only read out the content.
It is also not possible to determine whether a measurement program was started by pcDMIS itself or by automation, if that's what you meant.
You can maybe create a second variable and write it there if the first one was changed by automation, maybe that will help.
what do you mean by "run" ? read or write? It doesn't really make a difference, you can't determine from which source a variable was written, you can only read out the content.
It is also not possible to determine whether a measurement program was started by pcDMIS itself or by automation, if that's what you meant.
You can maybe create a second variable and write it there if the first one was changed by automation, maybe that will help.