Author Topic: No values ​​returned from driver  (Read 441 times)

mourazo

  • Newbie
  • *
  • Posts: 31
    • View Profile
No values ​​returned from driver
« on: November 11, 2019, 10:29:19 AM »

I am trying to receive data from an arduino with which I send the data via modbus with an ethernetShield card, and receive it with the ModbusTCPCom component, the information is sent through arduino with a delay () every 10,000 ms. Through Modbus Poll I receive the information correctly configuring the response TimeOut  every 15000 ms, but when connecting via advancedHMI and modbusTCPCom I cannot get the data correctly in the basicLabel, obtaining the error messages "no values ​​returned from driver" most of Sometimes, sometimes I receive something with the same configuration. I have tried to modify PollRateOverride of the driver and pollRate of the basicLabel without success, where is my problem? Thank you.

Godra

  • Hero Member
  • *****
  • Posts: 1438
    • View Profile
Re: No values ​​returned from driver
« Reply #1 on: November 11, 2019, 04:22:46 PM »
Try modifying the TimeOut property of the driver to see if it improves any.

mourazo

  • Newbie
  • *
  • Posts: 31
    • View Profile
Re: No values ​​returned from driver
« Reply #2 on: November 13, 2019, 06:02:47 AM »
It was a matter of playing with the times, it is already solved, thanks.