Hi Dieter,
The error message is correct. You try to set bMax to b / 2 in
elastobacklash1, but there's no component b in test or its enclosing
scopes. You should also get an error message for the bMin = -bMax
modifier, but OMC stops at the first error. bMax and bMin are also
protected in ElastoBacklash, so you're not allowed to modify them.
Best regards,
Per Östlund
2011-06-14 19:08, Dieter Wilhelm, H. skrev:
Hi,
unfortunately this simple test case for the elastobacklash in Version
1.7.0 built with OMEdit doesn't run and stops with the message:
---- Error 1 : 18:59:15 ----
Unable to simulate the Model 'test'
Following Error has occurred.
Simulation failed for model: test
Error: Variable b not found in scope test
Error: Error occured while flattening model test
Thanks