Error 404 in datalayer when using namespace attribute

Hi,
When using variables with {attribute 'namespace':=''} in the plc the datalayer goes down with error code 404. Is this a known issue or it is not prohibited to do like that?

Kind regards
Anders  

Best reply by Jochen_Mueller

Funktionality with RM21.11 (V1.12)

  • Add "Symbol-Configuration" to application
  • use {attribute 'symbol' := 'readwrite'}
  • use {attribute 'namespace' := 'Application.xyz'}

the first part of the namespace string must be the name of the Application (here Application :-))

The following parts defines the namespace with which the GVL appears at the datalayer. The basic path (plc/app/"Application-Name"/sym/) is always fix. Means you can only influence the path after the basic path.

 

Regards

Jochen

View original
Default_plc.zip
120.31KB
error404.PNG
320.57KB
3 replies