From Saturday, Nov 23rd 7:00 PM CST - Sunday, Nov 24th 7:45 AM CST, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
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?
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.