LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

TCP/IP connection with IEEE1344 protocol to LabView

We want to use LabView to analyze data collected by means of the IEEE1344 protocol over an TCP/IP interface from RTUs. 
How can this be done in LabView ?
Is the IEEE1344 protocol available in LabView ?
Is is possible to program protocol drivers in LabView ?
 
0 Kudos
Message 1 of 2
(2,983 Views)


@Stig wrote:
We want to use LabView to analyze data collected by means of the IEEE1344 protocol over an TCP/IP interface from RTUs. 


>How can this be done in LabView ?

Write an instrument driver.

>Is the IEEE1344 protocol available in LabView ?

Not out of the box but TCP/IP is, and any protocol based on TCP/IP can be implemented in LabVIEW. There are various
NTP and IRIG-B VIs around on the web, at least I guess you want to use NTP or IRIG-B, which IEEE 1344 seems related to.

>Is it possible to program protocol drivers in LabView ?

Yes of course. You just need to know the protocol format. You have two possibilities: most TCP/IP protocol are text based where you send specific text commands and parameters over TCP/IP. Some are binary where you need to pack data into byte streams. Your IEEE1344 protocol is likely a text based protocol so writing a driver is simply understanding what text messages need to be send over the network.

Rolf Kalbermatter

Message Edited by rolfk on 07-06-2006 10:23 AM

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 2 of 2
(2,959 Views)