I would like to automate opening some specific pous and visualisations in the codesys environment
I found out that I can open it by using :
system.commands["42f6acb9-bd6e-42e7-94bb-6e2a03973b83"].execute()
But the POU has to be selected in the Devices or POUs navigator.
Does anyone know how I can select a specific POU in the navigator? Or how I can open a specific POU?
I can retreive the guid of the POU.
Thx
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I would like to automate opening some specific pous and visualisations in the codesys environment
I found out that I can open it by using :
system.commands["42f6acb9-bd6e-42e7-94bb-6e2a03973b83"].execute()
But the POU has to be selected in the Devices or POUs navigator.
Does anyone know how I can select a specific POU in the navigator? Or how I can open a specific POU?
I can retreive the guid of the POU.
Thx