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

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

КОМЕНТАРІ • 11

  • @waiyawutthaweeyok9514
    @waiyawutthaweeyok9514 4 місяці тому +2

    TNK for content

  • @sugiyartosugiyarto1587
    @sugiyartosugiyarto1587 Місяць тому

    Bikin pake yg c#❤❤❤❤

  • @mviolet3438
    @mviolet3438 6 місяців тому

    can you post vb file for me, please

    • @AutomationEngineerID
      @AutomationEngineerID  6 місяців тому

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

  • @ilsonjunior2805
    @ilsonjunior2805 3 місяці тому

    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