Neverov

MrPLC Member
  • Content count

    62
  • Joined

  • Last visited

Everything posted by Neverov

  1. Hello. I will be very grateful for your help! There is a MELSEC-L controller (GX Works2), it is necessary to implement PID controllers. Question: Is it possible to work with 33 or more PID controllers at the same time? Why I have this question: 1) There is a  dl.mitsubishielectric.com : MELSEC-Q/L/QnA Programming Manual (PID Control Instructions) On page №16, there is a table that says "Number of PID control loops: 32 loops (maximum)". 2) In the dl.mitsubishielectric.com : MELSEC-Q/L Programming Manual (Common Instruction) On page №737, there is a description of the "PID" function block, where there is no limit on the number of uses. I saw a note about the CPU serial number. 3) On the Mitsubishi website there is a library fb-cpu-pid_v110l_e.zip www.mitsubishielectric.co.jp : fb-cpu-pid_v110l_e.zip I can't figure out if there's a limit to how many PID controllers can work at the same time in a program. What is the difference between PID controllers (from the points above)? p.s. I liked the pid regulator from point №2 the most.
  2. GX IEC Developer

    I can't find the IEC Developer licensed installer anywhere. I checked the global, European and Japanese Mitsubishi sites. Why isn't he there? Can someone suggest where to find it?
  3. GX IEC Developer

    Please share, I have a key. I do not know from which specific version (key). But I think that it will fit the latest version of the program.
  4. MELSEC-L PID Control

    The problem is that everywhere in the manuals there was no PID function that does everything with one function. They are complex and fragmented. I was only able to find a description of it here: https://dl.mitsubishielectric.com/dl/fa/document/manual/plc/sh080809eng/sh080809engx.pdf
  5. MELSEC-L PID Control

    Hello. I have worked with PID controller in IQ-R and IQ-F series. It took to apply in MELSEC-L. I found the same function block, but I can't find the documentation for it anywhere. In the "e-Manual Viewer" it finds a combination of PIDRUN, PIDINT and the like, but there is no description for the "PID" function block. Help find a description.
  6. MELSEC-L PID Control

    Thanks Neverov.Aleks@gmail.com Can't find it in search. By this name I constantly stumble upon another instruction, as in the e-Manual Viewer.
  7. MELSEC-L PID Control

    The only place where it is told about the PID controller, but there is no "PID" function block. Or am I blind (( Or MELSEC-L does not support such a function??
  8. FX3 read project a warning

    A working controller FX3 on factory. It was necessary to subtract the project (using GX Works2) to save it in case of a PLC breakdown. Never faced such warnings before. What could it be because of? How to make sure that the read project can be used in the event of a PLC breakdown?
  9. FX3 read project a warning

    That is, before reading the project, create an empty project ? And only then read? Immediately after opening the program (without creating a new project), I clicked to read the project.
  10. FX3 read project a warning

     
  11. Mitsubishi FX5 read/write from PC with nodejs

    Unfortunately I am not familiar with Node Js. Reading from writing differs only by the function code inside the ModBus message. I always look at this cheat sheet when working with ModBus. https://ipc2u.com/articles/knowledge-base/detailed-description-of-the-modbus-tcp-protocol-with-command-examples/
  12. Mitsubishi FX5 read/write from PC with nodejs

    FX5U have ModBus TCP (slave/Master). Maybe it will be easier on it? For ModBus TCP (slave) it is not necessary to write a program inside the PLC. In the "Enable" settings and you're done.
  13. iQ-R PLC cant retain variables

    Become familiar with the following concepts:  - Latch (1) - Latch (2)  
  14. Need more CapsLock.
  15. How to combine 2 different WORD to create a single FLOAT

    Here's an example. Can anyone have a more elegant solution? forums.mrplc.com.gx3  
  16. How to combine 2 different WORD to create a single FLOAT

    BMOV https://forums.mrplc.com/index.php?/topic/40236-dword_to_real/
  17. NC (Normally Closed) contact not working on mitsubshi HMI

    Is this what you want?
  18. NC (Normally Closed) contact not working on mitsubshi HMI

    Throw off please projects, too lazy to type yourself.
  19. need help! cant connect to PLC through HMI (MItsubishi)

    I don't have a GT2107, but these projects should work. forums.mrplc.com - FX5U.gx3 forums.mrplc.com - GT2107.gx3.GTX
  20. need help! cant connect to PLC through HMI (MItsubishi)

    https://www.youtube.com/watch?v=q7O7EeNBTZA  GS2107 differs from Gt2107 with stripped-down functionality. Everything else is the same. When writing a project to the panel, select USB instead of Ethernet
  21. need help! cant connect to PLC through HMI (MItsubishi)

    Explore the tutorials. https://www.mitsubishielectric.com/fa/assist/e-learning/index.html https://www.mitsubishielectric.com/fa/assist/e-learning/eng.html#en_bg https://www.youtube.com/watch?v=Rndhh9UVFWI https://www.youtube.com/watch?v=XSuR12IIi94    
  22. GT2107-WTSD not showing in GT Designer3

    Probably an old version of the program ?? https://www.mitsubishielectric.com/fa/download/software/hmi/got/index.html
  23. GT Designer

    Take out the light bulb first. Then on top of it a transparent button. But in the plc or in the panel scripts, you need to reset the switch counter. Because the button will count until it overflows in a circle. Or hang up the M register on the button. And in the PLC program, add or subtract the number of lamp output to the screen. I don’t know any other options.
  24. Gxworks installtion error cde

    In any unclear situation, reinstall Windows   ;) The length of the path to the executable file must not exceed (I don't remember how many) the number of characters. Copy the installation archive (folder) to the root of the C drive
  25. Q03UDE IP address won't change???

    Try clearing / formatting the CPU memory. And upload a clean project. With default settings. If it does not help, wait for a response from more experienced users.