Yeap, but for the others terminals, how do you set the position?
May is better set the position in the annotation field for all terminals. If not specific position is defined, the order will be alphanumeric, but respecting the terminals that have a position defined.
At the annotation field you can define the position, the cable to which it belongs, the conductor number in the cable,...
Another posible solution is:
- to draw all terminals in the schema
- when you open the plugin appears a table whith all terminals used in the order which they are is going to be used. For example:
POS. | TERM.BLOCK | NAME | XREF | TOP CONDUCTOR | BOTTOM CONDUCTOR | CABLE | #CONDUCTOR IN CABLE
---------------------------------------------------------------------------------------
| X1 | +1 | 2-C1 | +1 | +1 | W1 | 1
| X1 | -0 | 2-C2 | -0 | -0 | W1 | 2
| X1 | R | 1-A1 | L1 | L1 | W2 | Black
| X1 | GND | 1-C1 | GND | GND | W2 | GND
| X1 | T | 1-C1 | L2 | L2 | W2 | Brown
| X1 | S | 1-C1 | L3 | L3 | W3 | Grey
- You can easily chande the order, and the new order will be write changing the XML of the QET project. You can change the first column to set the required order, for example:
POS. | TERM.BLOCK | NAME | XREF | TOP CONDUCTOR | BOTTOM CONDUCTOR | CABLE | #CONDUCTOR IN CABLE
---------------------------------------------------------------------------------------
5 | X1 | +1 | 2-C1 | +1 | +1 | W1 | 1
6 | X1 | -0 | 2-C2 | -0 | -0 | W1 | 2
1 | X1 | R | 1-A1 | L1 | L1 | W2 | Black
4 | X1 | GND | 1-C1 | GND | GND | W2 | GND
3 | X1 | T | 1-C1 | L2 | L2 | W2 | Brown
2 | X1 | S | 1-C1 | L3 | L3 | W3 | Grey
- The next times you used the plugin, the table will show the correct new order.
This new idea allows you to design without thinking the position of every terminal.
What abut this new idea?