Example for timing in programm ModbusRtuXyz
= = = = = = = = = = = = = = = = = = = = = =
Timing:Timer=10,Sleep=10,Wait=300,Timeout=20

Time    - TimerInterval - for measuring with Timer
sleep	- SleepTime - small waitngs in ms
Wait    - WatForData - wait for data from device by reading

All these times are in miliseconds

Timeout - Data time out 
	- stop wait if there are any data (more cca 20 times in miliseconds)

Measured interval - from 0 to integer range in seconds


