Hello. I’m trying to use NI’s network variable to send some results to labview program. Inside the result listener, I added code like this:
//initialize the network variables
_stringWriter = new NetworkVariableBufferedWriter<string>(StringNetworkVariableLocation);
_stringWriter.Connect();
It showed errors in session log like this:
16:26:01.407 Summary -------- Test plan completed successfully in 3.67 s --------
16:26:01.419 PyPowerAnalyzer Device PSU closed
16:26:01.419 PyPowerAnalyzer Resource “PyPowerAnalyzer” closed. [591 us]
16:26:09.619 Settings Error during creating instance of ‘results_listener_PSP.resultlistener_PSP’.
16:26:15.174 Serializer Unable to create instance of results_listener_PSP.resultlistener_PSP.
16:26:15.174 Serializer Could not create an instance of ‘resultlistener_PSP’: NationalInstruments.NetworkVariable.NetworkVariableLicenser is unlicensed.