CODESYS: Switching between Visualizations -

Поділитися
Вставка
  • Опубліковано 6 лис 2024

КОМЕНТАРІ • 13

  • @4fae
    @4fae Рік тому +1

    Great video Tohid, thanks we used the plc code directly displaying on an smart tv. For the different manufacturing line performances. Your info helps always

    • @TohidAlizadeh
      @TohidAlizadeh  Рік тому

      Thanks for your comment. Glad to hear that you found my video tutorials helpful!

  • @RenatoFiorini-z6s
    @RenatoFiorini-z6s 9 місяців тому +1

    Thank you so much for your simple and so accurate explanations....

    • @TohidAlizadeh
      @TohidAlizadeh  9 місяців тому

      Thanks for your comment 👍 I am glad you liked it!

  • @mohammedrezk8072
    @mohammedrezk8072 Рік тому +1

    As usual ,Great Work Thanks too much

  • @davidborg5996
    @davidborg5996 11 місяців тому +1

    Easy to Follow Video. For the Visu01 screen selection button, How can I password protect?

    • @TohidAlizadeh
      @TohidAlizadeh  9 місяців тому

      You can setup a "Input configuration" for it and choose "write variable" on mouse clicked. Then use a VisuDialogs.Numpad to get the password and write it into a variable. Then, in the PLC code, compare it with the stored one and if they match, change the active visualization window. I hope this helps!

  • @Muzum-wx2ze
    @Muzum-wx2ze 5 місяців тому

    Where I my advanced button?

  • @fi7549
    @fi7549 Рік тому +1

    is it possible to have 2 different style of visualizations in one project?

    • @TohidAlizadeh
      @TohidAlizadeh  Рік тому

      I think no, as there is only one Visualization manager created for the project and the style of al the visualizations is determined there.

  • @erkancakiroglu
    @erkancakiroglu Рік тому +1

    IF Manu THEN
    VisuElems.CurrentVisu := 'Manuel';
    END_IF