Mitsubishi FX5U Interface with Visual Studio (VB.Net) with MC Protocol Communication

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

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

  • @waiyawutthaweeyok9514
    @waiyawutthaweeyok9514 5 месяцев назад +2

    TNK for content

  • @sugiyartosugiyarto1587
    @sugiyartosugiyarto1587 2 месяца назад

    Bikin pake yg c#❤❤❤❤

  • @mviolet3438
    @mviolet3438 7 месяцев назад

    can you post vb file for me, please

    • @AutomationEngineerID
      @AutomationEngineerID  7 месяцев назад

      Please look carefully, I have shown the design and source code in detail, please try it first.

  • @ilsonjunior2805
    @ilsonjunior2805 4 месяца назад

    Hello, I copy everything from your video and it gets an error on line 320 in the Conversion
    error in me.TextBox8.text = BitConverter.ToUInt16(arrays).
    BC30455 Unspecified argument for parameter "startIndex" of "Public Shared Overloads Function ToUInt16(value As Byte(), startIndex As Integer) As UShort".
    You can help?

    • @AutomationEngineerID
      @AutomationEngineerID  2 месяца назад +1

      TextBox8.Text id Read Value of memory (D), what is the actual value in the plc?

    • @ilsonjunior2805
      @ilsonjunior2805 2 месяца назад

      @@AutomationEngineerID
      Hi,
      This error occurs when compiling Visual Studio. I can't compile. I commented out the line and the rest works, including the connection, only this field does Visual Studio return an error.

    • @AutomationEngineerID
      @AutomationEngineerID  2 месяца назад

      @@ilsonjunior2805 please email to me automation.engineer.id@gmail.com

    • @AutomationEngineerID
      @AutomationEngineerID  2 месяца назад

      Please Try,
      Me.TextBox8.Text = BitConverter.ToUInt16(arrays, 0)

    • @AutomationEngineerID
      @AutomationEngineerID  2 месяца назад

      I think u create project use "Windows Forms App (.Net Framework)" Visual Basic
      but my project use "Windows Forms App" Visual Basic