LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

simulation interface toolkit?

Solved!
Go to solution

OH..sorry...the pics cause your misunderstanding...

 

Pic of 2013 just a previous versions install screen form(http://digital.ni.com/public.nsf/allkb/E37B8A669CF7FD2E86257A5B006C6600)

 

Pic of 2014 is my installation process..........

 

I want know why the install process different between 2013 & 2014...

 

I want install 2014 Model Generation...How find it??

I download form ( http://www.ni.com/gate/gb/GB_EVALVERISTAND/US ) ,it's a full develop version..

 

Thanks a lot

 

0 Kudos
Message 11 of 32
(1,656 Views)

Oh, thanks for clarifying that Smiley Happy

 

I downloaded the 2014 Evaluation installer on my machine and found that you have to choose this option on the main page:

VeriStand Eval 2014 Install With Customization.png

 

In order for the installation process to show you this page:

VeriStand2014ModelFramework Support.png

 

Otherwise it just chooses the standard features and doesn't let you include the Model Framework!

Craig H. | CLA CTA CLED | Applications Engineer | NI Employee 2012-2023
0 Kudos
Message 12 of 32
(1,648 Views)

Smiley Very Happy

0 Kudos
Message 13 of 32
(1,645 Views)

Hi...thanks your explanation..

 

I already install success,in matlab I try build a .so

 

未命名.png

 

 

 

 

It response an error...

 

I had install C/C++ Development Tools for NI Linux Real-Time, Eclipse Edition 2013 that provide by NI

 

http://www.ni.com/download/labview-real-time-module-2013/4286/en/ )

 

 

Error Message:

(C:\Users\LAN\Desktop\test\2014 labview matlab test\LabView_RT_DCBus_3_niVeriStand_Linux_ARM_32_rtw>C:\VeriStand\2014\ModelInterface\tmw\toolchain\Linux_ARM_32_GNU_Setup.bat   && cs-make -f LabView_RT_DCBus_3.mk  GENERATE_REPORT=0 NIDEBUG=0 NIOPT="Default" OPTS="" 
Error locating the NI Linux Real-Time 2014 toolchain. Confirm the C/C++ Development Tools for NI Linux Real-Time, Eclipse Edition 2014 was properly installed.
### Real-Time Workshop build procedure for model: 'LabView_RT_DCBus_3' aborted due to an error.)

 

 

NI Linux Real-Time, Eclipse Edition "2014"====>>is the issue point ??

 

 

0 Kudos
Message 14 of 32
(1,634 Views)
You'll want the 2014 eclipse package (your link was for 2013):
http://www.ni.com/download/labview-real-time-module-2014/4846/en/

Here's a tutorial for setting it up:
http://www.ni.com/tutorial/14625/en/
Craig H. | CLA CTA CLED | Applications Engineer | NI Employee 2012-2023
0 Kudos
Message 15 of 32
(1,623 Views)
Oh and, what cRIO are you using?
Craig H. | CLA CTA CLED | Applications Engineer | NI Employee 2012-2023
0 Kudos
Message 16 of 32
(1,620 Views)

I use cRIO 9068,

 

I builded a simple .so file using (C++ Development Tools for NI Linux Real-Time, Eclipse Edition 2013) and depolyed it to 9068 success!!

But the file is easy .c & .h ....and I manual generate the .so by  Eclipse Edition...

 

I want use more complex file that like mdl converts..

 

I see the labview help (MIT can convert a mdl to .so file)

I think.. If solve the matlab compiler link Linux,maybe it would be ok!!

 

未命名.png

 

 

Really thanks for your reply.....!!!!

 

 

0 Kudos
Message 17 of 32
(1,598 Views)

I will download the Eclipse Edition 2014 ,and try aganin!!

 

Thanks a lot!!!

 

 

0 Kudos
Message 18 of 32
(1,594 Views)

Hi...I already generate .so !!Thanks a lot!!

 

It possible be used like dll in SIT??

 

I want call .so like dll,must import the .so but I don't have .h file(because generated by matlab & eclipse).

 

I reference the paper ( http://www.ni.com/white-paper/2818/en/ )

0 Kudos
Message 19 of 32
(1,581 Views)
If the .so is built with the model framework you're going to want to call it from MIT. Check out one of the examples about calling and executing a model in the example finder.

I don't think the shared library import tool is going to work for this, especially since you don't have a header file. You should be able to call the library from a call library function node directly if you really need, but again if this is a model you should be using the MIT functions instead.
Craig H. | CLA CTA CLED | Applications Engineer | NI Employee 2012-2023
0 Kudos
Message 20 of 32
(1,566 Views)