Host Engineering Forum
General Category => General Discussion => Topic started by: Vernon Leeper on September 20, 2012, 09:53:10 PM
-
Well it's good to be back, I have been very busy the last 3 years and a lot has happened some good and some not so good.
Well for my problem, I recentley bought a D0-06 and a C-more EA1-S6ML. I have been working with it for a few weeks now, I can't get them to talk to each other i.e. change presets and have them show up in the ladder. And why when I put presets in on a timer on the screen, they disapear after power up, not retinative on the screen? What am I doing wrong or not doing to make it work?
-
1. The presets for a time can be either constants (Kxxx) or a 'V' location
2. The preset MUST be in BCD.
3. The retentive state a 'V' register range is set under the 'PLC' menu
Come back with more details, especially 'zip' of the PLC program folder files and a zip of the display file.
-
Hey Bob,
Senario, T2 Timer, "K" is is V41002 location, and that might be whats wrong ( among other things). On the Cmore, I have the timer so that I can set the preset value from it and tag name T2. Open Dsoft, place PLC in run mode, set the value on the Cmore,enter, but I don't see any changes in the ladder with the status on. I did this with a DV1000 a few yeard back and you could see the value change as you changed it from the screen. Not sure but I was looking in the set up menu in both the Cmore and Dsoft and I don't think I have the statring values done correctley.
Where would I send the zip to? You want both, Cmore and the ladder from Dsoft?
-
V41002 is a word composed of the Stage bits for stages S40 - S57. Why did you choose such a register? Try something like V2000 - unless that's used, but something a little above that if necessary.
-
Really don't know, I had a V location but couln't remember what it was so I went back to the bit map whenit didn't work either. Going through the help files now to see what i can do also to help me understand what's going on.
-
Ok so I went back to the timer(ladder), and in the preset value "K" I put V2, didn't work, put V2000, didn't work, It's not showing up when I enter the "K" or preset value from the panel. I need 2 cables so I can make changes to the screen and PLC with out having to plug and unplug from the plc and panel....
I have the tag name T2 for the timer being used, I even changed it a few times to V2000,TA2, T2 but nothing seems to work.
-
If you use the 'K' prefix for the preset then you must enter just a number after that. For a TMR this will be the number of tenths of a second you want the timer ti time. It can't be changed except by changing the value using DirectSoft and re-downloading the program.
If you want the preset to be variable the erase the 'K' and just type 'V'xxxx (for example V2000) as the register which will hold the preset number.
In the CMore set the tag of the numeric entry to the same 'V' register you chose (I choose V2000 as a starting point as it is past those used as the 'accumulated value' for timers and counters). Make sure that the type is set as 16 bit BCD. It would help to visualize on the CMore if you set 1 decimal position for display.
-
Let me send bothe if I can to you, take a look and tell me whatI'm doing wrong. The laddder is just a pelimanary for now and I really need to look closer at it for some changes befor I simulate it on install it all on the machine for use. How do I send it to you?
-
While I can look at the DL06 program my CMore software is kind of wonky at the moment. The important thing to remember, using 'K' before a number says this number is a constant (the 'K' if from the German, long mathematical story). If you type a 'V' number then it says that 'this register holds the preset'. Your CMore program should be able to change that 'V' register easily.
I think I sent you a PM. If not let me know. I'll help you through it but it seems like you have just this one misunderstanding to work through.
If you want to send the program then zip together all the files which have the same basename as your program then post the sip file here.
The 'simulation' for the CMore DOES NOT interact in any way with the PLC program. It is just to show the relationship of screens.
-
how do I insert or upload the zip? I don't see an option for it?
-
When starting to post look for "Additional Options" in the lower left. Click it. You'll see the 'browse' button. Find the file on your computer and go from there.
-
Oh
did not see that, see it now. I'll try a test load.
-
Looking at the PLC program, your T2 is done correctly, using V2002 as the register it looks to for the preset. As long as your C-More program writes a valid BCD value to V2002 this will work as you intend.
T3 won't work because you used V3 as the preset. Low numbered V's show up as TAxx when you enter them, which stands for Timer Accumulator. So you've used T3's current time accumulator value as it's own preset! Not sure what it will do in that case, probably always be completed no matter what. There's no reason you can't use the TA values as general purpose V-memory, but only so long as you aren't using the corresponding TMRx, which in this case you are (and why bother when there are plenty of V's for which this isn't the case?)
-
There are multiple problems both with the the DL06 program and with his display program (he sent them to my email - my invitation.) One 'minor' problem is that he has 'X's' and 'Y's' reversed. I'm trying to get in contact by telephone. I think it will be a long session.
-
Holy smokes, I did not realize I had swapped the inputs for the outs, what was I thinking, I've written a few ladders before and they worked but then again, I wasn't paying attention this time. Here is the panel, and yeah if you fix it and send it back I won't learn anything I would rather just redo it again with some coaching, I learn better by doing.
I sounded simple, started out simple, I just made it harder for myself. just could not figure out why the preset would not change. i did this with a dv1000 a few years ago for a vacuum forming machine and it worked out, that was a bit of a challenge, won't use one of them again, that's for sure. I do appreciate the help and maybe one day I too might be ale to pass along the knowledge to someone in need. I'm still getting a kick out of the fact that I reverse the x's y's...
-
A little update,
I have been going through the ladder and had to make sooooo many changes that I just started over for the most part. But thanks to B. Carlton I am on the right track, so my hat's off to you Mr. Carlton, thank you.
I do have one question though about the Cmore, When you power off and return power, my values that are entered on the display (Cmore) disapear. Is there a setting for the Cmore to retain them, or is it through the PLC ladder?
-
The retention of values is in the PLC. Go to PLC - Setup - Retentive Ranges to make sure that your numbers are coverd by the ranges. If not either move your numbers, adjust the ranges or both.
-
GRRRR! Something went wrong, went to the setup and set the retention value and that worked. Added another timer, T6 used V2006, for the Cmore tag changed it T6 and now it won't work, tired going to bed.
-
GRRRR! Something went wrong, went to the setup and set the retention value and that worked. Added another timer, T6 used V2006, for the Cmore tag changed it T6 and now it won't work, tired going to bed.
Your c-more tag needs to reference V2006 to change the preset.
-
Well after work tonight I went back to do some tweaking and trying to figure out what I did to it. Finaly,( before I seen plcnut's post) I figured out what I did, when I changed the V locations for the timers, I forgot to change them in the Cmore....go ahead laugh, I did, had to look at it with a set of fresh eyes. So now the timers work with the Cmore and with the 06 in run mode I can see changes and the timers are staying on (retintative) the display after power is removed, energized again, so I feel better about it now. Man, what mind boggler this has been. I still have to do some work with the Cmore on the indicators, buttons, and screens matching again.
Could not have done it with you guys giving advice though, I'd still be freaking out and sending e-mails to ADC, forwarding them to my home mail, so a big thanks to you guys.
-
BTW, Who at Host is the one that writes the information on the instruction browsers? When I was writing the code for this ladder and I selected a coil icon, select coil class, RLL Plus, and select the JMP in the instruction browser down at the very bottom I find this (JUMP! For my love... JUMP! Bla bla bla bla... ) I thought it to be funny and was wondering who it was that did this. This is not something you find every day in the professional world, bunch of stiffs normaly. Just curious that's all.
-
That would be me. When I developed the browser, I needed some text to test with, so I stuck that in. When we added the real content, somebody thought it was cute to leave it in. We have had several people find it over the years, so we leave it in for kicks.
-
Ha Ha good one BoBo, I have not had a chance to do anything here lately, had 2 vehicles down, my turned out to be the trucks computer and my son's truck had a bad water leak, done and done. Now I have to turn my attention his truck, my son, no heat to the cab and it's getting cooler, well , cold today as some of already know around these parts.
I did however get to work on my project a bit and had to make a lot of changes, at least the timers on the c-more and the d-06 are playing well with each other(thanks guys). I'm at a poit now that I'll have to hook it up to the machine and see what's going to happen and make changes as I work out the bugs. I'll keep you all posted on this thread as I go through it all. Later after it's all complete and I can I will post a link to you tube so you guys can see just what it's all for.
-
What's going on,
Not much to tell, thought I would have more to show and tell by now. C-more mounted in panel, 06 mounted in panel, and some wires hooked up. I was informed that I will have to be moved to one of the other plants bceause we are "centralizing" maintenance to one plant. On the other side of the coin, I will now get some assistance that I have not had in 6+ years so trying to update/updrage equipment might come sooner than I had previously conceived. I was also told that they would like to see some more "automation" where it can be done. For now my project is on hold till the move is made and things are calmer before I can pick up where I left off, how long will that take, not sure because there are 4 plants total and 3 mainteance personale.