Automotive and Embedded Networks

cancel
Showing results for 
Search instead for 
Did you mean: 

Assigning Signals from Database file to session but getting empty session name error at runtime

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

0 Kudos
Message 1 of 2
(2,907 Views)

 

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?

Jeff L
National Instruments
0 Kudos
Message 2 of 2
(2,853 Views)