Closed kevinterface closed 3 years ago
for me the usage of the following command helps to build not a darwin file but a windows exec file. I assume that you have a gpx_opcua_darwin_amd64.exe file in your dist folder.
dotnet publish ./pkg/dotnet/plugin-dotnet/.win.build.csproj -r win-x64 -o ./dist --self-contained true
Oh, yes. That should do it (the command above)
Exactly what i needed! 👍
While trying to get the plugin up and running i encounter the following error entry in the grafana.log (located in ..\grafana\data\log)
I see a reference in the following file ..\grafana\data\plugins\grafana-opcua-datasource\pkg\dotnet\plugin-dotnet.win.build.csproj but also a comment regarding the issue of the missing file.
`
`
Are you also seeing this log entry in your grafana.log? At the moment I cannot connect to my OPC UA Server, when using UAExpert Client the server is available and I can read data from it.