Weird Analog Input Scaling

Norml

Member
Join Date
Nov 2006
Location
Maine
Posts
212
I was going over a SLC500 program that soneone else wrote and the analog inputs (all 10) were scaled from 4000 to 20000 instead of the 3277 to 16384 that I'm used to seeing. Does anyone know why someone would use that weird scaling? The inputs were a variety of 4-20ma instrumentation.
 
I've seen that on GE Fanuc 9070. The scaling can be declared in engineering units in the configuration; it was done this way to give a direct read in the tables of 4-20 mA. I've never been sure of why someone would want to do that, except to remind the person looking at the program that it is a current loop. In this way, the 4000 - 20000 would then be re-scaled in the program to be pressure or speed or weight or whatever.
 
I assume we are talking about a 1746-NI8 input module? Check the module configuration; it is most likely configured for Engineering Units (4000 - 20000) for 4 - 20 mA.
 
You are right. The module was configured for engineering units. I am assuming that 4000 to 20000 is the only option since the engineering units are defined as 1 microamp per step. So,

4ma = 4000 microamp etc.

I get it. Thanks.
 
I actually prefet the engineering units (4000 to 20000) as I can look at it and immediately get useful info on the output signal of the transmitter. If my input data is near 12000 I know I am at 50% of range. If my input data is 9830 I have to do a calculation or at least some mental interpolation to find out I am at 50%.

4-20 is always 4-20. We work with a lot of PLC brands, and it seems like no two handle input raw data the same. Sometimes there are even variations for different model cards from the same supplier. I can't keep that all straight, but after a few decades of 4-20 mA I know what 0%, 25%, 50%, 75%, and 100% signals are!
 
I like it like this. When troubleshooting or testing you know what the mA are without having to calculate and you can quickly tell if what the PLC thinks it is seeing matches what your meter says. You can use PLC logic to convert to engineering units to use in your program.
 

Similar Topics

Hi guys, I just came out of the plant where I had two temperature probes (4-20mA) installed today in two exactly same hydraulic power units...
Replies
15
Views
3,531
I have created a project in TIA Portal v16 Upd6 with S7-1200 (6ES7214-1AG40-0XB0) and WinCC Unified (PC station). The communication between the...
Replies
4
Views
144
I currently have a weird issue involving Ethernet IP communication between a ABB CI873 (EthernetIP Module) and a 1756-L83ES. The Layout is as...
Replies
8
Views
746
Good morning. I'm doing a rehab and I need to recycle some part of the old code that won't change and that I need. This is a calculation that...
Replies
22
Views
1,359
I'm trying to figure out a weird behavior I'm seeing in my CCW program. It's for controlling a gas polarizer (for medical imaging). I'm using an...
Replies
6
Views
459
Back
Top Bottom