Andrei Blagaila

MrPLC Member
  • Content count

    225
  • Joined

  • Last visited

Everything posted by Andrei Blagaila

  1. MC Function on Q CPU

    I loaded it to the CPU and no error lights. Everything is running. I checked to see the next POU and that works even if the functions is disabilitated. I don't have the tool here to test on it but in a couple of weeks I can do that. For the Simulation Stand that has a complete PLC rack and HMI it seems to work.
  2. MC Function on Q CPU

    If I use at the begging of a POU the MC Nn Mn command do I have to use something at the end of the POU? I want the entire block to work only if certain conditions are True. Thank you
  3. MC Function on Q CPU

    Thanks. I'll leave it without and test on the machine soon. If it works I will leave it like this, if not before the [END] line i will put [MCR N0].
  4. MC Function on Q CPU

    And if I use the whole POU? Do I need to use MCR? Or is it not needed?
  5. FX5 PLC loses impulses from encoder

    If It works until a certain frequency make sure that the encoder cable does not travel near the cable that outputs the inverter and goes to the motor. This cable should be shielded but sometimes even if it is shielded at high frequency it can cause disturbances. Try taking the cables out of the raceways and keeping as much distance between them as possible. If it's not an Software issue but an EMC issue like i suspect It will fix your problem.
  6. MC Function on Q CPU

    Sure. I have a function for the machine that I want to abilitate and disabilitate. If the conditions are true is works, if not it skips the code. I tried with GOEND but if by accident the Latch is switched off while working the outputs freeze ON and it could cause major problems.
  7. Automatic Upload of PLC and HMI software

    Hi guys, Is it possible to do a batch file that you run to upload the PLC and HMI software without using mitsubishi software. I'm basically asking if I can dumb it down in order to ensure that even a monkey can double click on something and it's done. Has anybody tried something similar? Thanks, Andrei
  8. Automatic Upload of PLC and HMI software

    How come?    
  9. Timer Values

    Now I know not to trust the simulator. I really thought I had a setting wrong or something. 
  10. Automatic Upload of PLC and HMI software

    This is helpful to read. I want to Write on the PLC automatically using a batch file. You put the SW in a certain folder. Put the PLC in STOP and run the batch file. It copies them automatically. I don't think this can be done so I got the ideea of using the CF card. But I keep getting asked if the batch file is possible.
  11. CC Link Address

    Perfect. So I need to put from Reserved Station to No Setting 28/30 and 30/32 for Stations 30 and 32. Very well explained. Thank you so much :D
  12. CC Link Address

    I have an already configured CC Link network. My question is: Which of the attached is node 32? (I did a modification that implies that I should change the settings for it). Is it 30/32 or 32/34? I'm not sure how it works. It's an analog PT100 reading module. I also want to add node 30 with 16Di+16DTO. Can someone explain why it's written 30/32? It's confusing when you're coming from another PLC brand. Thanks
  13. CVS file log not generated.

    I found the problem if you are interested. I used a PLS command for the memory bit trigger. It was too fast. Created a delay of 1 second and it works.
  14. Log Files

    It works but I don't know how to see what's on the CF card to see the log. Do you know how to access it by USB or something? Or only removing it and connecting it to a Card adapter?
  15. Log Files

    Hi guys, Have any of you tried to create a log file to store each time the value of a ZR register (recipe parameter) has been changed and the old and new values? I want to create a log that exports to a file on the CF of the HMI maybe. Thanks, Andrei
  16. Log Files

    Sadly no :( I would have solved by now if so. I have a simple ladder project that I need to add on to. I changed the program a bit and now it pulses 3 bits that i will put in paralel to a bit used as a trigger
  17. Log Files

    Something like this seems to do the trick. It compares the value used in a recipe with another register that is used to store it just for this. If not it triggers M7195 that is called in the GOT LOG as a trigger to LOG. Hopefully it will work and log ZR1200 ZR1204 and ZR1205
  18. Automatic Upload of PLC and HMI software

    But once it boots up from the card and the CPU has a battery is it moved from the card to the internal memory?
  19. Log Files

    It helps a bit but I use ladder diagram. From this I need to adapt to see because I don't have an else command in ladder.
  20. Log Files

    Actually I found options in GT Designer to do the log. I need just a trigger. I want that trigger to be the value change of ZR1200 but i'm having trouble conceiving 2 lines of software that pulse a bit when ZR1200 changes values. Any suggestions?
  21. Automatic Upload of PLC and HMI software

    So without using GX Works it cannot be done. I talked to my mitsubishi rep and he suggested I put the SW on a CF card and when I put the CF card in the Q50UDEH it automatically copies the SW to it if the CPU is empty. Have you tried this?
  22. Timer Values

    I have two. That's not a problem. The problem is everything is programmed in Simple Ladder and was done by another person. Now I have to modify certain things and it's a pain in the *** untill I figure out how they did things and why.
  23. Timer Values

    On the HMI and PLC it's working fine. On the Simulator for some reason it moves in a faster pace. I thing because it uses the CPU of the PC to run everything. Strange!
  24. Timer Values

    I Am sure that the timer is not used in another place. The ZR is used for another timer but It's value is set in the HMI only. I used SM410 and it does not show me any value in T150. It may be too short for the simulator to register.  I will try to load it on the PLC rack and try it there. Maybe something changes.
  25. Timer Values

    I loaded the ZR1204 with the value 100. With my phone I timed it and it was around 4-5 seconds. I changed ZR1204 with K100 and timed that as well. It's slower 6-7 seconds. I really don't understand it.