25.11.2020, 09:20 
		
	
	
		Thanks a lot for the LM resident script like Modbus TCP slave! We can use 125 registers at a time, right? what can i do if i need to read / write more registers? what are the limitations in this?
	
	
	
	
| 
				
				 
					limits when LM as Modbus TCP slave
				 
			 | 
		
| 
	 
		
		
		25.11.2020, 09:20 
		
	 
	
		Thanks a lot for the LM resident script like Modbus TCP slave! We can use 125 registers at a time, right? what can i do if i need to read / write more registers? what are the limitations in this?
	 
	
	
	
		
		
		25.11.2020, 10:22 
		
	 
	
		125 registers is ModBus standard limit. But it only applies to a single request. If you want to read/write more then send several requests.
	 
	
	
	
(25.11.2020, 10:22)admin Wrote: 125 registers is ModBus standard limit. But it only applies to a single request. If you want to read/write more then send several requests.thanks! but what about addressing with multiple requests? will the address of the first register in the second request be 0 again? oh, understand   addressing continues
	
		
		
		25.11.2020, 10:33 
		
	 
	
		Each read request has a starting address and a number of coils/registers to read. The starting address is an absolute value and it does not matter which address was used in previous request.
	 
	
	
	
		
		
		25.11.2020, 10:37 
		
	 
	
		so no limits? 65536 registers can be polled?
	 
	
	
	
		
		
		25.11.2020, 10:39 
		
	 
	
		Yes, the whole range can be used.
	 
	
	
	
		
		
		25.11.2020, 10:42 
		
	 
	
		thank you!
	 
	
	
	
 | 
| 
				
	 
					« Next Oldest | Next Newest »
				 
			 |