Preview of the new OpenPLC Editor

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

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

  • @TeTopik7
    @TeTopik7 День назад

    Can't wait to see the full changelog 🎉

  • @rikvandenreijen
    @rikvandenreijen День назад

    This looks amazing 🤩 You are the PLC software GOAT

  • @JRF76476
    @JRF76476 10 часов назад

    Looks great!

  • @eduardogodoy7621
    @eduardogodoy7621 2 дня назад +1

    Amazing news. I am looking forward to use it. Tks

  • @delackels1649
    @delackels1649 День назад

    This is looking better! I like it very much, thsnk you!

  • @ljmodino
    @ljmodino День назад +1

    Una aplicación con una interfaz mas amigable es lo que necesitan muchos estudiantes de formación profesional como alternativa a TIA y demás, sobre todo por la parte de los requisitos del PC, licencia y demás. Buen trabajo!!!!! Ánimo

  • @mervamulolwa5171
    @mervamulolwa5171 День назад

    Hi, it's very good work, thank you very much...

  • @RafaelFelipeSchroer
    @RafaelFelipeSchroer День назад

    Great work!!! This version maintain the Arduino/ESP functionalities?

    • @openplc
      @openplc  День назад +2

      This first version will only compile for Linux and Windows runtimes (that includes Raspberry Pi and other SBCs). Arduino compatibility will be added in future releases.

  • @user-fk9mo2ld6w
    @user-fk9mo2ld6w 2 дня назад

    Great work and thanks for sharing

  • @romerzurco
    @romerzurco 2 дня назад +1

    When will the new version be available for testing and will the old version remain valid or be removed?

    • @openplc
      @openplc  2 дня назад +1

      We're planning for a beta release at the end of the year. The old version will still be available as we work on a smooth transition from the old editor to the new one.

    • @elprofezurco
      @elprofezurco 2 дня назад

      @@openplc I'll be looking forward to testing the beta version, regards.

    • @openplc
      @openplc  День назад

      @@elprofezurco I posted instructions here on how to test the development branch: openplc.discussion.community/post/preview-of-the-new-openplc-editor-13526150?pid=1341256671

  • @mervamulolwa5171
    @mervamulolwa5171 День назад

    I have the impression that you always enter the variables of the block, even those already created. if this is true, would it be possible to improve this either by drag and drop or automatic entry of variables already created?

    • @openplc
      @openplc  День назад

      Variables are unique to the scope of the block, unless they are global variables. Block variables are not accessible outside the block and vice-versa.

    • @mervamulolwa5171
      @mervamulolwa5171 День назад

      @@openplc well understood, thank you very much..I was talking about a local variable that you created in the main program, to assign it to the CV output of the counter placed in one of the sections of the main program. when assigning this variable, I saw you rewrite the name of this variable to the CV output of the counter

    • @openplc
      @openplc  День назад +1

      Ahh got it. You’re talking about an auto-complete feature that automatically brings the name of variables to connect to blocks, contacts and coils. Well, that is coming on the production version! :)