Vidmas30 Posted June 22, 2017 Report Share 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? Quote Link to comment Share on other sites More sharing options...
MVP 2022 Flex727 Posted June 22, 2017 MVP 2022 Report Share Posted June 22, 2017 Post your code for the V350. Quote Link to comment Share on other sites More sharing options...
Vidmas30 Posted June 22, 2017 Author Report Share 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.. Quote Link to comment Share on other sites More sharing options...
MVP 2022 Joe Tauser Posted July 7, 2017 MVP 2022 Report Share 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.