AdvancedHMI Software
General Category => Support Questions => Topic started by: mourazo on October 22, 2019, 01:49:36 PM
-
I have imported the files advancedHMIcotroller.vproj and advancedHMIdrivers.vproj to a new project in c #, I try to obtain PLC readings using the modbusTCPcom component in visual studio 2017 in the same way that I obtain them in VB, but I don't get any results, what would it be The correct way to develop a project in C #? Thank you very much.
-
You need to import your project into AdvancedHMI
-
Is there no way to get the drivers in another project in c # other than the advancedHMI solution? Thank you.
-
The licensing does not allow you to strip parts from the solution.
-
And how could I do that when I run the solution it is the mainForm.cs that runs?
-
Add you files to the AdvancedHMIcs project
Right click the project and select properties
Set the Startup form to the one you want to run first
-
If necessary, set the AdvancedHMIcs project as the startup project for the solution.