- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello all
As the title says I'm new to lisp and I am trying to create and see how these things work. I am currently in need of a lisp routine that will do wire labels for me.
I have 8 different label types based on signal type. V, A, S, P, C, N, NA, NV, RF
All labels would have a Prefix and 3 digits such as "A001"
The attributes are in blocks
There are 3 different blocks "WIRE-IN", "WIRE-OUT" and "POWER-IN"
BOTH the wire-in and wire-out have a "WIRE" Tag attribute. The power-in has a "WIRE 1" and "WIRE 2" Tag attribute.
I would like to click once on each type of block and it automatically label it the next number in sequence
example: click on one wire-in block and it label A001 and click on one wire-out block and it label A001, then move on to the next set of blocks for A002 and so on.
I obviously would need to select the Prefix first and have the option to type the number sequence to begin with.
Hopefully I made sense explaining this. I was never good at programming, code, C+ and all that stuff barely passed the class with a D+ and shook the teachers hand said thank you and left quickly. So looking at this is truly like speaking Klingon for me lolol.
Solved! Go to Solution.