LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using XNET in an installer

Hi all,

 

I having an issue creating an installer with XNET included. My program runs fine in development mode. No issues at all.....

 

When I create an installer, I found that my CAN device just didn't work. It seemed I needed to point the VI to my alias using XNET Database Add Alias (reading other posts). I did that, but still getting an error 1074384340. I am using the same alias in development mode and not sure why I am getting this error. It seems this error is caused by an invalid character in the database name? 

 

This is the first time I have tried to build an installer with XNET. When dealing with DAQ's, you simply import your task list....that is what I am used to but I believe it is different with XNET. Do I need to install the XNET database editor on the target machine? This machine does not have Labview installed and is a clean test machine.

 

Thanks

 

 

 

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

Of course, after I post...I figure it out. It was all about file structure. The filepath wanted the .dbc in the path and the alias was the .dbc file without the .dbc

 

Example:

Filepath:        c:\test\cantest.dbc

Alias: cantest

 

 

0 Kudos
Message 2 of 2
(2,297 Views)