09-16-2024 08:09 PM
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.
09-18-2024 04:45 AM - edited 09-18-2024 04:51 AM
Hi ZYOng
I Opened this project but I saw it is missing many vi as below image:
I think this reason I can not build this project
Do you know how to fix this issue?
Thanks for support.
09-18-2024 06:26 PM
As I have mentioned earlier, you need to install all the dependencies.
03-26-2025 06:12 AM
03-26-2025 08:25 AM
Use git to clone the entire repo and start from there.
If you are not familiar with git, there are many free tutorial online.
09-04-2025 04:23 AM
Hi @ZYOng,
I am editing CAN-Frame-Protection-Custom-Device but it always note not found lib as image below throw I installed it.
Do you know this issues?
09-04-2025 06:11 AM
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?
https://github.com/NIVeriStandAdd-Ons/CAN-Frame-Protection-Custom-Device/releases
09-04-2025 08:15 PM
@DungHoang wrote:
Hi @ZYOng,
I am editing CAN-Frame-Protection-Custom-Device but it always note not found lib as image below throw I installed it.
Do you know this issues?
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.
09-04-2025 08:16 PM
Duplication with https://forums.ni.com/t5/LabVIEW/Support-Xnet-in-Veristand/m-p/4451922/highlight/false#M1314630
09-05-2025 05:57 AM
Hi ZYOng
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.