VeriStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Issues with deploying a compiled model with Matlab 2013b (64bit) and Veristand 2013

We compiled a simulink model (.mdl) to a .dll file with Matlab 2013b (64bit) and Veristand 2013. And now when we try to deploy this model to a RT target (Labview RT), it says the model is not compatible with Veristand. I know Labview RT is 32bit only and Veristand is running 32bit on all operating systems so just wondering if there is a work-around to create a compiled model with Matlab 2013b (64bit) that can be deployed and running on RT machine? Thanks! Jim

0 Kudos
Message 1 of 6
(5,839 Views)
The 64 bit version of matlab still compiles a 32 bit DLL for veristand so that can't be the issue. It is probably what compiler you're using. See here for a list http://digital.ni.com/public.nsf/allkb/2AE33E926BF2CDF2862579880079D751
Stephen B
0 Kudos
Message 2 of 6
(5,827 Views)
I am actually doing this on Windows 8 and the compatibility list only has windows 7 so I chose Windows SDK 7.1. Is that the right way for Windows 8?
0 Kudos
Message 3 of 6
(5,823 Views)
Don't worry about the right most column, that is just for installing the veristand program on the windows operating system. You want to look at the left most column and the compiler column.

Unless you have 2013 SP1 you can't use SDK 7.1 and you must use SDK 7.0.

Follow this link, scroll to the 2013 section, and follow instructions for installing the compiler you need. http://digital.ni.com/public.nsf/allkb/D70E74FDA37CD8E486257990000603A0

You might have to uninstall SDK 7.1 first. I don't remember.

Alternatively you can just upgrade to 2013 SP1. Which I recommend anyway
Stephen B
Message 4 of 6
(5,818 Views)

It works! Thanks!

0 Kudos
Message 5 of 6
(5,798 Views)
Awesome!
Stephen B
0 Kudos
Message 6 of 6
(5,794 Views)