I use two 3rd party libraries where both included with the standard library. The program throws an exception 'Two libraries have same name space'. Is there any way to resolve the conflict.
-SID
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I use two 3rd party libraries where both included with the standard library. The program throws an exception 'Two libraries have same name space'. Is there any way to resolve the conflict.
-SID
rename one of the FB in a lib, or make your own lib with the FB needed.
what blocks do have this problem as standard.lib is needed.
Go to the library Manager an change the namespace in the properties of the library.
The namespace can be changed only for the Parent library and couldn't change for the child libraries below the parent
-SID