Why Dynamic Limit Text allows only 1 variable?

Why Dynamic Limit Text allows only 1 variable?

Hello!
I am using Zenon 6.51 SP0, for Vipa panel with windows CE.
I would like to include in my alarm texts the current values of other variables.
I have created AML and Reaction matrix. In REMA, in the text field I have the following text:
$%RTG_NUMBER; FAULT--8; %HO_OVERSP;
'The help' says that maximal 3 variables can be linked. In my case, I am using only 2 variables: RTG_NUMBER, HO_OVERSP. However, when I simulate my project, only one of them is displayed.
For example:
RTG_NUMBER (int) = 10
HO_OVERSP (real) = 12.6
1. if the text looks like this: $%RTG_NUMBER; FAULT--8; %HO_OVERSP
During runtime I have: 10 FAULT--8 %HO_OVERSP;
2. if the text looks like this: $%HO_OVERSP; FAULT--8; %RTG_NUMBER
During runtime I have: 12.6 FAULT--8 %RTG_NUMBER;
I cannot figure out why the value of only one variable is shown. Can somebody help me?

This is a migrated post! Originally posted on 01.05.2012 by user batabaha. Please be aware that information can be outdated.