Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

How to deploy simulink in cRIO 9063

What's the compatible version of simulink and software in crio 9063? Should Simulink be transferred into so. or dll. ?  And how to deploy the transferred file in labview in crio 9063?

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

Jeannie Falcon at NI has done some talks about the options - so look for those first.

Have you looked into NI's Veristand for this? You would also need a the Simulink Coder to generate a real-time executable.

You should also consider any features of your Simulink model that might need changed to make compatible with the route you take - for example if you are using any toolboxes, variable time step solvers, etc

There is also something called LHP Pantera which targets certain cRIO models directly from Simulink - again some limitations on what it can handle.

If your Simulink model is simple enough a manual conversion may be the quickest rather than trying to get the various tools to connect. If your Simulink model is in the form of a scriptted s-function, it is fairly easily to map the different parts of the s-function into an equivalent structure in LV Real-time and Mathscript nodes.

 

Consultant Control Engineer
www-isc-ltd.com
0 Kudos
Message 2 of 4
(2,377 Views)

Actually, I tried to use 2017 eclipse and 2017 ni veristand to transfer simulink into .so file.  Error code shows error locating the NI linux real-time 2014 toolchain as shown in the figure.  When I applied 2014 eclipse and 2017 ni veristand, the compiling process could be done without any error code. But the result in labview turned out to be wrong and constant when deploying the transferred .so file.

 

0 Kudos
Message 3 of 4
(2,371 Views)

There's a link about compatibility checks in this notes:

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P7qZSAS&l=en-GB

But, I guess you know all this and probably need more specialist support from one of the NI Technical team.

Consultant Control Engineer
www-isc-ltd.com
0 Kudos
Message 4 of 4
(2,363 Views)