05-02-2017 08:55 PM
Error:
NI-XNET: (Hex 0xBFF63166) You used an empty name for the XNET Session. Empty name is not supported. Solution: Use a valid XNET session name from your LabVIEW project
when I create my session I've selected the signals in which go to the session based off the database file I will send it. when the session gets sent to my create I suddenly get an session name empty error
I can see that on my session value I have:
___xnetSesn#00000002
in that IO value should I instead have the signal names? I thought the above was my session name
05-03-2017 12:29 PM
Can you post a screen shot or a trimmed down version of code that duplicates the issue?
The Create Session.vi doesn't take another session reference as an input, it provides one as an output. It does accept strings as inputs though so perhaps your signal generating code is returning an empty list or string?