PLC Micro850 device polling/sampling frequency

zanker99

Lifetime Supporting Member
Join Date
Feb 2016
Location
Sunnyvale, CA
Posts
3
Protocol: Modbus RTU
PLC: AB/Rockwell Micro850 as master

The PLC is able to read and write holding registers from 20 devices. I want to understand what is the sampling rate of each device if I have 50 holding registers per device. Can someone help me go through this calculation and point out if I am making any mistakes here?

Data from/to each device = 50 registers * 2 bytes * 8 bits = 800 bits + overhead ~ 1000 bits

Baud rate of Modbus RTU connection = 38400 bits/sec

Time taken for the data to reach a device = 1000 / 38400 sec = 26 millisec

Time taken for processing ~ 48 millisec ( assuming for calculation )

Time taken for data to get back after processing = 26 millisec

Total time per device = 26 + 48 + 26 = say 100 millisec

Does that mean that I will be able to get information from one of my 20 devices only once in every ( 20 * 100 millisec = 2 sec )?

Is it going to be that slow a sampling rate from each device? Is there any way to improve this, given the setup ?

Your comments and suggestions are much appreciated.

Thank you!!
 

Similar Topics

I have an existing system that is measuring and totaling the flow of 6 different flow meters. They are all reading high and have no idea why. This...
Replies
35
Views
3,778
Hello, I have a Micro850 PLC that has 5 2080-IF4 plug-in modules attached. Each of these modules are programmed to read 4-20 mA output signals...
Replies
4
Views
2,311
Hi there, I am having trouble with saving Data Log in Micro850 AB PLC. The data log requires date and time information to function properly...
Replies
2
Views
2,148
Hello, So I am trying to set the parameters of a pf523 with a Micro850 PLC all done over CCW. I've set it up before with RSLogix5000 where when...
Replies
1
Views
2,429
Hi, I want to use an ultrasonic sensor with Micro850 PLC. Is there any cheap sensors that I can use for distance measurement?
Replies
2
Views
2,203
Back
Top Bottom