You are not logged in.
Pages: 1
I went to Word/Address, to add an error macro, and I inadvertantly typed the text that should have been in "Override Text" in the "Override Value" field. Vericut got "stuck," had to end process.
Austin NC APT administrator.
Custom configure GPost for Pro/E,
and other ANC applications.
Offline
Hello Al,
VERICUT should not hang, if you can reproduce the steps, please send the files and the steps to reproduce the problem to Tech Support and we will look at it immediately.
Thank you
Serge
Offline
Al, some additional testing has shown that most text strings entered in the ORV field produce an evaluated value of "0", which is harmless. Unfortunately, there are a few combinations that cause the "hang" which you discovered. I was able to identify a couple of text strings that cause the problem, thus reported the problem to our Devleopment staff. As Serge said, VERICUT should not hang even though we may have done something that was not expected. Thanks for reporting this. --Gene
Offline
UPDATE!
VERICUT Version 5.4.4 uses a new calculator for the Override Value fields (Word/Address Add/modify and Events Add/modify windows). The new calculator has the same functionality, but has many improvements, including:
- Eliminates the problem reported in this forum thread
- Much more lenient on the syntax of the line
- If an error is encountered with the syntax, prints an error indicating the problem string
(NOTE: If # is used to identify a variable name, a space is still required after the variable name.)
Calculations supported in 5.4.4:
+ Addition
- Subtraction
* Multiplication
/ Division
mod Modulus
^ or ** Exponentiation
 (, [ or {  Left Parenthesis
 ), ] or }  Right Parenthesis
sqr or square Square
sqrt or root Square Root
abs Absolute Value
int or trunc Integer Part
frac Fractional Part
nint Nearest Integer
pi Ratio of circle circumference to diameter
sin Sine (argument in degrees)
cos Cosine (argument in degrees)
tan Tangent (argument in degrees)
asin Inverse Sine (result in degrees)
acos Inverse Cosine (result in degrees)
atan Inverse Tangent (result in degrees)
atan2(y:x) Inverse Tangent (result in degrees)
sinh Hyperbolic Sine
cosh Hyperbolic Cosine
tanh Hyperbolic Tangent
e or ec Euler's constant
log Natural Logarithm
alog or exp Natural Anti-Logarithm
log10 Base 10 Logarithm
alog10 Base 10 Anti-Logarithm
fac Factorial
Guess I can retire my abacus... --Gene
Offline
Pages: 1