How to set tuning constants for SLC PID loop

PLC_talk

Member
Join Date
Oct 2006
Location
p
Posts
50
Hello,
I am using a AB SLC5/05 PLC & using the PID insrtuction for a single loop control. I have assigned N10:0 as the control block starting address, so I beleive the Kp,Ti,Td will be N10:3,N1-:4,N10:5 resp.
Question - The tuning constant are in decimal values where as the Integer file N10:x will not accept decimal. So how do I send the decimal constant to the PID instruction from the graphics screen?
Any pointer or solutions in right direction will be helpful.🤞🏻

Thanks,
(y)
 
Maybe helpful.......

Are you entering values from an HMI? If not, you should just be able to double-click on the PID instruction "Setup Screen" and enter the values directly - here it would not matter if they were decimal fractions or integers.

If you are using an HMI to enter Kc, Ti and Td, well I'm not too sure about this as I have never done in SLC500 (PLC5 used Floating Point files and relabelled them in the file structure e.g. F18:0 becomes PD18:0). Looking at some software we use here it appears that the SLC500 performs a floating point-to-integer conversion if FP vales are enetered via a MOV instruction. Why not try entering some "dummy" code at the end of a running program to see how the PID instruction handles moved FP values?

Hope this is (a little bit) helpful!

Dave
 

Similar Topics

Omron AD081-V1 Analog Input Card Offset & Gain Adjustment Entering Adjustment Mode 1. Set the input card in adjustment mode (Turn ON Dip SW No-1)...
Replies
0
Views
54
I was loading a program onto an XE1e2 PLC and it got stuck on these two windows and won't progress. It won't let me connect from the PC to reload...
Replies
0
Views
62
Hi all, i have recieved some 4RF Aprisa SR+ ethernet radios from a customer to configure. Issue is that they are used and have non-default...
Replies
0
Views
65
I want to set user security level based on the value of a tag in my PLC called "ActiveUser". That tag will contain the A-P code which we use for...
Replies
6
Views
205
I've posted this on the ptc forum as well, but no luck with an answer (waiting for my service contract number) I keep getting the following error...
Replies
2
Views
108
Back
Top Bottom