04-18-2024 03:30 AM
Hello everyone,
I have an issue when I want to launch the GRPC server by TestExecWindowsService.exe (testexec.exe).
The historic : I have made some trials with the NI UI events examples to understand how it works.
Today I have to work on GRPC server that must be launched by TestExecWindowsService.exe.
When I execute TestExecWindowsService.exe linked to the gRPC project , I see correclty it( TestStand 2022 gRPC Service) in the task manager but few seconds later, I have the popup of a UIMessage NI example:
This popup is linked to the "handling UI Messages" example when I click on Help
Then TestStand 2022 gRPC Service changes in "About This Example" in task manager.
So when I want to use the gRPC server I cannot made the connection.
Could you help me to know how to remove this example, and have th gRPC server connection?
Thanks,
05-27-2024 09:50 AM
Hello,
This message appears because the sequence you called has a Process model callback overriden named SequenceFileLoad. This sequence as the name suggest, is executed every time your load the sequence file in memory. In the use case of gRPC, this might cause the ok button of the popup is not pushed. So what you can do, just remove the message popup from this sequence or delete it the SequenceFileLoad.
You then should observe the execution of your sequence.
Paolo
Paolo_P
Certified TestStand Architect
Certified LabVIEW Architect
National Instruments France