Delta DOP100 new function LUA TCP Socket and Data Exchange

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

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

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

    Спасибо вам за пояснение.

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

    HI. THANK YOU FOR YOUR USEFUL VIDEO.
    I HAVE A QUESTION?
    CAN WE SEND DATA FROM SERVER TO HMI WITH THIS WAY?
    TCP?

    • @iabg_seadelta6647
      @iabg_seadelta6647  3 года назад

      @pourial tahery , sorry to reply you late. Can't

    • @pouriatahery9605
      @pouriatahery9605 3 года назад

      @@iabg_seadelta6647 HI . THANK YOU.BUT I SOLVED MY PROBLEM. NOW I CAN SEND DATA FROM HMI TO SERVER AND SEND DATA FROM SERVER TO HMI. IT WAS EASY .

    • @mohsentaghavi238
      @mohsentaghavi238 2 года назад

      Hi , I'm going to create a new variable in HMI Delta called V1 . Can I provide a custom modbus address for this variable? for example v1 address = 2000h . you think is it possible ?

  • @mohsentaghavi238
    @mohsentaghavi238 2 года назад

    I'm going to create a new variable in HMI Delta called V1 . Can I provide a custom modbus address for this variable? for example v1 address = 2000h

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

    hi, I am trying to send the ASCII code "Carriage return" or enter, but it is not working. Because the buffer in tcpWirte is a string. Someone have any idea, please?

  • @turhankurt1348
    @turhankurt1348 2 года назад

    Hello,
    Where can I download Netassist v3.7? Can you create a download link for me?

  • @stjinks
    @stjinks 2 года назад

    Does anyone know if/how you can reference tags indirectly??
    link.Write("TAG",value) -> link.Write(refString,value)
    I have not been able to figure this out - even if you pass it a string, or try to force a string format into the first field, it always resolves as empty.
    mem.inter.Write(refAddress,value) on the other hand, works