10-15-2012 02:11 AM
heyy
i am varun , biginner in labview. i am developing a vi in which i have to log data of temperature,pressure and airmass. these values are obtaining by different instruments by serial port. so my question is " can i read 2 or more com ports,lan port symultaniously and log their data in a array or cluster in a singal vi ? if yes please send me detail procedure to develop this vi.if you hav any example of such vi then it will be very heplful for me.
waiting for your reply
thanks
varun dongre
varun.eni09@yahoo.co.in
10-15-2012 07:31 AM
I think that depends on your definition of simultaneously. If you mean everything at the exact same time, no. If you mean in parallel within a given time period, sure.
Look in the example finder (Help->Find Examples...) for Simple Serial Write and Read. That will be a good starting point. You can pretty much duplicate the code in order to talk to the other instruments.