nehpets

MrPLC Member
  • Content count

    199
  • Joined

  • Last visited

Everything posted by nehpets

  1. Go to the first rung you want to copy and select it, scroll down to the last rung you want to copy, hold down the shift key and select the rung. This should indicate all the rungs from first to last inclusive have been selected, now right click this selection and copy to .SLC library. The indexing should be carried out on this library file, when you are ready to put it into your new program just go to the position you want to put it and paste from the .SLC library file. (Forgot to add you need to select partial save when copying to .SLC library) Steve
  2. You're more than welcome, necessity being the mother of invention, I discovered this function many years ago. A nice function of this is you can specify the changes as base (all of the datafile) or bit. Steve
  3. Select your logic that needs changing and right click on it, select copy as SLC library. Go to the program you need to add this logic to and paste from SLC library. Open the saved file (it will have the extension .SLC). At the bottom of the dialogue box (address load mode) select the indexed radio button then select 'edit index'. In this dialogue box it will show all the addresses used in this saved library file, you can now edit under the 'fix up' heading the addresses you wish them now to be. When the rungs are pasted into your program they will be pasted with your new addresses. I'm not sure if this is what you were after. Steve
  4. MITSUBISHI DDRVI INSTRUCTION

    I've not actually used this instruction, but it would appear to be an incremental postioning command, there is another which is an absolute position command which I think would be better suited. When the power is cycled, at the moment the DDRVI instruction tells the drive to increment the value again so when the drive has incremented say 50% of the distance when the power is cycled, then its going to increment the full commanded distance from where it left off. With the absolute instruction DDRVA it will increment to an absolute position (Ie your final destination). Steve
  5. Hi, welcome to the forum. I think you are trying to over complicate things. Why are you using integer files to do bit functions? I have made a mod to your ladder as an example. Steve WATERSYSTEM.RSS
  6. Please help with N/C latching circuit

    Sorry, the function you are looking for is a | NOT | between the 'N/C' contacts and the set and reset | _IN | Steve
  7. Please help with N/C latching circuit

    Did you miss the negation instruction it should look something like this -/- in your instruction (contacts) toolbar Steve
  8. Please help with N/C latching circuit

    Take a look at this and see if it solves your problem. x1 x2 y1 -----------|/|----------------|/|----------------/---------------set x7 y1 -----------|/|----------------------------------/----------------rst negation instruction Steve
  9. So what problem are you having understanding, - THERE IS NO WAY TO CIRCUMVENT THE AOI SECURITY. Steve
  10. Just as an update, in case anyone else comes across this problem. The program was running perfectly well, but I couldn't get online due to this error. There is absolutely no problem with my program. The only avenue open to me was to re-download the program (which caused me a great deal of heartache due to the process). This cured the problem and everthing is back to normal, so what happened who knows???? Steve
  11. Hi all, I wonder if someone can shed some light on my situation? I have a complex program with a mix of ladder, SFC and structured text. All has been up and running with no problem for around two years and I have been able to go online with no problem, until today. RSLogix informed me that I needed to upload the program even though no change has been made since last online session and the program was saved before exiting. When I tried to upload, everything was normal until one of the SFC routines was actioned in the upload, when I got the attached message, then the upload was aborted. I have checked and verified the offline program with no problems. Has anybody come across this before? the PLC is 1756 L61 ver 16.22 Just to add, the program is running fine. Steve
  12. Twidosuite Symbols

    Does anybody know how to get the symbols and comments to appear on the online display, when I open the program on the controller to view online, obviously there are no symbols or comments, so I save the program and import the symbols and comments, but when I then try to view the online program it reports that the program has changed and requires downloading to the processor which is not possible without stopping the process. There must be some way to do this, can anyone help. Steve
  13. 1756 Fast Dry Contact Output

    I didn't realise that it was a relay output card (thats what you get for typing before you read), however after reading the spec. for this card I am gobsmacked that the rated mechanical rating for these relays is 100,000 operatations. How can Allen Bradley justify the extortionally high prices the charge for these cards. Steve
  14. 1756 Fast Dry Contact Output

    Is it possible to use something like these. http://www.farnell.com/datasheets/1500104.pdf Steve
  15. In need of Software for Mitsubishi PLC and HMI

    There are three distributors in Oklahoma, it would be a good idea to contact them re- your requirements. You will probably be pleasently suprised at the cost of the software in comparision to the absolutly extortionally expensive Allen Bradly. GXworks is probably the best route to go, it also incorporates GXDeveloper (older software for FX range). Steve PS. Just to add I have this running under Windows 7 64bit and Windows 10 64bit.
  16. I/O Breakout

    Take a look at this publication, http://literature.rockwellautomation.com/idc/groups/literature/documents/td/1492-td008_-en-p.pdf Steve
  17. COP in SLC5/05

    I would appear that the COP instruction is copying the system status word (3400) and the module status word (3401) of the backup scanner in slot 1 into binary file B3:1 and B3:2 respectivley. Steve
  18. PID control in Mitsubishi PLC

    Take a look at this manual http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&uact=8&ved=0CCgQFjAB&url=http%3A%2F%2Fwww.fapro.com.tw%2FDB%2Fdownload%2FMitsubishi%2520PLC%2520Manual%2Fjy997d16701l.pdf&ei=PZ92VYHXN5DB7AaU-oGYBA&usg=AFQjCNG8MCvHE6ZYhdd206IbSPUiq4Kx_Q&bvm=bv.95039771,d.ZGU Steve
  19. open file create on GT designer 2 on GT designer 3

    Welcome, On your GT3 disk you should find GT2Converter software, this is not perfect but it beats re-coding the complete HMI Steve
  20. Welcome to the forum, The address format is not correct, B3:0.1 should be B3:0/1 or just B3/1 Steve
  21. PID intruction use, fx 3u plc

    check out this manual, http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&uact=8&ved=0CCgQFjAB&url=http%3A%2F%2Fwww.fapro.com.tw%2FDB%2Fdownload%2FMitsubishi%2520PLC%2520Manual%2Fjy997d16701l.pdf&ei=PZ92VYHXN5DB7AaU-oGYBA&usg=AFQjCNG8MCvHE6ZYhdd206IbSPUiq4Kx_Q&bvm=bv.95039771,d.ZGU Steve
  22. Copying or Moving String

    If you are talking about individual characters being placed together as a string the the concat instruction may be the answer, to be honest your description is a bit vague, I'm not sure what you mean about the term "Alphabets". Steve
  23. GOT1000

    Thanks Delbert, I had already decipherd the manual as you say it's very simple, just for those who may need to know, here's how you get the current active screen number back to the PLC.
  24. GOT1000

    Is it possible to have the HMI send the active screen number to the PLC (FX3), also perhaps have the PLC switch to a particular screen number? I've been pouring over the manuals but they are as clear as mud. Thanks Steve
  25. FX3GE

    Could some kind soul put me out of my misery, the documentation for this processor is not the clearest. I'm trying to find out how many analogue units I can connect to the left side of the unit, the documentation says 1 analogue unit + one communication unit, does this mean I can use 2 analogue units if no comms unit is used - the hardware manual seems to suggest I can use two. I realise I can use analogue units to the right (FX2N - 4AD) but my client has a FX3U analogue unit already. Steve