08-25-2009 11:23 PM
hello,
i am working on communication through microcontroller and labview. My data is greater than 8bit. Can anyone may please help me in suggesting how to do it. Also i am interested in getting the real time images of the front pannel during the run time.
Thanks
08-25-2009 11:27 PM
You're going to have to split up your data among multiple bytes. If you are sending 16 bit data, send it as two bytes. 32 bit data, four bytes.
Look at split and join numbers VI's and also typecasting.
You'll have to provide a little more description about what you mean by "real-time images of the front panel".
08-26-2009 02:08 AM
thanks for replying. i want to transmit data from a peripheral device and plot it into labview which will be of 14 bits.
Regarding taking the images. I want to save the pictures of this continous data transfer.
08-26-2009 05:27 AM