Preview of the new OpenPLC Editor

Поділитися
Вставка

КОМЕНТАРІ • 29

  • @backgwa
    @backgwa 7 годин тому

    This is truly amazing! It feels like the interface is becoming much more user-friendly. When a new version of the editor is released, I'd love to help with translating it into Korean for Korean users!

  • @ljmodino
    @ljmodino 19 днів тому +3

    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

  • @SunirnayChatterjee-wc6bm
    @SunirnayChatterjee-wc6bm 15 днів тому +4

    I would request the openplc developer team to integrate editor and runtime software into single software package. Also request the to integrate a scada software package. It will be like simence TIA portal

  • @TeTopik7
    @TeTopik7 19 днів тому +2

    Can't wait to see the full changelog 🎉

  • @dohmaster555
    @dohmaster555 14 днів тому

    Very impressive! Keep going your project is fantastic!

  • @KevinLi-e7h
    @KevinLi-e7h 17 днів тому +1

    Looks very good, you've done a great job! Thanks for sharing!

  • @DJL7777
    @DJL7777 15 днів тому

    Great work! Im sure we will enjoy using it :)

  • @eduardogodoy7621
    @eduardogodoy7621 19 днів тому +1

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

  • @sudeerawijetunga1525
    @sudeerawijetunga1525 11 днів тому

    Good to update the image of the editor in your site

    • @openplc
      @openplc  5 днів тому

      We will do that once the editor is officially out

  • @mervamulolwa5171
    @mervamulolwa5171 18 днів тому +1

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

  • @bellevuesnekkeri
    @bellevuesnekkeri 4 дні тому

    Great news Thiago, looks stunning. Any predictions of realease date?

  • @delackels1649
    @delackels1649 19 днів тому

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

  • @JRF76476
    @JRF76476 17 днів тому +1

    Looks great!

  • @TheHerries
    @TheHerries 17 днів тому +1

    Very impressive

  • @rikvandenreijen
    @rikvandenreijen 19 днів тому

    This looks amazing 🤩 You are the PLC software GOAT

  • @user-fk9mo2ld6w
    @user-fk9mo2ld6w 19 днів тому

    Great work and thanks for sharing

  • @RafaelFelipeSchroer
    @RafaelFelipeSchroer 19 днів тому

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

    • @openplc
      @openplc  19 днів тому +3

      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.

  • @romerzurco
    @romerzurco 19 днів тому +2

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

    • @openplc
      @openplc  19 днів тому +2

      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 19 днів тому +2

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

    • @openplc
      @openplc  18 днів тому +2

      @@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

  • @jiehuang3992
    @jiehuang3992 15 днів тому

    👍👍👍👍👍👍👍👍👍👍👍👍

  • @mervamulolwa5171
    @mervamulolwa5171 18 днів тому

    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  18 днів тому

      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 18 днів тому

      @@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  18 днів тому +2

      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! :)