Bob2 (Customer) asked a question.October 30, 2020 at 9:58 PMhow do I connect a HMI C-more EA3-T4CL and P1AM PLC?Expand PostP1AM-100C-More Micro
z28z34man (Customer)6 years agoModbus TCP is a communications protocol that is over Ethernet that is why you would need the P1AM-ETH. If i recall correctly you will need to set up the P1AM as a modbus server and the C-more as the modbus client. Expand Post
Garry (Customer)6 years agoThe following link will show a sample EA9 project that works with the P1AM-100 using Modbus TCP. A EA3-T4CL will also work.https://github.com/AutomationDirect/P1AM-Examples/tree/master/P1AM-100_ModbusTCP_KitchenSinkModbus is a master (client) / slave (server) protocol that can be done via serial or Ethernet. This video is a great introduction to the Modbus TCP protocol:https://www.youtube.com/watch?v=E1nsgukeKKAI hope this helps you out.Regards,Garry https://accautomation.ca/series/c-more-micro-hmi/https://accautomation.ca/series/productivity-open-arduino-compatible-industrial-controller/Expand Post
Bob2 (Customer)6 years agothats nice to know that it is possible to connect the P1AM-100 to a EA9 but can it connect to a EA3?Expand Post
z28z34man (Customer)6 years agosee page 4 the EA3 that you specified does support modbus TCP. https://cdn.automationdirect.com/static/specs/ea3t4cl.pdfExpand Post
Garry (Customer)6 years agoThe EA3-T4CL has a built-in Ethernet port that supports Modbus TCP.Page 4 does specify Modbus TCP.Here are a couple of posts that also show Modbus TCP using the EA3-T4CL and the Do-More Designer Simulator.https://accautomation.ca/c-more-micro-hmi-first-program/https://accautomation.ca/c-more-micro-hmi-first-program-part-2/Regards,Garry https://accautomation.ca/series/c-more-micro-hmi/Expand Post
Garry (Customer)6 years agoHi Bob2I have not done it with the P1AM-100 but Modbus TCP communication should work the same as the EA9 and EA3. I will be doing a post on the P1AM to C-More in the new year. (EA3 and EA9) I do not know your exact application, but have you looked at the headless c-more?https://www.automationdirect.com/adc/shopping/catalog/hmi_(human_machine_interface)/c-more_touch_panels_ea9_series/c-more_ea9_series_touch_panels/ea9-rhmiAndroid, IoS and windows apps are free of charge to connect and control remotely. Regards,GarryExpand Post
Garry (Customer)6 years agoDecided to try this connection....Worked as expected.I have attached to P1AM and EA3 files in a zip file.A head start on the post that I will be doing on the P1AM.Regards,Garry https://accautomation.ca/series/productivity-open-arduino-compatible-industrial-controller/Expand PostZipModbus TCP P1AM Server EA3 Client183KB
I would use Modbus TCP but you will also need a P1AM-ETH.
does automation direct sell the modbus TCP?
Modbus TCP is a communications protocol that is over Ethernet that is why you would need the P1AM-ETH. If i recall correctly you will need to set up the P1AM as a modbus server and the C-more as the modbus client.
The following link will show a sample EA9 project that works with the P1AM-100 using Modbus TCP. A EA3-T4CL will also work.
https://github.com/AutomationDirect/P1AM-Examples/tree/master/P1AM-100_ModbusTCP_KitchenSink
Modbus is a master (client) / slave (server) protocol that can be done via serial or Ethernet.
This video is a great introduction to the Modbus TCP protocol:
https://www.youtube.com/watch?v=E1nsgukeKKA
I hope this helps you out.
Regards,
Garry
https://accautomation.ca/series/c-more-micro-hmi/
https://accautomation.ca/series/productivity-open-arduino-compatible-industrial-controller/
thats nice to know that it is possible to connect the P1AM-100 to a EA9 but can it connect to a EA3?
see page 4 the EA3 that you specified does support modbus TCP.
https://cdn.automationdirect.com/static/specs/ea3t4cl.pdf
The EA3-T4CL has a built-in Ethernet port that supports Modbus TCP.
Page 4 does specify Modbus TCP.
Here are a couple of posts that also show Modbus TCP using the EA3-T4CL and the Do-More Designer Simulator.
https://accautomation.ca/c-more-micro-hmi-first-program/
https://accautomation.ca/c-more-micro-hmi-first-program-part-2/
Regards,
Garry
https://accautomation.ca/series/c-more-micro-hmi/
Hi Bob2
I have not done it with the P1AM-100 but Modbus TCP communication should work the same as the EA9 and EA3.
I will be doing a post on the P1AM to C-More in the new year. (EA3 and EA9)
I do not know your exact application, but have you looked at the headless c-more?
https://www.automationdirect.com/adc/shopping/catalog/hmi_(human_machine_interface)/c-more_touch_panels_ea9_series/c-more_ea9_series_touch_panels/ea9-rhmi
Android, IoS and windows apps are free of charge to connect and control remotely.
Regards,
Garry
Decided to try this connection....
Worked as expected.
A head start on the post that I will be doing on the P1AM.
Regards,
Garry
https://accautomation.ca/series/productivity-open-arduino-compatible-industrial-controller/
Modbus TCP P1AM Server EA3 Client
wow, that's perfect thank you!