Add something to other project

suparman

New member
Joined
Feb 15, 2023
Messages
2
Programming Experience
Beginner
Hallo,
I use VS2017 community.
I has been download project Advanced HMI S7-1200b (AdvancedHMIBeta302BP11S7 1200.zip) from AdvancedHMIDownloads and able communicate with Siemens S7-1200 PLC.
I also download project from https://www.advancedhmi.com/downloads/AdvancedHMIv399yBeta38.zip

How to add Siemens driver from "Advanced HMI S7-1200b" into "AdvancedHMIv399yBeta38" ?

Thank you very much in advannce.
regards

Supar
 
Hi thank you for the response. Sorry I don't really understand the terms in VB.
See my picture. There are two VBs program, I want to add the red box into the green box. Is it possible? I do not know about the dependency file inside the red box.
After compile without error I want to try to connect with the Siemens PLC form the left program.

add_driver.PNG


Thank you very much

Supar
 
  1. Right-click the target project in the Solution Explorer.
  2. Select Add -> Existing Item.
  3. Navigate to the desired VB file and select it. If the item has multiple files associated with it, just select the primary file.
If you want the items in a Drivers folder, add that first and right click it rather than the project.
 
Back
Top