LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there Modbus custom device for LINUX RT target CRIO-9049

Solved!
Go to solution

is there Modbus custom device for LINUX RT target CRIO-9049

0 Kudos
Message 1 of 5
(199 Views)

I've never used either but there does appear to be two options in the old NIVeriStandAdd-Ons GitHub.

 

https://github.com/NIVeriStandAdd-Ons/Modbus-Custom-Device

https://github.com/NIVeriStandAdd-Ons/Modbus-Custom-Device-v2

 

At the very least they may be good starting points for you.

0 Kudos
Message 2 of 5
(161 Views)

v2 works. I have been using that on cRIO-9038 in VeriStand 2021.

-------------------------------------------------------
Control Lead | Intelline Inc
Message 3 of 5
(144 Views)

Modbus packed library(Modbus API.lvlibp) is not getting loaded due to version mismatch in the V2.

 

How to get the packed library compatible with labview 2023 

 

I am using Labview 2023 Q3,veristand 2023

0 Kudos
Message 4 of 5
(120 Views)
Solution
Accepted by AnveshKP

@AnveshKP wrote:

Modbus packed library(Modbus API.lvlibp) is not getting loaded due to version mismatch in the V2.

 

How to get the packed library compatible with labview 2023 

 

I am using Labview 2023 Q3,veristand 2023


You can ignore the loading error.

  1. Build both the Packed Library specification under Modbus-Custom-Device-v2\Modbus-Custom-Device-PPL\Source\Modbus PPL.lvproj
  2. Then build Configuration Release and Engine Release of the custom device source.
-------------------------------------------------------
Control Lead | Intelline Inc
Message 5 of 5
(85 Views)