Inconsistent Re-Calc
Inconsistent Re-Calc
(OP)
I'm working in MathCad 14 and have found that once a workbook gets more than a few dozen equations, some of them will not refresh with a change in an input variable.
If I change an equation, the answer shows up recalculated as soon as I hit enter, but for complex sheets I find that most of the time the equations don't recalculate and I have to step through them one at a time hitting F9.
Any ideas on a parameter that might be controlling this?
Before anyone asks: yes, I do have automatic calculation turned on.
David
If I change an equation, the answer shows up recalculated as soon as I hit enter, but for complex sheets I find that most of the time the equations don't recalculate and I have to step through them one at a time hitting F9.
Any ideas on a parameter that might be controlling this?
Before anyone asks: yes, I do have automatic calculation turned on.
David
RE: Inconsistent Re-Calc
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
Chinese prisoner wins Nobel Peace Prize
RE: Inconsistent Re-Calc
David
RE: Inconsistent Re-Calc
RE: Inconsistent Re-Calc
a:=2
b:=3
c:=a+b=
The displayed value of c will not change if you change the value of a or b (the stored value does change, so future calcs using c are correct). One way around it is not to use inline evaluation, the other is to use ctrl-F9 to recalculate the entire worksheet.
Peter
RE: Inconsistent Re-Calc
That is exactly what I'm doing. And come to think of it, on the intermediate calcs that I talked about above it is a mix of inline calcs/display and just display so it makes sense that the inline ones would not show a re-calc but the others would.
Thanks
David
RE: Inconsistent Re-Calc
you can send a exemple who you consider it doesnt work
and i will help
RE: Inconsistent Re-Calc
z=a+b=5
will not display a new value if I change a or b
z=a=b
z=5
will display a new value everytime I change a or b.
David