04-04-2019 12:29 PM
I am using measurement studio and Daqmx to pick data from NI ELVIS II. The software am developing involves using a DataSocket server and works fine if testing in a Console application or windows forms. However, when I transfer the code to a windows service, other things run fine but am not able to start the datasocket server to stream the data that I pick from the NI ELVIS II board. Am asking if there is something that I can do in order to be able to run the dataScoket Server in the Windows service app.
Thank you!
Solved! Go to Solution.
04-05-2019 01:44 PM
When you say that you are not able to start the datasocket server to stream, are you seeing any errors? How have you configured the datasocket server?
04-06-2019 04:04 AM
I managed to figure it out.
The data Socket server was running as system user so I could not see the config GUI but with the right reading address, everything worked fine