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 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.
TNK for content
Thanks
Bikin pake yg c#❤❤❤❤
can you post vb file for me, please
Please look carefully, I have shown the design and source code in detail, please try it first.
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?
TextBox8.Text id Read Value of memory (D), what is the actual value in the plc?
@@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.
@@ilsonjunior2805 please email to me automation.engineer.id@gmail.com
Please Try,
Me.TextBox8.Text = BitConverter.ToUInt16(arrays, 0)
I think u create project use "Windows Forms App (.Net Framework)" Visual Basic
but my project use "Windows Forms App" Visual Basic