Andrei Blagaila

MrPLC Member
  • Content count

    225
  • Joined

  • Last visited

Everything posted by Andrei Blagaila

  1. Incrementation problem

    I checked them but i suspect nothing is here. 
  2. Incrementation problem

    Sorry I don't know where that is. New to Mitsubishi. It has a CC-Link Network. 
  3. Incrementation problem

    I found it. It was a stupid L at the beginning of the program. Basically if the function was not activated it would GOEND and not run it. Now it works. Thanks for you help and suggestions. One last question. On my second prinscreen there is a B1750. How do I see where it is called (i searched it and did not find it)
  4. Incrementation problem

    Tried it. Does not increment. My suspicion is with the D5013 and D5014 Registers that they are being continuously written with 0 from somewhere but i searched them. They are being used only in 4 places. I did a print of that. It's starting to become a mystery :(
  5. Incrementation problem

    I put it for L680 but it's the same for L682
  6. Incrementation problem

    So the only place where this is used is where it is abilitated. It's a function of the machine that if you press a button on the HMI it goes in TRUE. You press it again it goes in FALSE. As you can see underneath. Any ideas? 
  7. ZR - file registers where are they at?

    Hi Guys. Is there a way I can find out the size of these registers without having the hardware. I want to know how often I should change the CPU battery and that is calculated by the size of file register file in standard RAM.
  8. SM400 SM401 Issue

    I'm racking up a lot of beers to buy for you :) Thanks again for your help :D
  9. SM400 SM401 Issue

    Another day...another problem :( I have an issue with the software i do not understand. From what I could read the special memory SM400 is always ON and SM401 is always OFF. I Want to figure out if I understood correctly. If SM401 is always off, then the function in the picture is never used right? Or am I missing something? Basically N0 M550 abilitates a part of the program but if it's conditioned by SM401 it will never be used right? PLEASE HELP 
  10. SM400 SM401 Issue

    And if I put SM400 instead of SM401 I re-Enable it right? I also found in the SW |SM400| ---- |SM401|--------(M***) This will never be enabled correct?
  11. WAND Function

    I have only Password or Operator. No level
  12. WAND Function

    Can I just switch it to None and simulate it like that? We have an urgent issue at a client and I cannot go through the HMI to find a command.
  13. WAND Function

    Operator is being used.
  14. WAND Function

    So I started working for a new company that uses Mitsubishi. I have no experience in GX Works2 and GT Designer 3. The project is already done. Both PLC and HMI. The problem is that some of the menus in the HMI are password protected. I cannot find in the project (because I don't have the hardware and I am simulating it) where you set the password protection on the pages. It has some variables in the PLC that are related. Cam you explain (if it is allowed) how you set a password for a page? IF it's not allowed don't worry about it :)
  15. WAND Function

    Yes it is. So basically it overwrites D9686 with 0000 0000 0101 1111 for your example right? it filters only the first 8 bits because H00FF being 0000 0000 1111 1111 the 0 cannot turn into 1. By chance do you have experience also with GT Designer with GOT1000? I'm having a masive headache with that as well.
  16. Compare two projects

    Hi Guys, Is there a way to compare two SW Projects without loading one of them in the PLC? I don't have the Hardware here and I need to check the differences between two projects. Thanks :)
  17. Compare two projects

    Mate you just helped me in the biggest way possible. If you pass through Romania I'm buying you a beer :D Thanks a lot
  18. Compare two projects

    Found it. Thank you so Much. What does No setting mean? What is the difference?
  19. Compare two projects

    I Managed to figure out how to do it but the mismatch part is unclear to me. Where should I look to see the differences?
  20. Compare two projects

    GX Works 2. I have two versions of the same machine software and want to see the differences.
  21. Command Prompt Build

    Thanks for the Reply. Do you mind helping me with my other post about the Call Function in GXWorks2? I cannot seem to understand from the help manual. In my opinion it's very poorly written.
  22. Command Prompt Build

    Hey Guys. I'm starting also this topic for another important question I have. Is it possible to do a batch file that takes the software you stored on a server or TFS system and compile->Rebuild all in like command prompt or something? Has anybody tried anything similar to this?  If there are more than 1 programmers working on the same software that is centralized somewhere, I want the option that in the night the software is compiled and to have the feedback if 0 errors occurred or some errors occurred.   Thanks
  23. CALL FUNCTION

    Hi Guys. I'm new to GX Works2 and to PLC programming in general. I'm having some trouble understanding a part of a software from a machine. Throughout the project I find the "CALL","XCALL","ECALL","EFCALL" function. I attached a print screen of one of them. I don't understand exactly how it works. I tried doing a similar small program and simulating it but the ERR light in simulator keeps blinking RED. Can you guys help me because the HELP for this function is not very clear to me. Thanks