I need a solution
Hi, i start up a PCA Connection through a software written by myself.
I start up PCA as Prozess through
myProcess1.StartInfo.FileName = sAWREM
myProcess1.StartInfo.WorkingDirectory = sPfad
myProcess1.StartInfo.Arguments = sFilename + " /c" + sIP
myProcess1.Start()
When i connect to a plant i could be that i got the following PCA Message
connection to the host is not possible. Host is busy
When someone looks directly on the Host Computer (PCA Systray) i can see
Session: Time
User: Name
Is it possible to get this Status Information remotly to my software?
Best regard Martin