This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Modbus TCP Polling Delay
#2
Modbus is master slave protocal which means master asks for one value and slave is replaying. Once answer is received then it asks for next value and so on. All this is a single process with single queue for all TCP devices. If a device will not answer in time then you have to add timeout which master will wait for the answer. With TCP the timeout is 3seconds. There are ways to do a block read which can speed things up and then at once you can read multiple registers. Not every slave supports this. See example here
https://forum.logicmachine.net/showthrea...4#pid21834
------------------------------
Ctrl+F5
Reply


Messages In This Thread
Modbus TCP Polling Delay - by manos@dynamitec - 08.09.2022, 10:23
RE: Modbus TCP Polling Delay - by Daniel - 08.09.2022, 10:40
RE: Modbus TCP Polling Delay - by admin - 08.09.2022, 11:28
RE: Modbus TCP Polling Delay - by admin - 08.09.2022, 11:49
RE: Modbus TCP Polling Delay - by admin - 12.09.2022, 12:08
RE: Modbus TCP Polling Delay - by admin - 14.09.2022, 06:54

Forum Jump: