When you want to control any industrial device remotely we should use an industrial communication protocol such as Modbus, which uses an RS485 interface.
- Step 1:
we have to read carefully the ATV320 user manual to sitting important parameters.
- step 2:
To make the project more inspire we should use a humane interface to control and monitor the special register "ST32CubeMonitor".
- step 3:
blog TA pin with signal + and TB with signal -.otherwise, the communication will lose.
- step 4:
write your code to send the messages for your processing respecting Modbus/ASCII or Modbus/RTU which I used.
the H1DR0 module will be acting as a master and the VFD as a slave.
Note: read about open source Modbus protocol.
Comments
Please log in or sign up to comment.