12-20-2007 10:29 PM
Solved! Go to Solution.
12-20-2007 11:27 PM
12-23-2007
05:14 PM
- last edited on
04-07-2025
08:25 AM
by
Content Cleaner
Hello muks,
LabJackSupport came to the rescue on how to use LabJack with LabVIEW. Let's see if we can't find a way to get your data into JPEG form.
In LabVIEW Full and Professional Development Systems, we have a palette specifically geared to handle graphics and sounds. Within this palette there are several read and write VIs which correspond to several common graphics formats: JPEG, PNG, BMP. You can get to these VIs by the path below. I would recommend the 'Write JPEG file' VI for your application. You can find out how to use this VI by using the context and detailed help in LabVIEW.
Right click on block diagram to open the functions palette >> Graphics & Sound >> Graphics Formats
Another option involves our Vision and Motion VIs that come with the NI Vision Development Module.
Hope this helps!
Regards and happy holidays,
01-21-2008 01:01 AM
Hello chris,
Thanx a lot for your concern. After lot of struugle i have managed to get the data in to the pc using SPI.After that it is our home ground with labVIEW and so no probs in converting into whatrever format is required.but the problem is time taken is approximately 40 seconds. any help in trying to reduce the time will be of great help(great is an understatement).
Also from labjack i am getting a set of 50 data. i want to add this data dynamically so that i get 255000 data in a single array.HELP!!!
01-21-2008 09:35 AM