AutoCAD Electrical Forum
Welcome to Autodesk’s AutoCAD Electrical Forums. Share your knowledge, ask questions, and explore popular AutoCAD Electrical topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

wd_esym_err on insert custom terminal symbol

12 REPLIES 12
Reply
Message 1 of 13
rob
568 Views, 12 Replies

wd_esym_err on insert custom terminal symbol

Hello everybody,

When trying to make a custom terminal connector symbol ACE crashes.

The following works:

insert existing connector symbol (for example HT1002)
explode
run Symbol Builder
select exploded symbol and save as wblock
insert newly created custom symbol
all OK

Next:
insert existing connector symbol
explode
! edit default value of CAT or MFG
run Symbol Builder
select exploded symbol and save as wblock
insert custom symbol
Autocad freezes, showing an hourglass.

With other symbols this problem doesn't occur.

With command trace on, this is the last ACE tells:

IN:term_fillin_txtvals
IN:wd_esym_err

I have a screenshot of more of the last commands, if neccessary. I also attached the faulty symbol.

Does anybody have an idea what might be wrong?

Thanks in advance,
Rob Wilbers
12 REPLIES 12
Message 2 of 13
Anonymous
in reply to: rob

Rob,

I was able to insert the symbol without any problems. What version of AcadE
are you using? Did you add it to your icon menu or just Browse to it for
insertion?

Pat Murnen

wrote in message news:5877244@discussion.autodesk.com...
Hello everybody,

When trying to make a custom terminal connector symbol ACE crashes.

The following works:

insert existing connector symbol (for example HT1002)
explode
run Symbol Builder
select exploded symbol and save as wblock
insert newly created custom symbol
all OK

Next:
insert existing connector symbol
explode
! edit default value of CAT or MFG
run Symbol Builder
select exploded symbol and save as wblock
insert custom symbol
Autocad freezes, showing an hourglass.

With othe
r symbols this problem doesn't occur.

With command trace on, this is the last ACE tells:

IN:term_fillin_txtvals
IN:wd_esym_err

I have a screenshot of more of the last commands, if neccessary. I also
attached the faulty symbol.

Does anybody have an idea what might be wrong?

Thanks in advance,
Rob Wilbers
Message 3 of 13
rob
in reply to: rob

Hi Pat,

The version we are using is Autocad Electrical 2008 SP1.

After creating the symbol ACE asks to insert the symbol, then it crashes. The problem also occurs when Browsed to the symbol from the icon menu. I don't know if we have tried it by adding it to the icon menu first, because we have this problem since the beginning. Would this make a difference?

Thanks,
Rob
Message 4 of 13
Anonymous
in reply to: rob

Rob,

I didn't add it to the icon menu but just browsed to it from the icon menu.
So I don't think adding it to the menu will work. Can you turn on the AcadE
Command Trace and post it? To turn on the Command Trace it is Projects ->
Extras -> Command Trace Mode -> Command Trace On. You night need to turn the
AutoCAD log file on to capture the command line text. The command is
LOGFILEON. Make note of the file name it is writing the information to.
Maybe this will provide some insight since I can't reproduce the issue at my
end.

Pat Murnen

wrote in message news:5878292@discussion.autodesk.com...
Hi Pat,

The version we are using is Autocad Electrical 2008 SP1.

After creating the symbol ACE asks to insert the symbol, then it crashes.
The problem also occurs when Browsed to the symbol from the icon menu. I
don't know if we have tried it by adding it to the icon menu first, because
we have this problem since the beginning. Would this make a difference?

Thanks,
Rob
Message 5 of 13
rob
in reply to: rob

Hi Pat,

Thank you for the tip about the log file, I was looking for it earlier. I reproduced the error and attached the logfile. I hope this information can give you any clue...

The 'crash' of ACE might actually not be a real crash. Just before I saw in the taskmanager that ACE is using 50% cpu, so it might be in some endless loop or something like that.

Thanks
Rob
Message 6 of 13
Anonymous
in reply to: rob

Rob,

Can you either send me your catalog database file (zipped to
pat.murnen@autodesk.com) or look in it, find the catalog value for the
symbol and see if there is an entry in the TEXTVALUE column and post it? The
log you posted looks like it is trying to fill in some default text values.

Pat

wrote in message news:5888148@discussion.autodesk.com...
Hi Pat,

Thank you for the tip about the log file, I was looking for it earlier. I
reproduced the error and attached the logfile. I hope this information can
give you any clue...

The 'crash' of ACE might actually not be a real crash. Just before I saw in
the taskmanager that ACE is using 50% cpu, so it might be in some endless
loop or something like that.

Thanks
Rob
Message 7 of 13
userlevel6
in reply to: rob

This may or may not be of any help, but here goes. I'm thinking maybe a slightly different approach might work around the issue...

1. Perhaps you are getting a conflict with symbol builder variables, or - more likely - with the existing block name from when you inserted the block before exploding. Try an age-old ACAD insert-without-defining-the-block trick to avoid the potential block name conflict. Try typing -INSERT to invoke insert without dialogs, then *your_blockname where your_blockname is the full path to a drawing on disk. The asterisk will cause an exploded insert without ever adding the block definition to your current drawing.

Otherwise, insert the block exploded, then PURGE block definitions BEFORE invoking Symbol Builder.

Hope this helps.
Message 8 of 13
Anonymous
in reply to: rob

Per our emails and testing -

There is an issue in AcadE when inserting a terminal that has a predefined
catalog value and you are using the WD_XCAT external catalog lookup defined
in wd.env. A terminal can have a predefined catalog value either right on
the symbol or when AcadE uses values from a previously inserted terminal.

I have logged this issue and provided a file for testing to Rob.

Pat Murnen

wrote in message news:5888148@discussion.autodesk.com...
Hi Pat,

Thank you for the tip about the log file, I was looking for it earlier. I
reproduced the error and attached the logfile. I hope this information can
give you any clue...

The 'crash' of ACE might actually not be a real crash. Just before I saw in
the taskmanager that ACE is using 50% cpu, so it might be in some endless
loop or something like that.

Thanks
Rob
Message 9 of 13
gpbuttke
in reply to: rob

PAT:

Is this problem ever going to be fixed?

As we use a custom wd_xcat.lsp to launch our Partsbook application, we constantly find if we select a terminal and return to ACE, ACE inserts the term, launches its terminal editor dialog box and FREEZES.

We need to terminate the ACE session then from taskmanager.
Quite a problem if we are not able to 'recover' the drawing after ACE hangs-up.

Debug/Trace indicates:
- IN:term_fillin_txtvals
- IN:wd_esym_err

We would like a hotfix to solve this issue.

ACADE 2008 - SP1/SP2 [300+ users]
Message 10 of 13
Anonymous
in reply to: rob

I think I am looking at the correct issue - My notes are that I sent you a
test file to correct this for AcadE 2008 and that it resolved the issue for
you? It looks like it was officially resolved but within AcadE 2009 not back
to 2008.

Pat

wrote in message
news:6261584@discussion.autodesk.com...
PAT:

Is this problem ever going to be fixed?

As we use a custom wd_xcat.lsp to launch our Partsbook application, we
constantly find if we select a terminal and return to ACE, ACE inserts the
term, launches its terminal editor dialog box and FREEZES.

We need to terminate the ACE session then from taskmanager.
Quite a problem if we are not able to 'recover' the drawing after ACE
hangs-up.

Debug/Trace indicates:
- IN:term_fillin_txtvals
- IN:wd_esym_err

We would like a hotfix to solve this issue.

ACADE 2008 - SP1/SP2 [300+ users]
Message 11 of 13
gpbuttke
in reply to: rob

Pat:

I believe you sent your file to ROB.

I'm a different user with the same problem ...
Message 12 of 13
Anonymous
in reply to: rob

OK. Let me see if I can track this down.

Pat

wrote in message
news:6263051@discussion.autodesk.com...
Pat:

I believe you sent your file to ROB.

I'm a different user with the same problem ...
Message 13 of 13
Anonymous
in reply to: rob

One question - have you installed all service packs for AcadE 2008?

Pat
wrote in message
news:6263051@discussion.autodesk.com...
Pat:

I believe you sent your file to ROB.

I'm a different user with the same problem ...

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost