thiagoralves / OpenPLC_Editor

OpenPLC Editor - IDE capable of creating programs for the OpenPLC Runtime
GNU General Public License v2.0
385 stars 191 forks source link

Resource Interrupt Single Selection #72

Open jesawyers opened 1 year ago

jesawyers commented 1 year ago

I have a structure tSYS that has a FirstScan member. I have defined in resource a global called SYS of type tSYS.

I would like to be able to select SYS.FirstScan as the Single for a interrupt task. When I click on the Single of the interrupt, nothing is displayed because it is not accessing my SYS global.

image