How to Create and Use Mitsubishi FUNCTIONS in GxWorks 2 with a Question for Next Week!

Поделиться
HTML-код
  • Опубликовано: 22 янв 2025

Комментарии • 6

  • @shivsrikakolum2100
    @shivsrikakolum2100 2 месяца назад

    IN GX Works2 how to use one UDT (User-Defined Data Type) to be directly nested inside another UDT.. It is Possible to do in Siemens, Rockwell and Omron but why not in Mitsubishi

  • @shaungrenfell189
    @shaungrenfell189 3 года назад +1

    I have a few plc’s. Mitsubishi fx1s10. Fx3s10. Omron CP1E . Crouzet millennium 3. I also have an old GOT 1000 HMI. I have CXDevelopper, omron cx1 and crouzet free software. I want to end up with just one brand. What do you suggest I keep?

    • @ScantimeAutomationTraining
      @ScantimeAutomationTraining  3 года назад +2

      Keep them all! But if we were to recommend one, Omron is a great starting tool! We also have an online course called the PLC Programming for Industry course which is perfect for beginners and uses Omron as the learning platform due to its ease of use.

  • @TJKeets
    @TJKeets Год назад

    What is the actual difference between function and function block? They both do the same thing?
    Also, when you started this program it would be doing a divide by 0; how come your CPU didn't go into fault?

    • @ScantimeAutomationTraining
      @ScantimeAutomationTraining  Год назад +1

      A function block retains data while a function doesn't.

    • @ferrumignis
      @ferrumignis 10 месяцев назад

      A function block is analogous to a class in object oriented languages. After you write the function block you define one or more instances and each instance uses its own memory space for internal variables. Like other OO languages you can create a new function block based on an existing one, and add extra functionality (inheritance).