Pergunta modbus & vb.net 2008

  • terça-feira, 21 de abril de 2009 20:52
     
     
    Hello!

    I have a question: can I connect a device via modbus with and application in vb.net 2008 ? I need to do so, but I don´t  even know if that´s possible. I someone knows, or has an example, I'll be very grateful with your help!

Todas as Respostas

  • segunda-feira, 15 de junho de 2009 05:57
     
     
    Hi!
    There are some ModBus Tcp/Rtu data acquisition Library (DLL) for VB6 and VB.net 2008
    For your reference!

    http://www.buwasoft.com


    Example:
    Dim MBTCP02 As MBTCP
    Set MBTCP01 = New MBTCP
    Call MBTCP01.Initial("10.2.16.126", "502", "2", "74", "4000", "100")
    Debug.Print MBTCP01.GetValue(11)
  • sexta-feira, 15 de janeiro de 2010 08:46
     
     
    I have the same question.