RsLogix 5000 No SCP instruction

ddnnis

Member
Join Date
Oct 2008
Location
Rochelle
Posts
92
What is the best instruction in RSLogix 5000 for replacing the RSLogix 500 SCP intruction. I've been told there is a download thatsomeone developed that replicates the SCP instruction. Just curious.

Thanks
 
You can setup the Analog Input module to do the same thing that the SCP instruction does in RSLogix 500.

Go to the properties on the module, go to the channel, you can set Input Min/Max and Output Min/Max. But I think they call it Engineering Units.

Unless you want to change the Min/Max on the fly...
 
The math behind the SCP isn't too difficult.

I think I posted the wrong formula, sorry... I'll take a second look.
 
You can roll your own using "Add on Instructions" or use the attached AOI which was a download from the Rockwell website. You will need to save the file as SCL_AOI.L5X then import AOI in your program.
 
Last edited:

Similar Topics

Hello, I am trying to read a barcode scanner input using a cognex dataman 280 barcode reader, store it another string, the compare with another...
Replies
0
Views
24
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
165
I am completely stuck on building a ladder program that requires a start button to be pressed 3 times to turn on motor 1. Then motor 2 starts...
Replies
20
Views
601
First off, I'm a hobbyist-level programmer, and this program isn't controlling anything anything that could even remotely be considered "life...
Replies
18
Views
535
Back
Top Bottom