-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Communication between modbus and MQTT from a PLC or VFD #202
Comments
ok @cloudxxx8, How can I communicate a PLC by MODBUS protocol to MQTT through EdgeX Foundry and in turn to write data from MQTT to PLC? Thank you so much! |
You could set up two App Services, one for exporting PLC data to MQTT broker, and another receiving MQTT message and send http command to Core Command service. |
Hi mr. @cloudxxx8, could you guide me in this?, I'm using docker compose hanoi |
If you want to push data to northbound's MQTT broker, you can try something like AppServiceConfigurable's |
Hi mr. @weichou1229, I have communication from the south border to the north via MQTT, however I do not have the opposite direction. If you can guide me in this regard, I would be grateful. |
You can execute read/write command via core-command service, |
ok mr. @weichou1229, I go to see it, thank you so much! |
Currently, App-Service-Configurable doesn't provide such feature, but you can create one for yourself. The introduction and example link can refer to https://github.com/edgexfoundry/app-functions-sdk-go/blob/master/README.md |
ok mr. @weichou1229 thank you for your help. |
Understood, I will do tests, if I have any concerns I will consult you again, thank you very much mr. @weichou1229. |
Hello @weichou1229 , would you like guid me to send data obtaned from ModbusPal simulator to MQTT broker please, I am using Irland version(v 2.0), I would be grateful. |
Hello @CesarCastillo-90 , I am trying to do the same thing as you but I can't send the data obtained from ModbusPal to mqtt broker, would you like give me some advice? I would be grateful. |
The compose-builder can setup a app service to export events to MQTT broker
|
Hello everyone, I hope you are well. I have managed to successfully integrate the ModbusPal emulator with EdgeX Foundry's modbus microservice. However, I have doubts about integrating any device with and seeing the results through MQTT. On the other hand, data management has been carried out from the southern border to the northern border, but I have not been able to communicate in the opposite direction. If anyone knows how to do this, I will be grateful. I look forward to your valuable comments, have a great day.
The text was updated successfully, but these errors were encountered: