Back

Topic

[KB513]Error : Recursive property not allowed

Tags: AA, Application Architect, Architect

13 years ago
By NK
Options
Print
Applies to:

PcVue version 10.0.
The basic content of this article may also be applicable to other versions of PcVue although the detail may vary.


Symptom:

Application Architect – ERROR : RECURSIVE PROPERTY NOT ALLOWED


Details:

This error message appears in a property value during the instanciation. You are probably using an expression implementing a parameter value.

For example: “=Params[“Parameter01″] + 7”

By default, using parameters in an expression is not allowed because there is a risk of making an infinite loop. For example:

Parameter01: “= Params [“Parameter02”] + 4 “
Parameter02: “= Params [“Parameter01”] + 7 “

To allow using a parameter in an expression you must set the option: Settings /  Advanced / Application Architect / Allow recursive property


Created on: 10 Nov 2011 Last update: 13 May 2024