Vidmas30 Posted June 22, 2017 Report Posted June 22, 2017 Good day, Can't get to work my application.. I have a V350 PLC connected through GPRS modem as TCP/serial converter and InTouch scada on the other side. Tried DASMBTCP v1.0 and v3.0 and can't get any value from PLC. Modbus Poll (software) and other modbus TCP testers work well. Doing DAServer and Access name configuration according manual, but no success. What could be wrong?
MVP 2023 Flex727 Posted June 22, 2017 MVP 2023 Report Posted June 22, 2017 Post your code for the V350.
Vidmas30 Posted June 22, 2017 Author Report Posted June 22, 2017 Hi, Flex727, Not so much code on PLC side, only initializing COM port and ScanEx. As I said, Modbus testers work well, and when I'm trying InTouch, there Rx is incrementing on COM port, but Tx not. So I think PLC gets polls but not answers to them..
MVP 2023 Joe Tauser Posted July 7, 2017 MVP 2023 Report Posted July 7, 2017 We've run into this problem communicating over modems. Your packet timeout is too short on the PLC side. Little known SI parameter - SI 101 TCP/IP retries base timeout. Factory defaults to 2 (200 ms). If you're on a local network this is plenty of time. Our testing with two GPRS modems and Wireshark showed a typical initial packet transition time of 500 ms through the cellular system. Your PLC is hanging up on the SCADA system. Set SI 101 to 10 and see what happens. Joe T. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now