AC500-ECO
Hey
My question is how can i add multiple Pages in codsys and connect all of them together for example one for manual , one for automatic , one for analog input and if i need a variable from automatic page , i can use this variable in manual page .
i can use more than one page but still could not connecte together .
My question is how can i add multiple Pages in codsys and connect all of them together for example one for manual , one for automatic , one for analog input and if i need a variable from automatic page , i can use this variable in manual page .
i can use more than one page but still could not connecte together .
Answers
Hi,
You can create different POU's - programs.
Then declare the variables, which you need to exchange between the programs as GLOBAL VARIABLES (class VAR_GLOBAL)
The global variables are visible from all the programs
You can create different POU's - programs.
Then declare the variables, which you need to exchange between the programs as GLOBAL VARIABLES (class VAR_GLOBAL)
The global variables are visible from all the programs
Add new comment