AVEVA Community
Site
Search
User
Site
Search
User
AVEVA World
PDMS/E3D Forum
PDMS "Lessons Learned"
Cancel
PDMS "Lessons Learned"
Troubleshooting
Getting SPLASH Error...HCRTAR..too many areas
Forums
Resources
Mentions
Sub-Groups
Tags
More
Cancel
New
Replies
3 replies
Subscribers
1 subscriber
Views
13 views
Users
0 members are here
Options
Share
More
Cancel
Related
Getting SPLASH Error...HCRTAR..too many areas
sanjyot
over 11 years ago
sanjyot
over 11 years ago
HI all,
I am trying to generate bolt report from DESIGN module....It will run OK for zones containing few lines.
But for zones containing more number of lines..it will give SPLASH Error - HCRTAR..Too many areas...
How to overcome this error....?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Cancel
PRASHANT PRAKASH UPARKAR
over 11 years ago
I think i have figured out the reason for this.......... i did some testings on my project
if !pipes is the array of pipes collected
If we use the ISODRAFTMODE Command within the loop it prompts the SPLASH error
do !x from 1 to !pipes.size()
ISODRAFTMODE
EXIST
enddo
If you use the ISODRAFTMODE command outside the do loop it works ok
ISODRAFTMODE
do !x from 1 to !pipes.size()
enddo
EXIT
Cancel
Vote Up
0
Vote Down
Sign in to reply
Cancel
sanjyot
over 11 years ago
Very nice Prashant...really appreciate your work....
Cancel
Vote Up
0
Vote Down
Sign in to reply
Cancel