Hello all,
I recently tried to get data from my axcf 2152 controller using grpc on a remote machine. If I follow this guide (https://www.plcnext-community.net/makersblog/remote-grpc-using-grpcurl/), I can get a working example using grpcurl. When trying to reproduce the same connection using python however, I run into a problem where the grpc server instantly closes the connection after python tries to connect to it remotely. Is there any way to look at the grpc server logs on the controller to better diagnose this problem?
Thanks!