Andrei Blagaila

MrPLC Member
  • Content count

    225
  • Joined

  • Last visited

Everything posted by Andrei Blagaila

  1. Hardware config doubt

    Then I can only check the I/O assignment because i don't have the HW here :(
  2. Hardware config doubt

    Hi guys, I received two different versions of the SW for the same machine. One is saved with the name Q100UDEH and one with Q50UDEH. I was expecting the Q100 to have insite the I/O assignment a Q100 CPU but is has still a Q50. My problem is that I tried to compare the two projects using Project verify and it gives me an error saying that the PLC's are different. Do you know where else I can look to see if the Q100 in set as a CPU besides I/O Assignment? Thank you :D
  3. Hardware config doubt

    Without the HW it does not work.
  4. Hardware config doubt

    @Gambit where can I find the system monitor?
  5. Hardware config doubt

    GX Works 2 was used
  6. Hardware config doubt

    Yeah. I fount it. Under Project  - > Change PLC Type  It was Q100UDEH. But if it's like this and in the I/O assignment it's Q50UDEH doesn't it go into error if you try to load it ?
  7. Double Word Type variable

    I've been searching the manuals and either i search the wrong thing or i've been searching the wrong manuals. How to I name a double word Variable? (I need 32 Bits stored in the same variable)
  8. Double Word Type variable

    I'm running a Q50UDEH so I think there shouldn't be any problems.
  9. Double Word Type variable

    To use it as a condition not with MOV but like D0.1 and D0.2 -> Y1
  10. Double Word Type variable

    And if i want to use the bits in it i just call d0.1....d0.F ?   
  11. Double Word Type variable

    I just use DMOV instruction like DMOV D0 D2 to move the value D0 and D1 intro D2 and D3? (d0 and d1 being the value I read and D2 D3 being the double word I store them in)  
  12. Double Word Type variable

    So I need to store a RF-ID that i read. Now it's on 16bits. I want to pass it to 32. I want to store them in the same variable for example D1. It's not 100% clear form the examples. so not bit by bit but the whole thing. How do I do that keeping in mind the value I read needs to be a double word as well.
  13. GT Designer Search

    Thanks a lot. You helped me a lot  
  14. GT Designer Search

    Hi guys, So I have an HMI project already done and in the software there are some variables that i'm sure are on the screen somewhere but cannot find them. Is there a search option in GT Designer where I can search my variable? Thanks
  15. FY0 FY1

    Thank you. HUGE HELP!!!! Couldn't find this explained :D
  16. FY0 FY1

    That was the issue. Now it works. I have just one question now. I have in a different part of the project XCALL P1 Y1 Y2 Does it turn both the Y's ON? (with the same subroutine)
  17. FY0 FY1

  18. FY0 FY1

    Same result. Still goes into Error  
  19. FY0 FY1

    And where do I need to do that?
  20. FY0 FY1

    I Inserted it but still ERROR :(
  21. FY0 FY1

    What am I doing wrong in this simulation? It goes into error once M1 and M2 are ON.... I don't understand it ..
  22. Incrementation problem

    So I have a software written by somebody else that I am supposed to check a problem on. D5013 and D5014 need to be incremented to 60 that in turn will increment two D's that count the minutes. When it reaches a certain number of minutes it need to do something. The problem is that as you can see the previous programmer inserted SM401 in the conditions. Although L682 is abilitated it doed not increment D5013 and D5014. The printscreen is in simulation mode. I tried doing a small program that contains only this part and that one works. Why does this one not increment? PLEASE HELP!!! 
  23. Incrementation problem

    Instead of |M1| - - |M2|------|XCALL P1 Y1| isn't it simpler to just put the Y1 in this case instead of Xcall? I don't see how it helps
  24. Incrementation problem

    And Why does it Reset FY1? I saw cases where it was XCALL P10 Y10 Y11 .... Does it work in the same way? Substitutes the Y's with the FY0?  
  25. Incrementation problem

    I think so. I hope once the hardware arrives I have more answers for my questions. Meanwhile I have a new issue that I cannot understand. What does the XCALL function do in the case underneath? Calls P130 and then turns Y1107 ON? What are FY0 and FY1 and what does P130 actually do? Can you help me?