Hi
I want to read and write some values between PFC200 and a slave device Modbus RTU (RS485).
I've added all Modbus Libraries and PFC200 Libraries to my project.
I've inserted Modbus_com, Modbus_Master_COM_Port and Modbus_Slave_COM_Port into Devices tree.
but now.. how can I change serial port using WAGO PFC200 on MODBUS RTU from RS232 TO RS485?
Thanks in advance
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I want to read and write some values between PFC200 and a slave device Modbus RTU (RS485).
I've added all Modbus Libraries and PFC200 Libraries to my project.
I've inserted Modbus_com, Modbus_Master_COM_Port and Modbus_Slave_COM_Port into Devices tree.
but now.. how can I change serial port using WAGO PFC200 on MODBUS RTU from RS232 TO RS485?
Thanks in advance
Hi,
you need to set this up in the plcshell:
setserialmode rs232|rs485
BR
Edwin
Thank you very much