LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

MATLAB DataPlugin for 64-bit LabVIEW

Where is the 64-bit LabVIEW support for writing Matlab .mat files?  Or is the source code available for the 32-bit version (http://zone.ni.com/devzone/cda/epd/p/id/4178) so that someone can compile their own?

 

Thanks,

D

0 Kudos
Message 1 of 6
(3,283 Views)

It is a plugin to be used with the DataFinder toolkit.  I'm pretty sure that toolkit runs in 32-bit regardless.  You must first install the plugin.  You can then read from/write to the mat file using the DataStorage/DataPlugin palette (in the File palette).


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 6
(3,278 Views)

crossrulz is 100% correct.  I've run into this specific problem before and the DataFinder Toolkit is only available in 32 bit.

Chris
Certified LabVIEW Architect
Certified TestStand Architect
0 Kudos
Message 3 of 6
(3,259 Views)

DataPlugins can be used by Storage VIs which are available on 64bit Windows.

Only a few C++ DataPlugins, such as TDM, TDMS and CSV are ported to 64bit so far - unfortunately not the MATLAB DataPlugin.

But you can use all VBS DataPlugins (including those for processing XLS(X) files) - which are 90% of all DataPlugins on ni.com/dataplugins - on 64bit Windows.

0 Kudos
Message 4 of 6
(3,220 Views)

Yes.

 

64 bit Windows - fine. (with 32-bit LabVIEW)

 

64 bit LabVIEW - not supported.

Chris
Certified LabVIEW Architect
Certified TestStand Architect
0 Kudos
Message 5 of 6
(3,212 Views)

To clarify what Chris said, 64-Bit Operating Systems with a 32-Bit emulation (x86 directory) are certainly fine with 32-Bit LabVIEW. (this excludes Windows XP 64-Bit as it has no emulation layer)

Most general 32-Bit vs. 64-Bit LabVIEW questions are covered in this KnowledgeBase article.

 

To summarize, you'll have full LabVIEW functionality with the 32-Bit version.

The 64-Bit version of LabVIEW is really only recommended for Vision applications that need the additional resources for large image processing. 

 

As another note, currently, most of our software also only supports 32-Bit versions of The MathWorks, Inc. Software.  

 

MATLAB® is a registered trademark of The MathWorks, Inc.

 

 

Applications Engineer
National Instruments
CLD Certified
Message 6 of 6
(3,194 Views)