07-17-2025 01:45 PM
I am trying to implement the custom device for using ProfiBus KunBus DF Profi II card on a PXIe running Linux and LVRT 2023 and using Veristand 2023. Our previous version was a Pharlap PXI running LVRT 2019 and Veristand 2019. Would anyone have the configuration and engine files needed to implement this?
I am getting the error: 307603 when I try to load the Custom Device into VS. I have built the project in a different directory than where Veristand is calling from and moved the files. Any suggestions would be greatly appreciated. Thank you.
07-17-2025 08:10 PM
See Creating or Migrating a Linux_64 64-Bit VeriStand 2021 Custom Device LabVIEW Project
I am not familiar with the driver for Profibus. If the driver API is calling a DLL underlying, you would need to reach out to the original driver developer for the Linux SO shared library.
11-08-2025 04:36 AM
You can try the following steps:
1. Copy the DFP2Image.bin file to Linux RT: /home/lvuser/natinst/LabVIEW Data/DFP2Image.bin;
2. Copy the DF_PROFI_II.inf file to Linux RT: /etc/nipal/devinit.d/DF_PROFI_II.inf;
3. Reboot PXI device;
4. Replace LabVIEW 202x\vi.lib\addons\Kunbus.lib\Profibus VISA Driver\DF PROFI II.llb with the following DF PROFI II.llb;
5. Rebuild your Profibus DP custom device project.