Scaling Data on Flex 1794-IF4I Analog Card

Ones_Zeros

Member
Join Date
Feb 2014
Location
at work
Posts
367
Hello,
I have a Flex 1794-IF4I analog input card
that I'm needing to read data from a pressure transmitter.

I think I may have a scaling issue because the readout out on the transmitter
is not what I'm seeing in my PLC (SCP) instruction.

I haven't had any issues scaling any of these in my
regular compact logic programs.

Here is how i have the SCP function setup to scale this transmitter
1. The actual card configuration is set to 4-20ma on each channel

2. I have the SCP function scaling the transmitter in the PLC rather than doing it in Wonderware.

3. In the SCP instruction, I have the following:
Input_Min = 4000
Input_Max = 20000
Scaled_Min = -250
Scaled_Max = +250

I'm reading data but the data is not correct according to the value on the transmitter.
I'm reading high in my PLC, somewhere around say -120 like
I have it currently scaled and the
transmitter is showing something like -71. Its constantly changing
so thats a rough value of the difference

Again, I've not worked with the FLEX IO cards much so I thought I would check with you guys to see what my problem is

Thanks alot
 
This is how I have the card configured
Data Format = 4-20ma (Signed 2's Complement)


Does this seem right?
Thanks
 
Last edited:
This is how I have the card configured
Data Format = 4-20ma (Signed 2's Complement)


Does this seem right?
Thanks


If you have configured the card for that then the raw data values are..

4ma = 0000
20ma = 30840
 
Last edited:

Similar Topics

I'm having an scaling issue using an F0-04THM module card with a Directsoft D0-05DR PLC. My issue is this; the temp data in the PLC has one...
Replies
13
Views
2,812
Hi, I need a module, ideally 4 channel but could use more than one, which will accept a mV input (range 0-30mV minimum). I also need to scale...
Replies
3
Views
1,921
Dear Sir, A modbus register of device to be communicated with red lion g3 contains data such that when the data is read than it should be scaled...
Replies
3
Views
4,839
Hi, having some issues with scalings (SCP commands) with some Vegapuls 65 guided wave radar level transmitters. I've set the min/max in the...
Replies
5
Views
131
I want to measure the tank level and get the sensor output to the PLC. Below are the details : Tank Height =0 - 3m, the sensor is stalled 0,2m...
Replies
15
Views
612
Back
Top Bottom