Internet PLC Forum

General => Technical support => Topic started by: pardede on February 19, 2004, 06:54:12 PM

Title: Connecting PLC to Modbus Device
Post by: pardede on February 19, 2004, 06:54:12 PM
Hello,
Can I connect modbus device (parity=0, Stop bit=2, Data bit=8) with the TMD+ ? as master?

TMD manual says, the modbus protocol use (no parity, 1 stop bit, and 8 data bit) which is different from the above device.

Thank you.
Title: Re:Connecting PLC to Modbus Device
Post by: support on February 20, 2004, 02:48:32 PM
Yes, you need to use the SETBAUD command in a custom function to change the communication format to whatever your device supports.