- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2023-10-20 01:14 AM
How to import graphical nuget packages
Hi,
I would like to import a nuget package into EAE for a gauge graphic as I cannot see one that matches what I want in the current libraries. How do I go about installing on of these packages so I can use them in the HMI?
Link copied. Please paste this link to share this article on your social media post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2023-10-22 04:50 AM
Correct, I'm also no aware of installing directly NuGet packages in EcoStruxure Automation Expert (EAE). You'll need to install the NuGet package on your development machine, extract the relevant DLL files, and then import those into EAE to use in the HMI.
- Install the NuGet package using NuGet Package Manager or
nuget.exe
. - Navigate to the
packages
directory to locate the DLL files. - Copy the required DLLs.
- Import the DLLs into your EAE project.
And voilà! You've turned EAE into a DLL sommelier, choosing only the finest libraries for your HMI ☺️
Link copied. Please paste this link to share this article on your social media post.

