From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,842 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,830 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,826 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,821 Views)

It works! Thanks!

0 Kudos
Message 5 of 6
(5,801 Views)
Awesome!
Stephen B
0 Kudos
Message 6 of 6
(5,797 Views)