AdvancedHMI Software

General Category => Open Discussion => Topic started by: PLCHorse on September 17, 2024, 09:38:10 PM

Title: Display high resolution images from file directory using AHMI
Post by: PLCHorse on September 17, 2024, 09:38:10 PM
I would like to load a High Resolution Image onto a screen (like 1920x1080) that is pulled from a user accessibile directory. Say an integer in my plc is 2, then 2.png will appear on the screen.

Can this be done?
Title: Re: Display high resolution images from file directory using AHMI
Post by: bachphi on September 18, 2024, 12:45:51 PM
Take a look at this thread and see if it contains any helpful insights:
https://www.advancedhmi.com/forum/index.php?topic=506.msg5748#msg5748

Title: Re: Display high resolution images from file directory using AHMI
Post by: PLCHorse on September 20, 2024, 04:05:25 PM
I have seperated my AHMI project from this project and instead used Python/Pylogix/Pycomm3 for this: which was far less complicated for the simple project i was working on, and thus lighter weight on the PC.