WAGO AI problem

Sillver

Member
Join Date
Feb 2010
Location
us
Posts
7
Hi,
i have a 4-20mA pressure transmitter which is giving out 3.985mA when there is no pressure (indicating that the sensor is good), but it is displayed as -65psi on my HMI - it should show something close to zero.

The 4-20mA is connected to an analogue input from WAGO (750-485) and the error seems to be generated by the WAGO module. When simulating 4mA - the WAGO card gives out 6464 and HMI show -50psi. According to the data sheet the wago should give out 6552.

Have anyone seen a similar problem before or have a good idea about how to correct it?
 
... it is displayed as -65psi on my HMI - it should show something close to zero.
Your HMI probably has some type of scaling equation, either internal, or in the PLC program. You can make the HMI read any number you want (from -largest number displayed to +largest number displayed) by changing the scaling equation.
 
Looking at the data sheet to that module, it looks like the data range goes down to 3.2ma. (That is before you get any sort of fault indication)
So you're scaling formula is possibly correct (seems likely) and it is just giving you numbers for the below 4mA value.

If you need more info I can have my counterpart in your neck of the woods follow up. I'm the Wago apps engineer for the north central part of the country. But we have guys scattered all over.

Random question, what's your max PSI in your equation?
 
Looking at the data sheet to that module, it looks like the data range goes down to 3.2ma. (That is before you get any sort of fault indication)
So you're scaling formula is possibly correct (seems likely) and it is just giving you numbers for the below 4mA value.

If you need more info I can have my counterpart in your neck of the woods follow up. I'm the Wago apps engineer for the north central part of the country. But we have guys scattered all over.

Random question, what's your max PSI in your equation?
I would add some code to clamp the scaled values and not allow anything less than 4mA or more than 20mA to display ont he HMI.
Manually move 0 when 4mA or below or MaxValue when 20mA or above.
This should take care the HMI readings.
Dealing with actual readings and taking action is a different story, up to you on how to go about tackling it.

PS: Justin, do you cover the Chicagoland area or know who does? I'm about to pick up a 750 system and may need a bit of help from your app engineering group.
 
Clamping by using a move when at or below 4mA would be easy enough, good point. This will "mask" the real value, but it may not matter for you.

I do not cover the Chi area, but I am good friends with the guy who is. Email me at [email protected] and I'll send you his info. Not sure if its good for putting it out there on a forum.
 
I pulled up the manual earlier. There must be a scaling formula somewhere, because the Wago does not read PSI. And the firmware does not control this. You are getting a value below 6552 because your current is below 4mA. The only way to get a true 6552 is to get 4mA dead on.
 
I simulated 4mA with my multimeter - it should be pretty accurate. When i send 4mA the WAGO is giving out 6464. The range of this signal is 0-15000psi
 
minimum reading is 6552 when running 4 mA, max is 32760.
you may scale this (it is not complete correct but it works.
-65/15000 is only 0.4 % within limits of the system. so you will have to calibrate a little. just put the sensor on 0 and read the HMI. set this as minimum. then apply 10000 PSI to it and calculate what you will need for reading.
You can use your own scaler, but have a look at www.oscat.de for some nice software for doing this.
if you send the numbers i will make calcs no problem.
 

Similar Topics

Hello, I m having a problem with wago 750-862 plc. The plc won't start automatically in run mode after a power reboot. I've also tried the...
Replies
4
Views
355
Hello everyone, I am trying to put WAGO PFC 200 (750-8212) in Run mode but I am getting message "The project requires software license, ...". Has...
Replies
3
Views
2,374
Hello, I'm experiencing a problem with my project regarding the communication between a RENU FP5070TN-E HMI Touch Panel and WAGO I/O-IPC...
Replies
4
Views
4,718
we have several wago 750-843 ethernet(with 750-455 AI4) are connected via intranet to a PC server .all of them just feed IP with bootP...
Replies
3
Views
1,884
Hi guys, I've recently bought Wago 750-833 from a second-hand seller and I have quite a problem with it. When i'm trying to login i obtain...
Replies
4
Views
11,608
Back
Top Bottom