Update of Analog current input?

MrQ

Member
Join Date
Feb 2005
Posts
236
Hello,

I have a question that is not specific to any particular PLC brand even if it might work differently for some.

I hava a 4-20 mA sensor connected to a PLC Analog current input. The scan time for the input is 30ms.

If i connect a highspeed data aquizition system(1ms) in serial with my sensor+PLC AI will the scan time of the PLC AI affect the max speed that i can collect data in my data aquizition system?
 
"I hava a 4-20 mA sensor connected to a PLC Analog current input. The scan time for the input is 30ms.

If i connect a highspeed data aquizition system(1ms) in serial with my sensor+PLC AI will the scan time of the PLC AI affect the max speed that i can collect data in my data aquizition system?"


The current signal will always be there. The signal is NOT interrupted for sampling or reading.

On the PLC side...

The Analog Input Module takes a certain amount of time to convert the current signal to a digital value. At the end of that time, the Analog Input Module leaves the latest converted analog-to-digital value in a "drop-box" (memory location).

The value in the drop-box is updated at whatever speed the Analog Module can make conversions.

The PLC "reads" the contents of the drop-box at whatever rate it can. This means, the PLC might read the same value several times before the value is updated by the Analog Module. In this case, the PLC has a short scan time relative to the Analog Module conversion time.

Or, the value might be updated by the Analog Module several times before the PLC finally gets around to reading it. In this case, the PLC has a long scan time relative to the Analog Module conversion time.


On the data aquisition system side...

Again, the current signal will always be there. The signal is NOT interrupted for sampling or reading.

It will convert the analog signal as quickly as it can and log it into a data-base or whatever.

The point is, this configuration is exactly the same as place two different flow meters, one reading in Gallons-per-Minute, and one reading Gallons-per-Hour, right next to each other in a stream.

Neither interferes with the other and the reading on each is only as up-to-date as the particular timing/resolution allows.
 
Update Time

Something to remember:

"The basic conversion time depends directly on the conversion method of the analog input channel."​
No matter how often you update your signal, you are still only going to read a new sample as often as the "basic conversion time" of your analog sensor. You will have to research this to know what it is. Hopefully, you have a high speed sensor with a conversion time of less than half of your proposed sample time. This would mean you were always guaranteed a fresh sample every time.​
You will also have to verify that the analog circuit can drive the 2 sensor circuits in series. A 5 volt circuit cannot drive 2 (250 ohm) current sensors in series. (Ohms Law)​
 

Similar Topics

Below is how I set my PID LoopUpdate time, feel free to make suggestion or comments. The PID loop is used to regulate water back pressure. Since...
Replies
0
Views
1,249
How do you install update on Red Lion Crimson ver 3.1. Do I just need to run the exe file on the host server?
Replies
1
Views
107
Has anyone found a way to convert/replace/update the firmware on old Parker TS80xx series HMIs (i.e. TS8010, TS8006, etc) to accept Crimson...
Replies
0
Views
92
Hi All, we've recently upgraded from FTView SE v10 to v12. Since the upgrade we've been having a problem where the HMI is slow to update tags in...
Replies
0
Views
90
Hi, I have an iFIX 5.5 project (Windows 7) that needs to be updated to version 6.5 (Windows 10). iFIX communicates with the "Siemens Industrial...
Replies
1
Views
174
Back
Top Bottom