11-14-2006 09:14 AM
You are asking questions that are about impossible to answer because you haven't provided any details on the sensors. Does each sensor constant broadcast or do they require the receipt of some sort of command first in order to reply back with the data? If it's the first case, then you could apply the client model to your program. If it's the second, then you would have something like a a TCP Write followed by a TCP Read. Post the data sheet of the sensors or a link to the information.
When you say you are thinking of a structure, do you mean sequence structure? You will probably have a sequence of events but there is almost certainly no need to use a sequence structure. The functions you will use will have error in/error out connections and that is a better way to enforce execution order. Remember that LabVIEW is a dataflow language.
11-15-2006 12:27 AM
Hi Dennis,
Firstly, I just want to say sorry about the huge mistake that I make.
Actually, my project not recive the data directly from the tranducer but from the wireless device instead. I will explain briefly about this wireless data acqusition project. Our measument is taking from the transducer then it will be connectted to protection device. The signal that we try to get after the protection device is +/- 10V. Then this signal will convert to digital using ADC. After the coversion it will send the data to Pc's by using wifi. Labview is used to do the monitoring and data analysis. the problem is how I'm going to interface this device between the transmitter and reciver. At the transmitter it going to have 4 unit and 1 unit at the reciver. How I'm going to differentiate each data that I receive from ecah transmitter?
Here I attach the specification of the wifi and router.
Regards,
MF Hussin
11-15-2006 08:00 AM
11-15-2006 11:51 AM
Hi Dennis,
I has spoke to NI Application Engineer regarding this matter, he suggest me to used TCP instead of VISA. He mention usually VISA is suitable with serial and GPIB. By the way I will try both and see how it goes. Thank for your help and hope to keep in touch.
Take care.