Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

Load a linux shared library into the CompactRIO automatically.

Hello!

 

I'm trying to create a package to use with the CompactRIO (Linux RT). This package has some vi's that call a linux shared library located in my project folder (Windows system).

When I manually copy the .so file into the CRIO, everything works fine.

 

The problem is that I need to copy or deploy this .so automatically, in other words, I want to install my Package and make it copy the .so file into the CRIO automatically.

 

How can I do this? Can anyone help me?

Thank you in advance!

0 Kudos
Message 1 of 4
(2,528 Views)

Do you want to deploy your application into many CompactRIO?

As far as I remember, RAD Utility duplicate not only your application but also required library.

Please try it out : )

Certified LabVIEW Developer
There are only two ways to tell somebody thanks: Kudos and Marked Solutions

GCentral
Message 2 of 4
(2,503 Views)

@Tepig wrote:

Do you want to deploy your application into many CompactRIO?

 


Yes, the idea is be able to install this package using VI Package Manager (in Windows or even Linux environment) and use it in any CRIO. It will works like a LabVIEW library, where I can create a project and run it in CRIO. 

 


@Tepig wrote:

As far as I remember, RAD Utility duplicate not only your application but also required library.

Please try it out : )


Thank you! I'll take a look!

0 Kudos
Message 3 of 4
(2,497 Views)
 wrote:

As far as I remember, RAD Utility duplicate not only your application but also required library.

Please try it out : )


It's not what I'm looking for... 😕  If anyone have any other idea, would be great!

Thank you!

0 Kudos
Message 4 of 4
(2,448 Views)