04-29-2015 07:37 PM
The labview crashes every time I try to save a large file, for example a 512x512x512 integer 32 3D matrix. I need to have it in one file because of the DICOM server protocol I use. Am I doing something wrong?
04-29-2015 09:09 PM
Hi,
It is too large for LabVIEW 32bit if you have some other codes on your diagram. Perhaps you need to split your 3D matrix and write to a series of DICOM files.