Author Topic: Display high resolution images from file directory using AHMI  (Read 157 times)

PLCHorse

  • Newbie
  • *
  • Posts: 19
    • View Profile
Display high resolution images from file directory using AHMI
« 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?

bachphi

  • Hero Member
  • *****
  • Posts: 649
    • View Profile
Re: Display high resolution images from file directory using AHMI
« Reply #1 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

===================================================
This is NOT alt.read.my.mind.
No such thing is sh^t-for-brains unless you are posting to alt.read.my.mind.
===================================================

PLCHorse

  • Newbie
  • *
  • Posts: 19
    • View Profile
Re: Display high resolution images from file directory using AHMI
« Reply #2 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.