News:

  • May 16, 2024, 11:40:46 PM

Login with username, password and session length

Author Topic: IntEthDMPPClient Transactions  (Read 97 times)

ryanastiefes

  • Sr. Member
  • ****
  • Posts: 65
IntEthDMPPClient Transactions
« on: April 25, 2024, 01:22:38 PM »
I would like to monitor Do-more Network Reads/Writes, it's easy to monitor the client but cannot figure out the server, I do the same with ModbusTCPServer.Transactions. When the transactions have gone stale for a given length of time I'll initiate a reboot Task to mitigate the comm failures. I dont know what regsiter(s) to monitor. I thought it would be something like IntEthDMPPClient.Transactions but the register does not exist, any ideas?

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 5996
  • Yes Pinky, Do-more will control the world!
Re: IntEthDMPPClient Transactions
« Reply #1 on: April 25, 2024, 02:47:42 PM »
Oddly, there isn't a register for it. It just uses the normal programming command handler, so there isn't a dedicated server. I guess that's why. Probably wouldn't be super hard to add.
"It has recently come to our attention that users spend 95% of their time using 5% of the available features. That might be relevant." -BobO

ryanastiefes

  • Sr. Member
  • ****
  • Posts: 65
Re: IntEthDMPPClient Transactions
« Reply #2 on: April 25, 2024, 05:18:30 PM »
10-4