Hi community, I’m looking for a way to read the current project name running on a AXC F 2152, preferabily by IEC 61131-3. For example projectName.pcwex. I see that the wbm already displays the project name in the upper right corner so I tought this might be possible. The end goal is to display the project name in an eHMI page.
Hello one option is the PLCNext Base Library. It supplys a FB that reads the Projectname. From there you can forward the Variable to your EHMI Page. PBCL_SysGetInfo_1 strEclrImageName STRING Name of the eCLR image https://www.plcnextstore.com/1035 kind regards, Oliver
That solves it! thank you for the support Oliver.