Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt Tcp Modbus?
Forum Updated to NodeBB v4.3 + New Features

Qt Tcp Modbus?

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 205 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W Offline
    W Offline
    WBest
    wrote on 19 Mar 2020, 13:42 last edited by
    #1

    All,
    Kind of new to the Qt World but I've been looking over the tool set and am wondering if there a synchronous modbus interface? Our program need to read Modbus, perform a process cycle on te data, write back to modbus on a specific timeslice.

    Thoughts?

    Thanks,
    WBest

    J 1 Reply Last reply 19 Mar 2020, 13:57
    0
    • W WBest
      19 Mar 2020, 13:42

      All,
      Kind of new to the Qt World but I've been looking over the tool set and am wondering if there a synchronous modbus interface? Our program need to read Modbus, perform a process cycle on te data, write back to modbus on a specific timeslice.

      Thoughts?

      Thanks,
      WBest

      J Offline
      J Offline
      J.Hilk
      Moderators
      wrote on 19 Mar 2020, 13:57 last edited by
      #2

      hi @WBest and welcome

      wondering if there a synchronous modbus interface

      Not for tcp and I would strongly discourage using the synchronous api in RTU as well.

      Do you really need to respond in a nanosecond time frame or would be < ms be sufficient ?

      If that is sufficient, than use simply use the asynchronous api and if you notice inconstancies because you do other heavy calculations in your app, you can always move the TcpModbus into its own thread.


      Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


      Q: What's that?
      A: It's blue light.
      Q: What does it do?
      A: It turns blue.

      1 Reply Last reply
      3

      1/2

      19 Mar 2020, 13:42

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved