Pygate w/ POE Adapter - PLC Ethernet Communication



  • Hello,

    I would like to build a system that uses a Pygate w/ power over ethernet adapter with an attached FiPy module to communicate with a Click Ethernet PLC (https://www.automationdirect.com/adc/overview/catalog/programmable_controllers/click_series_plcs_(stackable_micro_brick)/plc_units).

    The ethernet port on the Pygate will connect to the ethernet port on the PLC to send/receive data with the manufacturer's Ethernet/IP Adapter (https://www.youtube.com/watch?v=58trSoHqBq4).

    The FiPy would send and receive data from my cloud server over LTE-M. The reason why a Pygate is used here is only to use the POE adapter, though it may be used to collect data from remote sensors as well.

    Is this possible with the hardware and current ethernet library? Any information would be greatly appreciated.

    Thanks



  • Hi,
    My experience with PLC's of this fashion is not at a level from which I can comfortably give you an expert opinion.

    Though I can inform you about the micropython ethernet library. Essentially, it integrates the lwIP stack we use in WLAN and LTE as well, through the SPI-enabled ethernet controller on the PyEthernet. From what I know, it is not possible to use the same stack on the different interfaces (for example, Ethernet and LTE) at the same time, or at least, differentiate between the interfaces.


Log in to reply
 

Pycom on Twitter