LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Support Xnet in Veristand

Once done with the modification, you can rebuild the Configuration Release and Engine Release.

The build specifications are configured with Post-Build VI to copy the built files to the Public Documents directory. Your custom device will be overwritten by the modified version. You can proceed to configure it as usual.

-------------------------------------------------------
Applications Engineer | TME Systems
https://tmesystems.net/
-------------------------------------------------------
https://github.com/ZhiYang-Ong
0 Kudos
Message 11 of 29
(601 Views)

Hi 

 I Opened this project but I saw it is missing many vi as below image:

DungHoang_2-1726653548900.png

DungHoang_0-1726654068776.png

 

 I think this reason I can not build this project

 

 Do you know how to fix this issue?

 

 Thanks for support.

0 Kudos
Message 12 of 29
(587 Views)

As I have mentioned earlier, you need to install all the dependencies.

-------------------------------------------------------
Applications Engineer | TME Systems
https://tmesystems.net/
-------------------------------------------------------
https://github.com/ZhiYang-Ong
0 Kudos
Message 13 of 29
(575 Views)

Hi ,

 

Sorry to bother you, do you have the file of the image below for labview 2020?

DungHoang_1-1742988868261.png

 

 

0 Kudos
Message 14 of 29
(469 Views)

Use git to clone the entire repo and start from there.

If you are not familiar with git, there are many free tutorial online.

-------------------------------------------------------
Applications Engineer | TME Systems
https://tmesystems.net/
-------------------------------------------------------
https://github.com/ZhiYang-Ong
0 Kudos
Message 15 of 29
(464 Views)

Hi @

 

 

 

DungHoang_0-1756980375204.png

DungHoang_1-1756980411147.png

 

 

0 Kudos
Message 16 of 29
(244 Views)

Hi All,

 

 I am trying modify calculate CRC and Rolling in CAN-Frame-Protection-Custom-Device-2020-1.3.0.006 for labview 2020, But I saw it is missing some lib in folder. 

 

 Do you know how to download them?

 

 

DungHoang_0-1756986809132.png

https://github.com/NIVeriStandAdd-Ons/CAN-Frame-Protection-Custom-Device/releases 

0 Kudos
Message 17 of 29
(260 Views)

@DungHoang wrote:

Hi @

 

 

 

DungHoang_0-1756980375204.png

DungHoang_1-1756980411147.png

 

 


They are also available in NIVeriStandAdd-Ons repo. https://github.com/NIVeriStandAdd-Ons/Frame-Protection-Support

The easiest way is to use git. First clone the git, then create a new branch. The new branch creation will download the submodules automatically. 

-------------------------------------------------------
Applications Engineer | TME Systems
https://tmesystems.net/
-------------------------------------------------------
https://github.com/ZhiYang-Ong
0 Kudos
Message 18 of 29
(231 Views)

Duplication with https://forums.ni.com/t5/LabVIEW/Support-Xnet-in-Veristand/m-p/4451922/highlight/false#M1314630 

-------------------------------------------------------
Applications Engineer | TME Systems
https://tmesystems.net/
-------------------------------------------------------
https://github.com/ZhiYang-Ong
0 Kudos
Message 19 of 29
(229 Views)

Hi  

  

  Thanks for suport.

 

  I have built it using labview but when used in veristand it gives error as below

 

Deployment Error
Project Window.lvlib:Project Window.vi >> Project Window.lvlib:Command Loop.vi >> Project Window.lvlib:Connect to System.vi
<append>=========================
NI VeriStand: XNET Create Session (Conversion).vi:360001<APPEND>

<b>Complete call chain:</b>
XNET Create Session (Conversion).vi:360001
Protection and Counter Support System Explorer.lvlib:Sort Signals By Frame Order.vi
Protection and Counter Support System Explorer.lvlib:Get Compiled Counter And Protection Frames.vi
Protection and Counter Addon System Explorer.lvlib:Compile and Export Settings.vi
Protection and Counter Addon System Explorer.lvlib:ActionVIOnCompile.vi
Engine Data Compilation.lvlib:Call Action on Compile VI.vi
Engine Data Compilation.lvlib:Process Action on Compile VIs.vi
Engine Data Compilation.lvlib:System Storage to Engine Binary.vi
System Storage Compiler.lvlib:System Storage To Multiple Engine Binary.vi
NI VeriStand Server.lvlib:System Storage FG.vi
NI VeriStand Server.lvlib:NI VeriStand Server.vi
NI VeriStand Gateway.lvlib:VeriStand Server Wrapper.vi
Error -1074384541 occurred at Project Window.lvlib:Project Window.vi >> Project Window.lvlib:Command Loop.vi >> Project Window.lvlib:Connect to System.vi

Possible reason(s):

NI-XNET: (Hex 0xBFF63163) You used an empty name for an XNET database object (database, cluster, ECU, frame, or signal). Empty name is not supported. Solution: Refer to NI-XNET help for IO names to review the required syntax for the name, and change your code to use that syntax.
=========================
NI VeriStand: XNET Create Session (Conversion).vi:360001<APPEND>

Complete call chain:
XNET Create Session (Conversion).vi:360001
Protection and Counter Support System Explorer.lvlib:Sort Signals By Frame Order.vi
Protection and Counter Support System Explorer.lvlib:Get Compiled Counter And Protection Frames.vi
Protection and Counter Addon System Explorer.lvlib:Compile and Export Settings.vi
Protection and Counter Addon System Explorer.lvlib:ActionVIOnCompile.vi
Engine Data Compilation.lvlib:Call Action on Compile VI.vi
Engine Data Compilation.lvlib:Process Action on Compile VIs.vi
Engine Data Compilation.lvlib:System Storage to Engine Binary.vi
System Storage Compiler.lvlib:System Storage To Multiple Engine Binary.vi
NI VeriStand Server.lvlib:System Storage FG.vi
NI VeriStand Server.lvlib:NI VeriStand Server.vi
NI VeriStand Gateway.lvlib:VeriStand Server Wrapper.vi

 

 Do you know how to fix it.

0 Kudos
Message 20 of 29
(208 Views)