06-17-2009 09:53 AM
06-17-2009 11:13 AM
The error occurred because you can't save floating point data in BMP format. This format intendend for 8-bit or RGB images only.
If you need save SGL image, then use AIPD format. IMAQ Write File.vi located in vi.lib\vision\Files1.llb. Connect "AIPD" string to the file type input.
Andrey.