EEVblog Electronics Community Forum

Electronics => PCB/EDA/CAD => Circuit Studio => Topic started by: plazma on March 08, 2017, 07:07:56 pm

Title: CircuitStudio tricks and stupid questions
Post by: plazma on March 08, 2017, 07:07:56 pm
I'm learning CircuitStudio. Some things are hard to find. I'll keep posting them here.
If I can't find the thing I'll ask here.

1. Overscore, overbar, overline: add \ after every letter needing the overbar.
(http://plazma.kapsi.fi/pictures/CircuitStudio/Overbar_IC.PNG)(http://plazma.kapsi.fi/pictures/CircuitStudio/Overbar_Pin_properties.PNG)
2. Port changed shape automatically when you connect a wire to it. No need to rotate/mirror it unless you want it vertical
Title: Re: CircuitStudio tricks and stupid questions
Post by: Fire Doger on March 09, 2017, 11:42:02 am
Same tricks exist on AD.
I haven't tried CS but I am guessing the schematic engine will be a copy of AD. It makes sense, otherwise Altium developing for 2 different engines? I don't want to see the result....
If you can't find something on CS look how its done on AD, I pretty sure that it will be the same if the feature exists on CS
Title: Re: CircuitStudio tricks and stupid questions
Post by: JamesH-AltiumOfficial on March 10, 2017, 07:02:26 am
Hi plazma,
Good tips!

1. Works with things like Net Labels, Ports, and Pins as you showed.
2. Great tip, always connect a port to a wire in the circuit so it knows what it's connected to, before worrying about what it looks like. Depending on what you connect it to, it may change its look, for example, to show direction for input or output.

Best regards,

James Harriman
Altium
Title: Re: CircuitStudio tricks and stupid questions
Post by: plazma on May 11, 2017, 09:19:40 pm
Is there any way to change top layer opacity?
I need to stitch top and bottom gnd pours but can't see through the top layer where the bottom tracks are.
Title: Re: CircuitStudio tricks and stupid questions
Post by: trophosphere on May 11, 2017, 09:41:57 pm
Is there any way to change top layer opacity?
I need to stitch top and bottom gnd pours but can't see through the top layer where the bottom tracks are.

I haven't found a way to change a layer opacity but usually if I need to look through a pour I will either unpour it so that only the outline remains, change the layer drawing order, or temporarily hide the layer. I like unpouring it as it also prevents CircuitStudio from having to re-pour the layer every time something like a via is added.
Title: Re: CircuitStudio tricks and stupid questions
Post by: plazma on May 11, 2017, 09:42:57 pm
How do you unpour?
Title: Re: CircuitStudio tricks and stupid questions
Post by: trophosphere on May 11, 2017, 10:31:44 pm
How do you unpour?

Right click on the pour you want to modify and a menu should pop up with an item called "Polygon Actions". Mouse over to it and a second menu should pop up which has the entry called "Set Selected To Unpoured". You can select that and the pour will disappear except for an outline. To repour, you can right click on the outline and then go through the same menu with exception that the entry you select will be "Set Selected to Poured".

Another way of doing it is double-clicking on the pour and a dialog box will appear with a section called "Properties". Within that section, there should be check box with the label "Is Poured". Uncheck it to unpour and select it to pour.

Menu:
(http://i.imgur.com/cXFOKWl.png)

Dialog Box:
(http://i.imgur.com/SC4AXDx.png)
Title: Re: CircuitStudio tricks and stupid questions
Post by: plazma on May 13, 2017, 01:00:55 pm
Thanks. It is difficult to get the polygon pour selected. It's easier to select it from PCB filer object box.

The overlay designator font was way too big. It took a while to find how to edit all designators at once.
In PCB filter: Select Components in Groups box. Select Text in Objects box. Select Top Overlay and/or Bottom overlay in Layers box. Highlight all rows in Highlighted Objects box.
Select Object Inspector from the View ribbon. Change text height & width.
Title: Re: CircuitStudio tricks and stupid questions
Post by: plazma on May 14, 2017, 02:21:05 pm
How do you add the same supplier link to all same components?
I have 30pcs of 0603 100nF capacitors (generic model from Vault). How can I add the same supplier link to all of them without doing it individually?
Title: Re: CircuitStudio tricks and stupid questions
Post by: voltsandjolts on May 14, 2017, 05:46:11 pm
Capture the component from the vault to a local library like this:

https://youtu.be/-TBinZRimE4 (https://youtu.be/-TBinZRimE4)

Then edit the component in the local library, then uodate your schematic sheets with that component.
Title: Re: CircuitStudio tricks and stupid questions
Post by: voltsandjolts on May 14, 2017, 06:25:01 pm
Ah, I just discovered you can alter parameters for multiple components in SCH Inspector - didn't realise that worked for parameters til now....live and learn...
Title: Re: CircuitStudio tricks and stupid questions
Post by: plazma on May 19, 2017, 01:12:53 pm
How do you add the same supplier link to all same components?
I have 30pcs of 0603 100nF capacitors (generic model from Vault). How can I add the same supplier link to all of them without doing it individually?

Had to do it manually for all 0603 100nF components before BOM showed the correct supplier and price.

This had to be done for two different componets only. All other components were fine in the BOM if I selected supplier link for one component only.

BTW BOM exel file was messed up until I changed decimal separator to "." in Windows settings. It did not work correctly with ",".
Title: Re: CircuitStudio tricks and stupid questions
Post by: plazma on May 19, 2017, 01:18:17 pm
What is the correct way to make modifications to a component footprint which is in an integrated library file?
I could not find a way to open the footprint for the component.

This is what I did:
I copied the footprint to a new .PcbLib file.
Then I made the modifications in the .PcbLib file and linked that footprint in the component properties (right click component in the schematic, select properties and add the new footprint to the model).
Title: Re: CircuitStudio tricks and stupid questions
Post by: voltsandjolts on May 19, 2017, 03:07:14 pm
I think you are making it more complicated than it is.

File > Open Library > Extract Sources

Open the PCBLib / SCHlib and make your edits

Right click on project > Recompile

Save
Title: Re: CircuitStudio tricks and stupid questions
Post by: FrankT on May 21, 2017, 12:08:17 am
Capture the component from the vault to a local library like this:

When I do that, the schematic also seems to bring across a hidden part identifier, so when I hover over the part, the screen locks while the "Supply chain insight" pops up.  (although that doesn't happen on all parts).  Does anyone know if I can remove the link, or turn off "supply chain insight"?
Title: Re: CircuitStudio tricks and stupid questions
Post by: plazma on May 23, 2017, 11:24:55 am
I think you are making it more complicated than it is.

File > Open Library > Extract Sources

Open the PCBLib / SCHlib and make your edits

Right click on project > Recompile

Save
Thanks. I did not find how to edit the files. I'll try this the next time.
Title: Re: CircuitStudio tricks and stupid questions
Post by: plazma on May 23, 2017, 09:09:24 pm
I tried to generate the gerbers. Board outline was a small square which was in fact a bug and was a component top dimension. Some how board outline gerber was generated with it.
After recompile and PCB update the outline gerber become empty.
I had to use the "Board Shape" -> "Create Primitives from Board shape" to get the correct outline.
Title: Re: CircuitStudio tricks and stupid questions
Post by: tarribred61 on May 26, 2017, 12:40:36 pm
AD has a way to control layer opacity but it seems to be crippled in CS.  There is a hint of it in the menus.  If you right click on a layer tab there is a context menu selection for Layer Transparency but it only brings up the layer configuration menu.  From there the only option for opacity is with the solder masks.

Another way to improve visibility is to use the Show/Hide tab of the View Configurations menu and set polygons to draft mode or even to hide them.
Title: Re: CircuitStudio tricks and stupid questions
Post by: plazma on May 31, 2017, 08:46:42 pm
My one month long summer vacation started today. I also got my first CS designed PCB from the university lab :)
(http://i.imgur.com/KgeKKQ7.jpg)

The solder mask is a little bit wrinkled at some places. 0.2mm track width and space. 0.3mm drill for vias. Ground pour vias are all tented.