Jump to content

Recommended Posts

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?

Link to comment
Share on other sites

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..

Link to comment
Share on other sites

  • 2 weeks later...
  • MVP 2023

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.

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This site uses cookies. By clicking I accept, you agree to their use.