6

As part of one new requirement for web application I am maintaining, we need to send a signal to a device in a factory when certain conditions are met in the application.

Sending a signal is simply short-circuiting 2 wires (physical push button). The controlled device is not anywhere near the web server that is hosting application, but it is on the same network. S the idea is to buy boards that already have hardware relays and can accept activation commands via TCP/IP. The ability to secure a board with password protection is a plus but not a must.

As one of goals is to have as much standard interfaces as possible. We would like to avoid making our own Arduino- or Raspberry- based boards. I am asking if there are some known and simple industry-grade relays/switches with a TCP/IP interface?

Is there a name for such device?

I tried to search for it and closest I found is this Chinese board that allows steering 2 relays through TCP/IP.

This seems like a long shot to ask here but I am hoping someone worked with similar devices and it would be great if I can get a name of a reputable company that produces such devices.

Helmar
  • 8,450
  • 6
  • 36
  • 84

5 Answers5

8

There are a lot of devices out there that allow you to control digital I/O over a network. The difference between this and relay control is very little as you can very easily add a Solid State Relay to a digital output.

Products in this space can vary from hobbyist to home to industrial.

When selecting, there are some other things you should consider when using these in a business environment.

  • Does the item integrate well into my company's network (is it just static IP, does it do DHCP, DNS, etc.). Will your IT department allow it on their network.
  • How remotely do you need to access it (just within the LAN or WAN or internet).
  • Are there any safety concerns regarding the remote activation? Turning on a 5V LED is a lot lower concern than turning on an 110V AC light. What if someone was servicing it and it was turned on remotely?
markshancock
  • 196
  • 2
7

Industrial Grade and Easily Scalable

If you want an industry grade device that's not targeted to be sold to home/private customers, then check out the eWon products. In particular I can vouch for the Flexy models scaling from 10 or 100 data points and/or IO mappings, etc. There is more than just the Flexy though so check out their other products from their Product Gallery that may be even better suited for your need.

Secure and TCP/IP Network Accessible

You can connect to these things via a secure SSL HTTPS web interface, via a VPN client connection, or make URL API calls to return data or push data to trigger an ON or OFF for instance. I'm sure there's functionality I've not fully discovered with these things still but they work well and seem to fit the criteria you ask in your question.

You configure your device for access to a data network via Ethernet or wi-fi, and these other methods of communication as listed on eWON Flexy Extension Cards.

.NET App

You can have your .NET app make the URL API calls with the arguments passed in accordingly so I can say 100% for sure I know this is possible too.

Support

This product has good technical support and the price is not that bad either for what you get so it's worth the read at least, and be sure to check out Talk2M - Industrial cloud for remote connectivity

The eWON Flexy uses an outbound connection across the factory LAN (HTTPS port 443 or UDP 1194). This makes the eWON Flexy to be isolated from Internet by working with private IP address, non reachable from the Internet. No IT/firewall changes are needed to establish communication. A key asset that your IT team will appreciate!

All connections run through industry standard VPN protocols to guarantee a safe and secure connection that prevents network intrusions.

Source

enter image description here

Facebook
  • 315
  • 1
  • 5
5

What you are looking for is a thing like electrical light switch. It has basically all you need and there are many product families to pick from.

If your action is to short circuit this would be enough.

To give an example, look at this.

Bence Kaulics
  • 7,843
  • 8
  • 42
  • 90
mico
  • 4,351
  • 1
  • 18
  • 27
3

I have not used any of the following relays, but based on your problem description one these may serve you needs:

Online Device Web Controlled Relays

Key Features:

  • Industrial Grade
  • TCP/IP, Web controlled
  • DHCP or Static IP modes
  • RJ45 connector
sob
  • 2,640
  • 3
  • 19
  • 37
2

You might find a switching (rather than dimming) domestic unit along the lines of this LightWave RF Relay. This one is not quite a good fit for your application since it uses 433 MHz OOK (with an ethernet hub if you need), but is not secure. Be aware that a dimmer unit probably won't be suitable (the dimmer circuit wiring relies on the load to sustain the control unit even when switched 'off')

Sean Houlihane
  • 10,524
  • 2
  • 26
  • 62