Posts: 8
Threads: 2
Joined: Sep 2024
Reputation:
0
How can i communicate with plc (Plc as a master)? How plc can change my parameter ? For example plc wants to change or read my maxhumidity parameter, how can plc know maxhumidity modbus adress(for example 4x2002) ? Can you explain all phase communication, i dont know maybe assign modbus address, if plc change my parameter how can i catch and change parameter, ..? I hope it was understandable.
Posts: 6,615
Threads: 844
Joined: Oct 2020
Reputation:
162
i don't understand your means. if you can draw a photo will be better.
Posts: 6,615
Threads: 844
Joined: Oct 2020
Reputation:
162
1. Yes, it's ok
2. you need to write program code for support HMI, such as use Arduino IDE.
3. write your own code to set slave address.
4. according to your own code.
so all need you write your own software code.
Posts: 6,615
Threads: 844
Joined: Oct 2020
Reputation:
162
yes, if you will use arduino IDE, just use "serial" component.