SCALING PLC sLC 500 RSVIEW32 Works

JeffRehm

Member
Join Date
Aug 2004
Posts
3
Objective: To replace a device ( chlorine analyzer ) which is 4-20ma with a device that (also a chlorine analyzer) 4-20ma. The first device is only capable of 0-5 ppm display and the second device is capable of 0-60 ppm. The objective is to make the display read 0-60 on the new device using RSview32 Allen Bradley and this is SLC500 logic. I am still learning as most of us do everyday and appreciate any help we can get. Thanks so much for reading and perhaps responding.
 
Search your logic of the PLC for the command SCP. ( scale with parameters) I am sure it will be used in your program. Then read the instructions help file. It will be quite easy to alter. Regards Alan Case
 
Search your logic of the PLC for the command SCP. ( scale with parameters) I am sure it will be used in your program.

Don't be so sure.

It may be used but then again the SCL or math calculations might be used as well, IF the scaling is done in the PLC.

What you have to do is find the point in the RSView database. See if scaling is defined for the point. If not then the scaling is done in the PLC. If it is then the scaling has to be changed in RSView. That's relatively straight forward but post again if this is the case.

If the scaling is done in the PLC you should search for the address of the point in RSView. If you're lucky you'll find the SCP instruction mentioned above. If you're a little less lucky you'll find the SCL instruction mentioned above. If you're even less lucky you'll find a bunch of math instructions. If you're totally un-lucky you won't find a thing.

Regardless, if you don't find one of the scaling instructions or if you've got problems understanding the scaling instructions (if this is the case) then let us know and I'm sure someone here can get you going.

Good Luck,

(8{)} ( .)

(Yosi)
 
Out of curiousity is it possible to use a scratch register, ie an n or f register as an indirect address for a scale with parameter scale factor, have used SCP many times but never tried that one, actually never had an application to do that, but would be interested to know if it is possible.
 
I've done that. You can use indirect addressing all over the place with the SLC and PLC controllers.

You can't use a floating point value as a pointer (for obvious reasons) but all of the other parameters can be floats.

(8{)} ( .)

(Yosi)
 
Thanks (8{)} ( .)
Will remember that one, would come in handy I think in certain apps when calibration out a little an just need a slight tweek without draggin out the laptop.

Again, Thanks
Bill
 

Similar Topics

Hello everyone, been trying to figure this one out for awhile now. The system configuration is as follows: Processor is an L63 5563 ControlLogix...
Replies
0
Views
603
I’m trying to perfect the HMI interface for analog configuration. I’ve provided the user the same options for all analog inputs, as follows...
Replies
10
Views
1,666
Hello All, What Wil be the raw scaling range if I want to connect 0-1vdc humidity sensor. Thanks
Replies
1
Views
944
I need to scale a raw value into Engineering units. i don't think there is a standard scaling block in PLC 5 instruction set (or i didn't see...
Replies
19
Views
7,222
Hi, I have to make an weighing system with load cells. Here is what I had understood until now: Load cells: Sensibility often 2mv/V Recommended...
Replies
29
Views
8,512
Back
Top Bottom