How to change the current window with a Macro or based on a value within the PLC - EasyBuilder Pro

Поділитися
Вставка
  • Опубліковано 15 січ 2025

КОМЕНТАРІ • 8

  • @juanrodrigonegreterodrigue8287
    @juanrodrigonegreterodrigue8287 2 роки тому +1

    how i can do a loop to change the window periodically? for example for a chart display ?

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

    PLEASE!!! Help me make another video that makes it more clear how to use the value of plc to change the current window.thank you very much.

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

    hi, why that work juste once ? After change window with function button, another way, it doesn't work anymore

  • @RS_83
    @RS_83 2 роки тому +1

    Hi.
    How can i show a popup window, using macro?
    You showed us how to open a widescreen window. But if i want a popup window?

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

      Did you find an answer for your question?

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

      I found an idea and tested it with macro
      look
      1- Make a popup window with size 380 X 100 , monopoly , start position 209 ,190
      2- Make a another window with Indirect window has size 380 X 100 and alignment in the meddle
      3- In the that window make a set bit object link it with a macro to activate the popup
      int a=18 // window 18 (popup window number)
      SetData(a, "Local HMI", Lw, 60, 1) // indirect window 60
      4- To close the popup window make a function key and link it with macro
      int a=0 // 0 to closethe window
      SetData(a, "Local HMI", Lw, 60, 1)
      this is an example and test it

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

      @@wadib3eed7 what?

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

      @@galingeorgiev6806 what for ?