PID instruction for SLC 5/03

David1986

Member
Join Date
Oct 2010
Location
Sousse
Posts
9
Hi,

I want to know the difference between Timed Mode and STI Mode for PID instruction.
I’ll use 4 blocks of PID in my program so which Mode helps me more?

Thank you
 
Hi,

I want to know the difference between Timed Mode and STI Mode for PID instruction.
I’ll use 4 blocks of PID in my program so which Mode helps me more?

Thank you

That depends on your circumstances. In timed mode, the PID Instruction updates at the time set in the PID Setup. This may vary a bit depending on Scan Time and other circumstances. In STI Mode, the PID Instruction updates based on a pretty accurate Software Timed Interupt. The PID Instruction Update Time has to be set to the same value as the STI time. If all 4 PID Instructions can work well with the same Update Time, then you could put them all in the same Subroutine, and call it using the STI. If their required Update Times are radically different, then you will have to use Timed Mode. However, you could still set up the most critical PIDs in STI Mode.

Stu....
 

Similar Topics

Hello, I changed controller type in RSLogix 500 from SLC 5/02 to MicroLogix 1200 and was given the ladder logic to update it for the new...
Replies
25
Views
4,811
Having to recreate an existing SLC/RS500 program into a CLX/RS5000 version. 99% is complete, but one issue remains: a half-dozen PID instructions...
Replies
4
Views
4,443
Hello, there is anyone who have already used hpmont plc? now i am programming for that plc and have " pid autotuning is not working" issue. I have...
Replies
0
Views
972
Hello, Speaking of PID Instuction in RSLogix. What is the difference between Both "Manual" and Software Manual" (.MO versus .SWM) modes and...
Replies
2
Views
1,526
Back
Top Bottom