NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

GRPC server and UI message event conflict

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: 

ptitenif_0-1713428615215.png

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,

 

 

0 Kudos
Message 1 of 2
(295 Views)

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

0 Kudos
Message 2 of 2
(211 Views)