Programming with Ardit
Programming with Ardit
  • 3
  • 61 039
First C# Program (Hello World)
C# Programming from Zero to Hero!
🚀 Learn about Building Blocks and Create Your First Program
👍 Subscribe for more tutorials like this.
TABLE OF CONTENT
00:00:00 Introduction
00:00:47 Create new Project
00:01:08 First Console Application
00:01:50 Compile and run C# Program
00:02:09 First "Hello World" Program
มุมมอง: 256

วีดีโอ

Create the Modbus Master GUI in 10 Minutes using EasyModbus Library
มุมมอง 59K4 ปีที่แล้ว
Windows Modbus Master Program (Microsoft .NET) 🚀 Learn: How to create a Windows Modbus Master Program using Microsoft .NET 👍 Subscribe for more Modbus tutorials like this. TABLE OF CONTENT 00:00:00 Introduction 00:00:28 Installing Visual Studio 2019 00:01:35 Installing Modbus Simulator 00:02:04 Downloading EasyModbus Library 00:02:43 Your first Visual Studio Program 00:03:22 Your first Modbus P...
Object tracker (OpenCV)
มุมมอง 1.3K5 ปีที่แล้ว
Color detection and finding the object center using contours . Real distance and Angle from coordinate system ( 0 , 0 ) .

ความคิดเห็น

  • @rolandoescobar2080
    @rolandoescobar2080 21 วันที่ผ่านมา

    Thank you

  • @hc8714
    @hc8714 2 หลายเดือนก่อน

    for anyone struggling with the modrssim blinking between values, remember to turn off the animation.

  • @afshin.rp.55
    @afshin.rp.55 4 หลายเดือนก่อน

    It was so useful for me. Thank you.

  • @marknemudrov2458
    @marknemudrov2458 6 หลายเดือนก่อน

    Hi, I am very impressed with the work you have done. I hope someday there will be a sequel where you will show the full functionality of the program and how you implemented it.

  • @anshuman2952
    @anshuman2952 11 หลายเดือนก่อน

    The simulated device was connected through Modbus_RTU or Modbus_TCP? As far as I understand the simulator was for TCP, but the way you wrote the code for the Modbus Client in the source code, it seemed to be for a Modbus_RTU device. A clarification would be very helpful. Thanks.

  • @rendszergazdanyh2537
    @rendszergazdanyh2537 ปีที่แล้ว

    Hello! So where is the rest of this video?

  • @girishrao1628
    @girishrao1628 ปีที่แล้ว

    Hi Ardit. A very useful video. I tried it sincerely with Visual Studio. But I am having some problems. I tried to send you and email on your gmail email id for business to ask you if you can provide expert assistance to us in our project to use MODBUS RTU. But the email bounced back saying no such address. How can I contact you??

  • @ErwinDirecto
    @ErwinDirecto ปีที่แล้ว

    Thank you very much, it helps me understand VBA on modbus connection.

  • @kizuGi
    @kizuGi ปีที่แล้ว

    Great tutorial , can you do this with read Holding registers from any device, read int real longint values with options swap bytes etc. With this library

  • @muniryt
    @muniryt 2 ปีที่แล้ว

    terimakasih tutorialnya sangat membantu

  • @vanguard5021
    @vanguard5021 2 ปีที่แล้ว

    Thank you for introducing Modbus communication.In the case of using RS485,can I set up communication by implementing same way?

  • @danielaldana2074
    @danielaldana2074 2 ปีที่แล้ว

    i type all the program, but i get this error >> System.UnauthorizedAccessException: 'Access to the path 'COM1' is denied.' << may you help me, i'm new in this

  • @guntergrauberger8838
    @guntergrauberger8838 2 ปีที่แล้ว

    Thank you for the vid. Appreciated

  • @emirhankarakurt5676
    @emirhankarakurt5676 2 ปีที่แล้ว

    nice video. You should continue this series of videos.

  • @Alxhlop
    @Alxhlop 2 ปีที่แล้ว

    Nice video, maybe do you know how to add "Poll Count" and "Error Count" when reading "Holding registers" ?

  • @maxbd6922
    @maxbd6922 3 ปีที่แล้ว

    in my case on 07:03 second the Rx/Tx is continue do not stop, but your case it is 1/1, what is the mistake on my side? thanks

    • @programmingwithardit6619
      @programmingwithardit6619 3 ปีที่แล้ว

      Hello @Max BD Your Question is not very clear! Could you please write more details about the problem ?

    • @jamalmiah18
      @jamalmiah18 3 ปีที่แล้ว

      @@programmingwithardit6619 Thanks for your reply, BTW the problem has solved once I uncomment the connection configuration (9600, 8,1,None)

  • @chinhlytruong8613
    @chinhlytruong8613 3 ปีที่แล้ว

    Thank you for sharing great knowledge. I make programs like you with Delta PLC but it not working. Have you ever connected with a real device? if you did. could you share with me that knowledge !! Thank you very much

    • @programmingwithardit6619
      @programmingwithardit6619 3 ปีที่แล้ว

      Hello @chinh. Thanks. Yes, I have created Software, which is able to communicate with the "real" slave device, but you should read the slave device manual carefully. There you can find the detailed description, which "information" you should send in an Coil, to turn it ON or OFF!

    • @hari9410
      @hari9410 3 ปีที่แล้ว

      did u get any info regarding real time communication

    • @chinhlytruong8613
      @chinhlytruong8613 3 ปีที่แล้ว

      @@programmingwithardit6619 thank you

    • @davidkovacs5614
      @davidkovacs5614 2 ปีที่แล้ว

      @@programmingwithardit6619 First; thank you for this video! Second; maybe I do not understand the basics of COM Ports and Modbus Prototcol, but concerning the question from "chinh lytruong": I do have a real device which is connected to a laptop via a RS232 cable + a USB/RS232 adabter (laptop obviously has no real RS232 interface anymore:)). In the device manager settings this connection appears as COM 4. Here is my dumb question: In your video you had no "real" device so you used a program to emulate a connection betweent two virtual ports (COM 3 and COM 4). The modbus Server/Slave simulator "used" the COM 4 Port and your Client/Master (aka. your .NET C# program with the easyModbus DLL) "used" COM Port 3. So this worked fine. But in my real world example with a real device i do not have to create a virtual pair of COM Ports. I "only" have COM Port 4. How can i connect the same way you did with this program/DLL to my real device but only having ONE COM Port?

    • @RobotnikzSanoka
      @RobotnikzSanoka 2 ปีที่แล้ว

      @@davidkovacs5614 @Programming with Ardit yea same here. I have real slave on RS485 and converter RS485 to USB. It's works with other software. It would work with yours? Secondly, do you want to write code to modbus communication without EasyModbus? Last Question, this software read feedback message from slave that confirm getting instruction from master?

  • @youngmediageeks
    @youngmediageeks 3 ปีที่แล้ว

    Great job. Thanks

  • @AnkitSharma-gl8gz
    @AnkitSharma-gl8gz 3 ปีที่แล้ว

    my output screen freezes when i hit any button Start/Stop. help

    • @programmingwithardit6619
      @programmingwithardit6619 3 ปีที่แล้ว

      Hi Ankit, Could you please share more information about your Error ?!

    • @AnkitSharma-gl8gz
      @AnkitSharma-gl8gz 3 ปีที่แล้ว

      @@programmingwithardit6619 Hello, after creating start and stop buttons for coil 5, when i start the program...the two buttons shown in the output screen(start and stop) cannot be used simultaneously. i have to stop the program and start it again for making the other button work

    • @mage0966
      @mage0966 2 ปีที่แล้ว

      @@AnkitSharma-gl8gz You can solve the problem uncommenting the lines for modbus configurations.

    • @mokhoshkholgh7342
      @mokhoshkholgh7342 2 ปีที่แล้ว

      Hi Ankit, I faced with the same problem, could you solve it?

  • @abeshinzo3516
    @abeshinzo3516 3 ปีที่แล้ว

    Thanks!

  • @simonsthill8294
    @simonsthill8294 3 ปีที่แล้ว

    Second video? or at least second video source code?

  • @Jose-rh9jq
    @Jose-rh9jq 3 ปีที่แล้ว

    2nd video?....... please

    • @johnbryan1523
      @johnbryan1523 2 ปีที่แล้ว

      Great start video! Please get us the second one. I have a need to do the operation with Modbus TCP.

  • @zeuszemus9925
    @zeuszemus9925 3 ปีที่แล้ว

    I am getting such System.Stackoverflow.Exception error. Form1 does not open. What is the reason? Help Me

  • @ajayjatode8708
    @ajayjatode8708 4 ปีที่แล้ว

    Bro please share pc and plc programme

    • @programmingwithardit6619
      @programmingwithardit6619 4 ปีที่แล้ว

      Hi Ajay, we are working to create another tutorial for PLC! Subscribe the channel for more tutorials!🚀

  • @콩션-x5j
    @콩션-x5j 5 ปีที่แล้ว

    can you give me your code??python ㅠㅠㅠplease ㅠㅠㅠit will be a big help thank you!!