Help - Search - Members - Calendar
Full Version: 5/03 analog scaleing
Forums.MrPLC.com > PLCs and Supporting Devices > Allen Bradley
DavisIMI
I'm in the process of troubleshooting a bailer, the 100amp hyd. pump keeps tripping the main breaker, I first checked the PT, which is the only analog device on the machine, I was logging measurements off of the PT and noticed it was only maxing out a 12ma, so I thought something was wrong with the PT, out of calibration or something, untill I found in the program the scale w/parameters instruction and the input max is set to 12000. ?? I was thinking I would find 20000, is this a normal setup? To me that means the PT is inputing the correct pressure input. I only had time last Friday to take this one logging session, more test will be run this week. I just wanted to ask if this is normal. One more thing, this program has 600 lines of code and 5 subroutines and not the first word of any rung comments in the whole program. ranting.gif I hate it when that happens. wacko.gif
lccllc
QUOTE (DavisIMI @ Jul 12 2009, 04:43 PM) *
I'm in the process of troubleshooting a bailer, the 100amp hyd. pump keeps tripping the main breaker, I first checked the PT, which is the only analog device on the machine, I was logging measurements off of the PT and noticed it was only maxing out a 12ma, so I thought something was wrong with the PT, out of calibration or something, untill I found in the program the scale w/parameters instruction and the input max is set to 12000. ?? I was thinking I would find 20000, is this a normal setup? To me that means the PT is inputing the correct pressure input. I only had time last Friday to take this one logging session, more test will be run this week. I just wanted to ask if this is normal. One more thing, this program has 600 lines of code and 5 subroutines and not the first word of any rung comments in the whole program. ranting.gif I hate it when that happens. wacko.gif



Is this a three phase pump, if so have you metered the motor with an meter and a megger, this will tell you alot about the windings of the motor. Is the motor tripping the breaker or is the plc tripping it due to overcurrent via a shunt or 0 volt coil, or it the plc using this scale for display.
DavisIMI
No, like I said I only had time to take some reading last Friday of the PT, which was the first thing I tested, I plan on doing test with the megger tomorrow. The operator gets the bailer to work by running it in manual and toggling a button to keep the breaker from tripping. As I've had a chance to think about it this weekend, I think it is the motor windings because its a 100hp 3phase motor, FLA should be around 124amps according to my little calculator, and its tripping a 400amp main, so to me, its should be the motor windings. I have a AEMC 5070 5000V megger so It should be able to find the problem. I also received Friday the operators manual to read this weekend, I found out at the operator station they have a little HMI where they can change the materials, like a recipe, so that could be the problem, which it shouldn't be tripping the 400amp main. It's hard to tell the dang program has no document ion whatsoever, hard to follow. I've been going through it and trying to document what I think is going on to help in troubleshooting later this week. On paper of course, I'm not messing with the program at all. It's been working for years, heck I put the machine in back in 2001, but its been having this tripping problem for a while now, nobody else wanted to mess with it and I just went in to business last year, so its my first shot at this problem.
Ron Beaufort
Greetings DavisIMI ...

and welcome to the forum ...

it seems that your major question right now is about the "Input Max" setting on the SCP ... we can't tell whether this is "right" for your system without knowing more about how everything is set up – but here's something that MIGHT be helpful ... the "Input Max" setting does NOT (I repeat: does NOT) mean the "highest/maximum input signal that should ever come in" ... instead it just helps set up a ratio between the INPUT signal and the SCALED signal ... specifically, you don't have to use the MAX/HIGHEST value for the input signal – you just need a value that CORRESPONDS with whatever value that you enter for the "Scaled Max" setting ...

more specifically, the SCP does NOT perform any type of "limiting" function ... in other words, if the actual input signal happens to go higher than the "Input Max" value that you entered, then the output value will simply GO HIGHER than whatever "Scaled Max" setting you entered ...

so ... it's entirely possible that the numbers you've reported are OK for your system – just as long as the "Input Max" entry correctly corresponds with the "Scaled Max" entry - and likewise, that the "Input Min" entry correctly corresponds with the "Scaled Min" entry ...

incidentally, I've seen a least one popular "text book" (not an official Allen-Bradley publication) that misinterpreted the meaning of "Max" and "Min" ... so be careful if you're basing your troubleshooting on something like that ... not all books are correct ...

anyway, I know that this sounds like it's going in circles – but if you can post your .RSS program, we'll be glad to go through it and nail everything down for you ...

incidentally, if you're interested, you can find a lot more about "scaling" by downloading the "Scaling with y=mx+b" material from the Sample Lessons page on my website ... it's in two parts so download them both ...

as far as the "rung comments" issue, you might want to take a look under "View / Properties / Comment Display" from the RSLogix500 main menu and make sure that the "Rung Comments" feature is turned on ... some people turn it off to save room on the screen ... years ago I actually drove 120 miles (one way) to help a new programmer debug a piece of used equipment that his company had just bought ... when I got there he was fussing and fuming because there weren't any rung comments in the existing program ... he went ballistic when I clicked the magic spot and the comments popped up all over the screen ...

hope this helps ... good luck with your project ...
DavisIMI
QUOTE
[it seems that your major question right now is about the "Input Max" setting on the SCP ... we can't tell whether this is "right" for your system without knowing more about how everything is set up – but here's something that MIGHT be helpful ... the "Input Max" setting does NOT (I repeat: does NOT) mean the "highest/maximum input signal that should ever come in" ... instead it just helps set up a ratio between the INPUT signal and the SCALED signal ... specifically, you don't have to use the MAX/HIGHEST value for the input signal – you just need a value that CORRESPONDS with whatever value that you enter for the "Scaled Max" setting ...

more specifically, the SC does NOT perform any type of "limiting" function ... in other words, if the actual input signal happens to go higher than the "Input Max" value that you entered, then the output value will simply GO HIGHER than whatever "Scaled Max" setting you entered ...

so ... it's entirely possible that the numbers you've reported are OK for your system – just as long as the "Input Max" entry correctly corresponds with the "Scaled Max" entry - and likewise, that the "Input Min" entry correctly corresponds with the "Scaled Min" entry ...



Thanks for the info, I just have a couple of years of night classes under my belt which means I prob ally have less than a year in school, so I appreciate the help, Lord knows I need it. Though I dont have that much school under my belt, I have alot of experience in this field and took up with the programming part pretty quickly. I hac to leave school when I had a job offer I couldn't refuse with an engineering company which did programming and specialized in Rockwell software. The only thing is when I got there their main client had switched the whole plant to Siemens, and Siemens had a 5 year maintenance contract with the plant. So I didn't get to further my education in Rockwell software. I left school right when I was getting into analog programming, so I'm lost in this subject. I worked with a Instrumentation company for 15 years so I know all about analog signal and calibrating and all that but just haven't had no experience in analog programming. As far a descrete programming I feel pretty comfortable in that. I had PLC's set up at my home and when I was in school thats all I did for the two years, so much that the students that where way ahead of me in class came to me when the instructor, who was a very good and knowledgeable teacher, was busy with someone else. I know I have alot to learn and I'm planning on getting back in school, but right now as soon a my clients find out I have PLC programming experience, and I tell them to what limits my experience is, the have something for me to do. As far as adding a motor, limit switch, or something to that nature I feel OK, I also have a friend thats wanting to partner up with me that is a very experienced programmer and I alway go to him if I get in to far over my head. I know my limits and would never attempt something outside them, I'm always honest and up front with clients about my programming experience.

QUOTE
incidentally, if you're interested, you can find a lot more about "scaling" by downloading the "Scaling with y=mx+b" material from the Sample Lessons page on my website ... it's in two parts so download them both ...



Thanks, I'm familiar with you and your site is in my favorite list. I've been coming to this forum and reading post for years. I'll check them out.


QUOTE
as far as the "rung comments" issue, you might want to take a look under "View / Properties / Comment Display" from the RSLogix500 main menu and make sure that the "Rung Comments" feature is turned on ... some people turn it off to save room on the screen ... years ago I actually drove 120 miles (one way) to help a new programmer debug a piece of used equipment that his company had just bought ... when I got there he was fussing and fuming because there weren't any rung comments in the existing program ... he went ballistic when I clicked the magic spot and the comments popped up all over the screen


I have the program saved on my laptop, I opened it up and I clicked view and it didn't give a properties option.?? Maybe I need to be on line with the processor?
DavisIMI
Also Ron, I plan on attending you PLC Boot Camp but right now the way business and the economy is I really can't appropriate the funds, which means I don't have that kind of money right now to spend on training, although I'm sure its worth every penny. Hopefully within next year.
DavisIMI
Here is the file.Click to view attachment
DavisIMI
Ron,
Thanks for the tip on the scaler pdf. I downloaded them both and a great read. Do you have any such info or could you direct me to a post that has info of the like on programming say a PT controlling a FCV and a VFD or something to that nature. I know how it all works, I just don't understand how to implement that into a program. Any info will be greatly appreciated.
Thanks
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.