How DCS Scans?

duncan

Member
Join Date
Jan 2005
Posts
17
Hi Folks,

As with PLC scan cycle it looks for inputs,executes the algorithm and write the outputs..Is this same for DCS? or please let me know if DCS has some other way to do the scanning.....

Best Regards.
Duncan...
 
It's not even what you described for some PLC's. Many PLC's are now asynchronous, and handle the I/O update in a sequential manner, without any lock-stepping to program scan.

You need to check the system documentatin to be sure.
 
Last edited:
A "classic" DCS consists of essentially analog controllers that "continuously" execute their control algorithm. This is typically PID control. Hardware in the individual controllers also does alarm limit checking on an essentially continuous basis. The DCS simply communicates with the individual controllers periodically reading values and status and wiritng setpoints and tuning.

New controllers are digital, of course, but still emulate the continuous functioning control algorithm. The reading of data, algorithm solving, and writing outputs is going to be separate steps but will be essentially transparent. Reading values over the comm link will still be periodic.
 
DCS Scanning?

I am quite confused between DCS and PLC scanning procedure..
Please help me in understanding the concept.....
In DCS we can set different scan times for modules(PID block,motor control block).Now In relation to this how the DCS scanning proceeds?
Is it like first scan inputs,then look for the modules and scan them as per their scan time given,execute algorithm and finally write outputs?

Duncan
 
I'm only familiar with the Foxboro I/A DCS system. In Foxboro each I/O module is setup using an ECB (Equipment Control Block), this block sets the scan rate for the I/O. The control blocks ( PID, Device control, math etc...) read the I/O when scheduled, so I/O updates are independant of control block scan rates.

So...if you had an I/O module with a 1 second scan rate, when the control block reads it, it could be anywhere from 0 to 1 seconds old.
 

Similar Topics

Hi everyone How i can configure a periodic report of the list of alarms? Thanks
Replies
0
Views
96
Hi Everyone, I am currently trying to communicate ControlLogix PLCs via EtherNet/IP with Delta V DCS. There is a VIM2 card configured for...
Replies
1
Views
276
Hi, I need to read three 4-20mA signals from a DCS(ABB) in a remote 6 channel analog input module with RS485 modbus port. When I connected...
Replies
2
Views
486
I have a DCS instruction, that is set up for an E-STOP. I have the restart type and cold start type both set as automatic. I can test the e-stop...
Replies
2
Views
389
Hello All, New to this forum. I'm reviewing two programs from two different integrators we have used. Both are using Guardlogix 5094-IB16S/A...
Replies
7
Views
1,529
Back
Top Bottom