logo elektroda
logo elektroda
X
logo elektroda

Books or Polish guides for learning GX IEC Developer with Mitsubishi PLCs?

ma3-4ysz 8412 4
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 4247749
    ma3-4ysz
    Level 24  
    Does anyone know about any book that teaches PLC programming based on GX IEC Developer and MITSUBISHI drivers or knows about the existence of other materials (guides to this software) in Polish (e.g. materials for students for automation laboratories)?
    I want to try my hand at PLC on the example of GX IEC Developer. However, I am a beginner and I am looking in the dark. You can study literature in a foreign language if you know more or less what you are looking for.
    Thank you in advance for any help
  • ADVERTISEMENT
  • #2 4247911
    jotu22
    Level 20  
    www.mpl.pl
    This company organizes free mitsubishi basics training
  • ADVERTISEMENT
  • #3 7920087
    papajondro
    Level 11  
    Fx Training Software, you will learn the basics of programming the Fx series controllers by solving simple automation tasks (controlling traffic lights, conveyors, sorting plants). All of this is accompanied by a process visualization to make it easier for you to understand its principle of operation. The program is in English, but the basic knowledge of the language will allow you to navigate the menu without any problems.
  • ADVERTISEMENT
  • #4 15723877
    bigmaster
    Level 15  
    Hello
    another silver shovel for me.
    I don't want a new thread.

    please decipher the functions
    GX Developer:
    MOV [D810Z0 D300]
    exactly what does Z0 mean?

    I found a description for the Q driver.
    The next question is where the Z values are stored
    Books or Polish guides for learning GX IEC Developer with Mitsubishi PLCs?
  • #5 15724497
    premiks
    Level 16  
    Hello Z0 V0 are index registers, as the name suggests, are used to index devices in the controller
    There are a lot of mitsu driver manuals on the web for details.

    Among the driver registers there are also:
    used for modification, index registers V and
    FROM.
    The V and Z index register is added to the other
    device as follows:
    [In this case, "V0, Z0 = 5"]
    D100V0 = D105, C20Z0 = C25
ADVERTISEMENT