11-28-2007 12:20 AM
11-28-2007 12:25 AM
12-19-2007 04:39 PM
Hi Andrew,
Great news – this is definitely not only for an 8 bit example. You will have no problem using it with your 6115 (12-bit, simultaneously sampled AI). The LabVIEW help for AI.RawDataCompressionType (AI Data Compression Type.JPG) lets us know that there are three types of compression: None, Lossless packing, and Lossy LSB Removal. Lossless packing will take off unused bits (I.E. – the 4 MSB’s that are discarded because the 6115 is only 12 bits, and not 16). Lossy LSB Removal will do this, and then you can remove the lower bits as well by specifying how many bits you would like the sample to be. Please let me know if you have any further questions.