Author Topic: Modbus rtu  (Read 710 times)

Neeh

  • Newbie
  • *
  • Posts: 21
    • View Profile
Modbus rtu
« on: July 10, 2017, 03:48:40 PM »
I am new to this and am trying out.
I added a new project to AdvanceHMIv35 solution, set it as default  and on a blank form I add a modbusRTUCom1, it passes build but when I run it, it gives an error below :

Quote
System.Exception occurred
  HResult=0x80131500
  Message=Missing Components from AdvancedHMI. C:\Users\mfgLoadmin\Documents\Visual Studio 2017\Projects\AdvancedHMIv399w\HMI_1\bin\Debug\ - Please refer to the licensing agreement.
  Source=MfgControl.AdvancedHMI.Drivers

I'm using VS2017 community edition in C#.  Any help please!

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5260
    • View Profile
    • AdvancedHMI
Re: Modbus rtu
« Reply #1 on: July 10, 2017, 04:19:05 PM »
Try using the AdvancedHMI or AdvancedHMIcs projects instead of adding one to the solution.

Neeh

  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: Modbus rtu
« Reply #2 on: July 10, 2017, 04:22:11 PM »
Using the AdvanceHMIcs runs without error.

What would be the different??

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5260
    • View Profile
    • AdvancedHMI
Re: Modbus rtu
« Reply #3 on: July 10, 2017, 04:24:26 PM »
The two default projects are already configured with all of the proper references.