230V/AC power symbol and value

230V/AC power symbol and value

jm.mattesco
Explorer Explorer
199 Views
2 Replies
Message 1 of 3

230V/AC power symbol and value

jm.mattesco
Explorer
Explorer

Hello,

I have drawn an electronic circuit that needs to be powered by 230V/AC (i.e., with one phase and one neutral), but I cannot find the corresponding symbol in the libraries.

In the Power Symbol library, there are only symbols for low currents. I know I can draw the symbol, but I don't know how to add the value to it once I've drawn it. Could someone explain this to me? Thank you.

0 Likes
Accepted solutions (2)
200 Views
2 Replies
Replies (2)
Message 2 of 3

paullevene
Explorer
Explorer
Accepted solution

Create a true “supply” device (names the net automatically)

  1. Open (or create) a librarySymbol editor → New Symbol (e.g. call it L or N).

  2. Place one PIN:

    • Name: set it to the net name you want (e.g. L or N).

    • Direction: SUP (Supply).

    • Visible: Off (common for supply pins).

  3. Draw whatever graphic you like (sine wave, triangle, etc.). Place a text field >VALUE where you want the label to appear.

  4. Create a Device (still in the library):

    • No package (supply symbols are package-less).

    • Add your symbol as a gate.

    • Device NAME must match the pin name exactly (e.g. device name L if the pin is L). This is what makes the symbol auto-name the connected net. Electrical Engineering Stack Exchange

  5. Save the library, make sure it’s in use, then ADD the new supply symbol in your schematic.

When you place that symbol, the connected net is automatically named after the supply pin/device name (L, N, PE, +24V, etc.). Renaming the displayed value later does not rename the net — the net name comes from the supply device/pin name. If you need different nets, make separate supply devices for each name. 

For 230 VAC specifically (L/N/PE)

Create two (or three) separate supply devices as above:

  • L

  • N

  • (optional) PE for protective earth

Place them wherever needed; each instance ties those points to the same named net across the schematic, just like stock rails. 

If you want “230 VAC” to show next to the rail

Supply symbols normally show the net name. If you also want “230 VAC”:

  • Simplest: add normal schematic TEXT “230 VAC” near the symbol.

  • Cleaner: add a custom attribute (e.g. VOLTAGE) to your device and put >VOLTAGE text in the symbol. Then set VOLTAGE=230 VAC in Properties when you place it. (The net name still comes from the pin/device name, not from >VALUE or other attributes.) 

That’s it — you now have proper custom rails in your library that behave exactly like the built-ins.

0 Likes
Message 3 of 3

jm.mattesco
Explorer
Explorer
Accepted solution

Thank you so much for your help.👌

 

0 Likes