RSA 2014: Automatic verification

RSA 2014: Automatic verification

Romanich
Mentor Mentor
1,292 Views
11 Replies
Message 1 of 12

RSA 2014: Automatic verification

Romanich
Mentor
Mentor

Is it possible to switch off automatic verification in RSA 2014? Maybe some changes in INI files and etc? Because this was a timesaver trick for advanced users.

 

2014:

AV2014.png

 

2013:

AV2013.png

Do you find the posts helpful? "LIKE" these posts!
Have your question been answered successfully? Click 'ACCEPT SOLUTION' button.

Roman Zhelezniak

Robot Evangelist & Passionate Civil Structural Engineer

LinkedIn | Robot & Хобот | App Store for Robot
EESignature


Accepted solutions (3)
1,293 Views
11 Replies
Replies (11)
Message 2 of 12

Artur.Kosakowski
Autodesk Support
Autodesk Support

I fully understand your point but this change is intentional to prevent situations where incorrect models are calculated with no information about this fact whatsoever especially when they are sent for cloud computing.

 

If you find your post answered press the Accept as Solution button please. This will help other users to find solutions much faster. Thank you.



Artur Kosakowski
0 Likes
Message 3 of 12

Romanich
Mentor
Mentor
It seems that the cloud spoil the Robot...

Do you find the posts helpful? "LIKE" these posts!
Have your question been answered successfully? Click 'ACCEPT SOLUTION' button.

Roman Zhelezniak

Robot Evangelist & Passionate Civil Structural Engineer

LinkedIn | Robot & Хобот | App Store for Robot
EESignature


0 Likes
Message 4 of 12

Artur.Kosakowski
Autodesk Support
Autodesk Support

That is not that simple. On one hand there are requests from users as you I know what 'm doing and I don't need these 'unnecessary' checks as they slow me down and the same time you have comments like the program should never calculate structure that is incorrect without giving me a warning. At the end of the day the development team has to make some decisions Smiley Happy



Artur Kosakowski
0 Likes
Message 5 of 12

Romanich
Mentor
Mentor
Dear Artur, do you have information from the development team?

Do you find the posts helpful? "LIKE" these posts!
Have your question been answered successfully? Click 'ACCEPT SOLUTION' button.

Roman Zhelezniak

Robot Evangelist & Passionate Civil Structural Engineer

LinkedIn | Robot & Хобот | App Store for Robot
EESignature


0 Likes
Message 6 of 12

Romanich
Mentor
Mentor

Trying to solve this issue using API

Sub CalculationStart()

Dim Robapp As IRobotApplication
Set Robapp = New RobotApplication

Robapp.Project.CalcEngine.UseStatusWindow = True
Robapp.Project.CalcEngine.AutoGenerateModel = False
Robapp.Project.CalcEngine.AnalysisParams.AutoVerification = I_SAVT_NONE

Robapp.Project.CalcEngine.Calculate

Set Robapp = Nothing

End Sub

 As result information about verification is missing also in robwin.log:

verif.png

Do you find the posts helpful? "LIKE" these posts!
Have your question been answered successfully? Click 'ACCEPT SOLUTION' button.

Roman Zhelezniak

Robot Evangelist & Passionate Civil Structural Engineer

LinkedIn | Robot & Хобот | App Store for Robot
EESignature


0 Likes
Message 7 of 12

Artur.Kosakowski
Autodesk Support
Autodesk Support
Accepted solution
Dear Artur, do you have information from the development team?

After installing SP3 for Robot 2014 create a new registry:

 

HKEY_CURRENT_USER\Software\Autodesk\Structural\RSA\27.0\Settings\StructureVerificationOFF with the value 0

 

If you find your post answered press the Accept as Solution button please. This will help other users to find solutions much faster. Thank you.



Artur Kosakowski
Message 8 of 12

Romanich
Mentor
Mentor

Thank you, Artur. Could you look at the reg file?

Do you find the posts helpful? "LIKE" these posts!
Have your question been answered successfully? Click 'ACCEPT SOLUTION' button.

Roman Zhelezniak

Robot Evangelist & Passionate Civil Structural Engineer

LinkedIn | Robot & Хобот | App Store for Robot
EESignature


0 Likes
Message 9 of 12

Artur.Kosakowski
Autodesk Support
Autodesk Support
Accepted solution

structure verification off.PNG



Artur Kosakowski
Message 10 of 12

Romanich
Mentor
Mentor
Accepted solution

Thank you, Artur!

For all Robot users - you can find two reg files to quick on/off Automatic Verification in the attachment.

P.S. Don't forget to restart Robot.

Do you find the posts helpful? "LIKE" these posts!
Have your question been answered successfully? Click 'ACCEPT SOLUTION' button.

Roman Zhelezniak

Robot Evangelist & Passionate Civil Structural Engineer

LinkedIn | Robot & Хобот | App Store for Robot
EESignature


Message 11 of 12

Anonymous
Not applicable
Romanich,

Nice, but maybe good to post a "user warning" / statement removing any liability from yourself for badly calculated models?
Message 12 of 12

Romanich
Mentor
Mentor

Hi Tony,

I think that user must know about the verification itself and such modification that is doing for own risk.

Do you find the posts helpful? "LIKE" these posts!
Have your question been answered successfully? Click 'ACCEPT SOLUTION' button.

Roman Zhelezniak

Robot Evangelist & Passionate Civil Structural Engineer

LinkedIn | Robot & Хобот | App Store for Robot
EESignature


0 Likes