OK...
When creating blocks, everything should be on Layer 0 and just be simple lines, attributes and text (if required).
No wires, blocks or anything like that. You also need to create two versions of each block. One for the Horizontal and one for the Vertical. Also the final thing you need to do once you have you block working is to run the PURGE command on the block dwg to clean everything out that is not required.
The Search error probably came up as it was looking for the HORIZONTAL version of the block where you have only created the VERTICAL version so far. Try inserting the blocks on a VERTICAL wire and see if they insert properly.
If this does work, you just need to create the Horizontal versions of the block.
You also need to have the blocks saved in a directory in your search path.
Go to your Project manage and Right click on the Project name.
Select Properties from the bottom of the pop up menu.
In the Project Settings tab (First tab) there is a section titled Library and Icon Menu Paths.
This lists where ACADE will search for blocks when you try to do an insert.
It should look similar to this depending on your computer setup. The various directories will depend on how ACADE is set up on your system and the block library you are using.
With custom blocks, most of us recommend creating a directory called 'Custom Blocks' or something similar.
Add this directory to the search path above your normal library in the listing similar to above.
Place any custom or modified standard blocks into the new directory. ACADE will then search the directories as listed so it will find your custom blocks before moving into the standard block library.
Another problem is that you have created 3 blocks with the two child blocks called VDS21-Sample1 & VDS21-Sample2.
ACADE will be looking for a block called VDS21-Sample to match the VDS11-Sample block. You may need to rename one of the blocks to actually get it to work properly. Having the child blocks with different names is not a problem but you do need to specify the different name in the Icon Menu command.
Finally, I noticed that in your blocks that you don't have the X#TERM@@ attributes. These attributes are the actual points that ACADE uses for the wire connections. The TERM@@ just holds and displays the terminal or pin number for the associated X#TERM@@ attribute. As it stands, ACADE will not be able to connect wires to your blocks.
If possible, can you attach the actual block files to your dwg.
We can then give them a once over and point out/fix any errors for you.
Regards Brad
>
Brad Coleman, Electrical Draftsman
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
