IP Device Connection

I am working on a project for a device from Radix this is something that is used to get temperature and humidity readings from our production floor. in order for me to connect and grab data from this device what next steps do i need to take to make it work,

http://radix.co.in/products/hawkeye-rh-t-dp-indicator-hawkeye

  • Microcontroller based
  • RH, Temperature & DP measurement
  • Software programmable channel ranges, units & input types
  • Slave display unit - RH+T+DP remote
  • User programmable for 1,2 or 3 channel measurement
  • 3-row, 0.8” (20.3 mm), large, bright LED display
  • 3 programmable Alarms with visual annunciation
  • 3 programmable Alarms with open collector outputs to operate external relays
  • Real Time Clock with battery back-up
  • Software calibration for all 3 channels
  • Calibration history / schedule for validation
  • RS485/MODBUS RTU multidrop communication for PLC, SCADA, etc.
  • 24 VDC or 85~265 VAC SMPS supply
  • Powerful, user-friendly SCADA available
  • FDA 21CFR Part11 compliant SCADA version also
  • Advanced digital RH+T sensor technology

Easiest thing to do is probably put something like a Moxa MGate in front of it and then use Ignition's Modbus TCP driver to connect.

1 Like

thanks will check it out

I have probably 100 of these items with different IP address just fYI

Nothing in the specs on the page you linked say anything about these devices even having an ethernet port, let alone whether they can communicate over some known protocol on it.

http://radix.co.in/products/hawkeye-pro-eth-hawkeye-pro-eth?family_id=data-logging-in-cleanroom

it seems they have two models the Hawkeye ETH is the one I have with the ethernet port.

Looks like these have Modbus TCP support, so you'll just use Ignition's Modbus driver to connect directly.

Next step would be to find a user manual or some other documentation that tells you what registers the data you want is in and then try to connect to one of these with the Modbus driver and get a value.

1 Like

thanks will check it out