RS Logix 5000 SCL Instruction

Doylen

Member
Join Date
Dec 2007
Location
Virginia
Posts
46
Someone please help me to figure out what value I need to insert into SCL table?
"I have analog signal coming from detector. It reads 3.4VDC at normal and if contaminant detected, voltage goes down. The minimum voltage read is 0.3VDC."
I'm trying to use SCL function at logix5000 function block.
What should I insert on following?

InRawMax=
InRawMin=
InEUMax=
InEUMim=
 
I'm assuming you are connecting your analog signal to some sort of analog input module? if yes, then you module will convert analog value into its digital representation. You may configure the module for different voltage levels, but in your case I thing 0-5V would be the best. So after configuring the analog input for this voltage, you also may need to configure it for its digital representation. There are couple of options. You may elect scaling for PID 0-16383 or something else. In any case, you RAW min would be 0, RAW max = 16383, EU min=0 and EU max =5.
You also may elect to configure you module in engineering units,then you specify you high and low signal values (0 and 5V) and use the same numbers for eng. units. In this case you don't need a SCL instruction at all
 

Similar Topics

Hello all, I was trying to do some online programming on a AB control logix PLC v20. I added a new function block routine and added in an SCL...
Replies
3
Views
1,975
Working with a SCL instruction and need a little help. The logic is a Heat / Cool circuit controlled by a PID. The PID Zone_4.CVEU tag is coming...
Replies
3
Views
3,164
If I enter the reverse values in the SCL parameters would the output be reverse? In other words, if I enter 0 into InRawMax and 16383 into...
Replies
2
Views
1,744
Hi folks, in the alarm manager of Rslogix 5000, the tag-based alarm has been created. But when I tried to change the condition, it was found the...
Replies
2
Views
151
Back
Top Bottom