I didn't know if this should be on the idea exchange or just a post on the forums, seems like a bug to me so it is here. The function in the vi.lib LV Image to PNG Data found here:
<LabVIEW Install>\vi.lib\wsapi\VIs\LV Image to PNG Data.vi
This does not work on the Linux RT. The function takes the cluster of image data and turns it into a PNG image. But on the Linux RT (specifically the cDAQ-9136) it returns an error that the function isn't supported on that target. Of course if you just straight up call the LVImageDataToPNGByteArray in a call library node the function works just fine. So could this function be updated to have the conditional disable structure updated to work with these targets? Thanks.