Hi,
I am using a PIC microcontroller to sample temperature and humidity every minute. I want to display this data in labview. I can currently send one data stream and plot it using the visa serial block. But I want to plot both streams simultaniously, how do I do this?.
Lets say I transmit the temperature and humidity using the following structure via uart "010,050". This is for a temperature of ten degrees and 50% humidity. Is there a way I can split these in labview so I can plot both seperately?
Thanks,