Good morning,
i have the problem when i call a function of building library. An exaple is when i call timer_1 function and declare the variable in prg.
Timer_0_1 : Timer_1;
the name of the variable Timer_0_1 is not correct this is for all variable of all function block.of building.
I installed building package from store and i use codesys 3.
There is a old tipic for this ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2016-08-08
Originally created by: KevinR
try it with namespace - this should work
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Good morning,
i have the problem when i call a function of building library. An exaple is when i call timer_1 function and declare the variable in prg.
Timer_0_1 : Timer_1;
the name of the variable Timer_0_1 is not correct this is for all variable of all function block.of building.
I installed building package from store and i use codesys 3.
There is a old tipic for this ?
Originally created by: KevinR
try it with namespace - this should work
Hi,
use the namespace
OSCAT_BUILDING.timer....
Best Regards
plcmax