LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Question on obtaining sensor readings over TCP/IP from an Omega iSeries device

Sir/Ma'm,
 
I have been trying to use Labview TPC/IP to received data from an Omega Iseries sensor.  I have been able to establish contact with the devise through a command prompt ping, through internet explorer, and a Labview Telnet example program.  I have not  been able to read data using a Labview Vis using Telnet or TCP/IP vis.  Any suggestions?  I am interested in using the TCP/IP protocol or Telnet to receive the data in a labview datalogging application. 
 
Larry
0 Kudos
Message 1 of 7
(3,822 Views)

@M_T wrote:
Sir/Ma'm,

No need to be formal... This is a public forum. Smiley Wink

Omega sometimes provides LabVIEW drivers for their products. Have you checked their web site? Which specific device are you trying to talk to? In general, you need to know the protocol, as in what commands to send out, and how many bytes to read, and whether the device is continuously sending out these packets, or if it does so only in response to a command.
0 Kudos
Message 2 of 7
(3,814 Views)
I have checked Omega and newport websites and the NI website, which do not have labview drivers for the Omega iSeries.  I have been successful establishing the port connections with a labview telnet program, but I have not been successful in finding the correct syntax or command in the omega user guide to read the data. 
0 Kudos
Message 3 of 7
(3,812 Views)
What is the model number of the device that you're using? Can't help without knowing what you're talking to...
0 Kudos
Message 4 of 7
(3,808 Views)
I am talking to a Omega iServer CNiTH-i8DH42-2-C4EI.  It is a humidity sensor/controller.  When I use the Labview TELNET program, I can only seem to get configuration and setup menus.  When I use the ? command.  I don't seem to have any sensor reading commands available.
 
 
0 Kudos
Message 5 of 7
(3,803 Views)
There should be a very old (5.1, I think) connection manager attached.  We used this to talk
with an iSeries device.  The response parser is missing, as it is proprietary, but this should
at least let you get started.  There was a mode that had to be set in the iSeries device to
output to a display device; this .vi assumes that it is the display device.

Hope this gets you started in the proper direction.

Matt
0 Kudos
Message 6 of 7
(3,793 Views)
Matt,
 
Thanks.  I will give it a try.  I will have to convert it from an earlier labview version, so I can use it in the Labview 8.  I will give a try.  Again, thanks.
 
Larry
0 Kudos
Message 7 of 7
(3,771 Views)