-2

Can https://volttron.org/ be used as a 'protocol translator gateway' software which can take data from PLC over BACnet/Modbus and can forward it to Azure IoT hub? enter image description here Where can I get demo for Volttron? I am new to python and unable to understand the code present related to Volttron. Office hours videos present on Volttron sites are not indicating if Volttron is a choice for my scenario shown in the image.

Please guide/help. Thank you.

P Deshpande
  • 457
  • 1
  • 4
  • 6

1 Answers1

1

Yes, VOLTTRON can be configured to retrieve bacnet traffic. The picture you have drawn can be accomplished.

See https://github.com/VOLTTRON/volttron

And https://volttron.readthedocs.io/en/main/

For instructions on how to use the platform.

In the picture volttron could actually be in either the PLC Controller (assuming it has enough capabilities) or the protocol translator gateway or both. There is an mqtt facility in VOLTTRON to do the last step to the Azure IOT Hub as well, though it has not been tested with that interface.

Craig
  • 949
  • 1
  • 5
  • 13