Unable to initialize SIT server

3 views (last 30 days)
Brian Goodall
Brian Goodall on 12 Jul 2011
I'm working with fresh installations of Labview 2010(x32), MATLAB 2007b (x64), and SIT 2010 (apparently same as SIT 5.0). Due to some sort of file protection in the system, I am unable to modify matlabrc.m with the code specified in the readme, but am attempting to execute it in the MATLAB console. The first two commands run fine but the third command,
NISITServer;
throws the error
??? Undefined function or variable 'NISITServer'.
I saw another user, who was using SIT 4.0, on the Labview forums try to fix this with
loadlibrary NISITServer.dll
loadlibrary NISITServer.mex32
but that didn't work for them and it doesn't work for me.
It's a little distressing that the code in the help file doesn't work... any ideas?

Answers (1)

Brian Goodall
Brian Goodall on 12 Jul 2011
Apparently SIT isn't compatible with MATLAB 64 bit installations, despite what it says on the Labview site. (as of 7-10-2009)

Categories

Find more on Programming Utilities in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!