Using EdgeX Foundry for Shore Power Charging Station with Modbus TCP and AWS Integration #362
Unanswered
JesperSOGT
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Yes, the current EdgeX support your scenario if all the three data can be read by Modbus address |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Scenario:
I have a shore power charging station with a PLC connected via Modbus TCP.
I need to read Modbus data every second, including:
These readings must be sent to an AWS cloud database.
If the internet connection is down, readings should be stored locally.
When the internet connection is restored, the backlog should be uploaded to AWS.
I also need to send control commands from AWS to be written to a Modbus register in the PLC.
Question:
Would this be possible to achieve using EdgeX Foundry with its current capabilities, or would additional development be required?
Jesper
Beta Was this translation helpful? Give feedback.
All reactions