01-08-2008 01:35 AM
01-08-2008 09:16 AM
01-09-2008 12:15 AM - edited 01-09-2008 12:17 AM
01-09-2008 06:45 AM
Suggest that you start by verifing your com port settings. I personally suggest that these all be set in your vi.
Spec calls out for 8 data bits for RTU mode. No other choices here.
Partiy can be even, odd or none.
The number of stop bits depends on the parity setting. If you are using even or odd parity, then 1 stop bit. If you are using no parity, then 2 stop bits. This is an often overlooked setting and what I usually mess up. :![]()
Make sure that the controller communication settings match those of your vi. BAUD rate, parity and especially the address of the controller.
The next step would be to start looking at your connections to the controller.