12-26-2005 03:10 PM
12-26-2005 03:58 PM
I think the only way this would be possible in LV was if you convert the images to the LV picture format, flatten that to a string, send the string over and unflatten it and write it to a picture indicator.
There are several potential problems:
1. 7.0 was the first version of the PDA module. I don't remember how much support it has for the picture control, although I believe it should have enough. The newest version is 8.0, which was just released.
2. Depending on the size of the picture, this can be a lot of data. Since you have a g connection, that should be less of a problem, but it still may be an issue, depending on your frame rate. I once wrote a VI which recognized which parts of an image were changed and used a special (very primitive) protocol to send the data to the PDA (I was thinking of a cellular connection and wanted to minimize the amount of data), but I did that for the LV interface, which was mostly static, and I only detected that when it changed.