EAGLE Central Forums
Where the CadSoft EAGLE community meets.


Home » CadSoft Support Forums » eagle.suggest.ger » tPlace bPlace bei Bedarf ausblenden
tPlace bPlace bei Bedarf ausblenden [message #128259] Thu, 29 July 2010 10:24 Go to next message
Ralf Ziegler  is currently offline Ralf Ziegler
Messages: 2
Registered: January 2007
Junior Member
Es wäre manchmal hilfreich, wenn man bei einem Bauteil,
z.B.über rechte Maustaste > Eigenschften mittels Flag das Anzeigen des tPlace/tDocu bzw. bPlace/bDoku ausblenden könnte.

Wir haben teilweise verschiedene Bestückungsvarianten unserer Geräte und löschen momentan die Bauteile aus einem kopierten Board heraus - das ist allerdings keine elegangte Lösung...

MfG
Ralf Ziegler
Re: tPlace bPlace bei Bedarf ausblenden [message #128264 is a reply to message #128259] Fri, 30 July 2010 01:21 Go to previous messageGo to next message
Wolfgang Schmidt  is currently offline Wolfgang Schmidt
Messages: 39
Registered: December 2004
Member
Ralf Ziegler schrieb:
> Es wäre manchmal hilfreich, wenn man bei einem Bauteil,
> z.B.über rechte Maustaste > Eigenschften mittels Flag das Anzeigen des tPlace/tDocu bzw. bPlace/bDoku ausblenden könnte.
>
> Wir haben teilweise verschiedene Bestückungsvarianten unserer Geräte und löschen momentan die Bauteile aus einem kopierten Board heraus - das ist allerdings keine elegangte Lösung...
>
> MfG
> Ralf Ziegler
>
>

Dem stimme ich zu,
hat aber sicher nicht die höchste Priorität.


W.Schmidt
Re: tPlace bPlace bei Bedarf ausblenden [message #128268 is a reply to message #128259] Fri, 30 July 2010 05:43 Go to previous message
A. Zaffran  is currently offline A. Zaffran
Messages: 1700
Registered: November 2008
Senior Member
# Farbpalette, Layer und Tastenbelegung zum Layer Ein/Ausschalten für Bestückungsvarianten.
# Die Farbpalette muß so definiert sein, daß es eine deckende Grundfarbe 'weiß' gibt,
# bei der alle Paramter (RGB) auf den Wert 255, und der Alphakanal ebefalls auf 255 'voll deckend',
# eingestellt ist.
# Damit läst sich bei weißen Hintergrund und einem Rechteck/Circle/Polygon in dem Varianten-Layer(n)
# das nicht zu bestückende Bauteil abdecken.
# Funktioniert sowohl im Bildschirm, im PDF als auch auf dem Drucker.
# Beim Ausdruck darf nicht die Option Schwarz gewählt werden, da sonst die weissen Abdeckelemente
# auch schwarz gedruckt werden.

# Die definition der Farbpaletten.
SET PALETTE BLACK;
SET PALETTE 0 0xFF000000;
SET PALETTE 1 0x8C0000B4;
SET PALETTE 2 0xB4009E00;
SET PALETTE 3 0xA000A6A6;
SET PALETTE 4 0x64FF0000;
SET PALETTE 5 0x8C800080;
SET PALETTE 6 0x8C808000;
SET PALETTE 7 0x64F8F8F8;
SET PALETTE 8 0x8CBEBEBE;
SET PALETTE 9 0x8C0000FF;
SET PALETTE 10 0x8C00FF00;
SET PALETTE 11 0xB400FFFF;
SET PALETTE 12 0xB4FF0000;
SET PALETTE 13 0x8CFF00FF;
SET PALETTE 14 0x8CFFFF00;
SET PALETTE 15 0xC8FFFFFF;
SET PALETTE 16 0x8C6D6F00;
SET PALETTE 17 0x8C716600;
SET PALETTE 18 0x8C824900;
SET PALETTE 19 0x8C823C00;
SET PALETTE 20 0x8CE80184;
SET PALETTE 21 0x8C808080;
SET PALETTE 22 0x8CC4C4C4;
SET PALETTE 23 0x8CCDCF27;
SET PALETTE 24 0x8C8C8241;
SET PALETTE 25 0x8C596846;
SET PALETTE 26 0x8C735C15;
SET PALETTE 27 0x8C73501B;
SET PALETTE 28 0x8CB58CB9;
SET PALETTE 29 0x8C9497A5;
SET PALETTE 30 0x8CCECDCF;
SET PALETTE 31 0x8CC9CF58;
SET PALETTE 32 0xE63A393A;
SET PALETTE 33 0xB40000CE;
SET PALETTE 34 0x8C2ECF69;
SET PALETTE 35 0x8C79CFC7;
SET PALETTE 36 0xB4960000;
SET PALETTE 37 0x8C752C84;
SET PALETTE 38 0x8CCFAB40;
SET PALETTE 39 0xFFFFFFFF; # Die Farbe weiss, deckend als Grundfarbe.
SET PALETTE 40 0x8C080708;
SET PALETTE 41 0xB414FAFD;
SET PALETTE 42 0x8C70CFA1;
SET PALETTE 43 0x8CB8F8FD;
SET PALETTE 44 0xB4EEFE01;
SET PALETTE 45 0x8CDD5CF1;
SET PALETTE 46 0x8CC5CF36;
SET PALETTE 47 0xFFFFFFFF; # Die Farbe weiss, deckend als Highlightfarbe.
SET PALETTE 48 0x8C59595A;
SET PALETTE 49 0x8C224DCF;
SET PALETTE 50 0x8C1ACF7E;
SET PALETTE 51 0x8C23B696;
SET PALETTE 52 0x8CCF255E;
SET PALETTE 53 0x8CAB72CF;
SET PALETTE 54 0x8CCF8D23;
SET PALETTE 55 0x8C0EBAC6;
SET PALETTE 56 0x8C181718;
SET PALETTE 57 0x8C5578CF;
SET PALETTE 58 0x8C04F591;
SET PALETTE 59 0x8C4CC4CF;
SET PALETTE 60 0x8CCF7B8A;
SET PALETTE 61 0xFFE754CA;
SET PALETTE 62 0x8CF19807;
SET PALETTE 63 0x640A7F7F;
SET PALETTE WHITE;
SET PALETTE 1 0x8C0000B4;
SET PALETTE 2 0xC8008000;
SET PALETTE 3 0xFF008080;
SET PALETTE 4 0xC89A0000;
SET PALETTE 5 0xC8800080;
SET PALETTE 6 0xFF808000;
SET PALETTE 7 0xC8808080;
SET PALETTE 8 0xB4BEBEBE;
SET PALETTE 9 0xB40000FF;
SET PALETTE 10 0xDCFF2E77;
SET PALETTE 11 0x8C00FFFF;
SET PALETTE 12 0xC8FF0000;
SET PALETTE 13 0xB4FF00FF;
SET PALETTE 14 0x8CFFFF00;
SET PALETTE 15 0xDC04C5FA;
SET PALETTE 16 0x8C6D6F00;
SET PALETTE 17 0x8C716600;
SET PALETTE 18 0x8C824900;
SET PALETTE 19 0x8C823C00;
SET PALETTE 20 0x8CE80184;
SET PALETTE 21 0x8C808080;
SET PALETTE 22 0x8CC4C4C4;
SET PALETTE 23 0x8CCDCF27;
SET PALETTE 24 0x8C8C8241;
SET PALETTE 25 0x8C596846;
SET PALETTE 26 0x8C735C15;
SET PALETTE 27 0x8C73501B;
SET PALETTE 28 0x8CB58CB9;
SET PALETTE 29 0x8C9497A5;
SET PALETTE 30 0x8CCECDCF;
SET PALETTE 31 0x8CC9CF58;
SET PALETTE 32 0xC8151415;
SET PALETTE 33 0x8C2B30C3;
SET PALETTE 34 0xF02BD800;
SET PALETTE 35 0x8C79CFC7;
SET PALETTE 36 0xDC710001;
SET PALETTE 37 0x8C752C84;
SET PALETTE 38 0x8CCFAB40;
SET PALETTE 39 0xFFFFFFFF; # Die Farbe weiss, deckend als Grundfarbe.
SET PALETTE 40 0x8C080708;
SET PALETTE 41 0x8C3669CF;
SET PALETTE 42 0xE6CF0202;
SET PALETTE 43 0x8CB8F8FD;
SET PALETTE 44 0xDCDE5228;
SET PALETTE 45 0x8CDD5CF1;
SET PALETTE 46 0x8CC5CF36;
SET PALETTE 47 0xFFFFFFFF; # Die Farbe weiss, deckend als Highlightfarbe.
SET PALETTE 48 0x8C59595A;
SET PALETTE 49 0x8C224DCF;
SET PALETTE 50 0x8C1ACF7E;
SET PALETTE 51 0x8C23B696;
SET PALETTE 52 0x8CCF255E;
SET PALETTE 53 0x8CAB72CF;
SET PALETTE 54 0x8CCF8D23;
SET PALETTE 55 0x8C0EBAC6;
SET PALETTE 56 0xFF000000;
SET PALETTE 57 0x8C5578CF;
SET PALETTE 58 0x8C04F591;
SET PALETTE 59 0x8C4CC4CF;
SET PALETTE 60 0x8CCF7B8A;
SET PALETTE 61 0x8CE754CA;
SET PALETTE 62 0x8CF19807;
SET PALETTE 63 0x3213F3F3;
SET PALETTE COLORED;
SET PALETTE 0 0xFF18DD77;
SET PALETTE 1 0xB400009E;
SET PALETTE 2 0xC8009E00;
SET PALETTE 3 0xDC008080;
SET PALETTE 4 0xA0EB0000;
SET PALETTE 5 0xDC800080;
SET PALETTE 6 0xDC939300;
SET PALETTE 7 0xFF808080;
SET PALETTE 8 0xDCBEBEBE;
SET PALETTE 9 0x8C0000FF;
SET PALETTE 10 0x8C00FF00;
SET PALETTE 11 0x8C00FFFF;
SET PALETTE 12 0xC8FF0000;
SET PALETTE 13 0xDCFF00FF;
SET PALETTE 14 0xDCFFFF00;
SET PALETTE 15 0xF0FFFFFF;
SET PALETTE 16 0xF06D6F00;
SET PALETTE 17 0x8C716600;
SET PALETTE 18 0x8C824900;
SET PALETTE 19 0x8C823C00;
SET PALETTE 20 0x8CE80184;
SET PALETTE 21 0x8C808080;
SET PALETTE 22 0x8CC4C4C4;
SET PALETTE 23 0x8CCDCF27;
SET PALETTE 24 0xF08C8241;
SET PALETTE 25 0x8C596846;
SET PALETTE 26 0x8C735C15;
SET PALETTE 27 0x8C73501B;
SET PALETTE 28 0x8CB58CB9;
SET PALETTE 29 0x8C9497A5;
SET PALETTE 30 0x8CCECDCF;
SET PALETTE 31 0x8CC9CF58;
SET PALETTE 32 0xFA121112;
SET PALETTE 33 0xDC2B30C3;
SET PALETTE 34 0xDC3A464B;
SET PALETTE 35 0xC8D0751B;
SET PALETTE 36 0xDCA16915;
SET PALETTE 37 0xDC61227A;
SET PALETTE 38 0xF0CFAB40;
SET PALETTE 39 0xFFFFFFFF; # Die Farbe weiss, deckend als Grundfarbe.
SET PALETTE 40 0xC87F6F7F;
SET PALETTE 41 0xDC3669CF;
SET PALETTE 42 0xDC182D22;
SET PALETTE 43 0xDCE27217;
SET PALETTE 44 0xDCEFAF23;
SET PALETTE 45 0xDCD53EAB;
SET PALETTE 46 0xF0C5CF36;
SET PALETTE 47 0xF0CFC8AD;
SET PALETTE 48 0x8C59595A;
SET PALETTE 47 0xFFFFFFFF; # Die Farbe weiss, deckend als Highlightfarbe.
SET PALETTE 50 0x8C1ACF7E;
SET PALETTE 51 0x8C23B696;
SET PALETTE 52 0x8CCF255E;
SET PALETTE 53 0x8CAB72CF;
SET PALETTE 54 0x8CCF8D23;
SET PALETTE 55 0x8C0EBAC6;
SET PALETTE 56 0x8C181718;
SET PALETTE 57 0x8C5578CF;
SET PALETTE 58 0x8C04F591;
SET PALETTE 59 0x8C4CC4CF;
SET PALETTE 60 0x8CCF7B8A;
SET PALETTE 61 0x8CE754CA;
SET PALETTE 62 0x8CF19807;
SET PALETTE 63 0x8C0A7F7F;

# Definition der Bestückungsvarianten-Layer
LAYER 101 B-Variante_1;
LAYER 102 B-Variante_2;
LAYER 103 B-Variante_3;
LAYER 104 B-Variante_4;
LAYER 105 B-Variante_5;
LAYER 106 B-Variante_6;
LAYER 107 B-Variante_7;
LAYER 108 B-Variante_8;
LAYER 109 B-Variante_9;
LAYER 110 B-Variante_10;
# Die Farbe 'deckend weiss' aus der oben definierten Palette.
SET PALETTE WHITE;
SET COLOR_LAYER 101 39;
SET COLOR_LAYER 102 39;
SET COLOR_LAYER 103 39;
SET COLOR_LAYER 104 39;
SET COLOR_LAYER 105 39;
SET COLOR_LAYER 106 39;
SET COLOR_LAYER 107 39;
SET COLOR_LAYER 108 39;
SET COLOR_LAYER 109 39;
SET COLOR_LAYER 110 39;
SET FILL_LAYER 101 1;
SET FILL_LAYER 102 1;
SET FILL_LAYER 103 1;
SET FILL_LAYER 104 1;
SET FILL_LAYER 105 1;
SET FILL_LAYER 106 1;
SET FILL_LAYER 107 1;
SET FILL_LAYER 108 1;
SET FILL_LAYER 109 1;
SET FILL_LAYER 110 1;

#Die Definition der Funktionstasten, um die Layer gezielt ein/auszuschalten.
ASSIGN C+1 'DISPLAY 101;';
ASSIGN C+2 'DISPLAY 102;';
ASSIGN C+3 'DISPLAY 103;';
ASSIGN C+4 'DISPLAY 104;';
ASSIGN C+5 'DISPLAY 105;';
ASSIGN C+6 'DISPLAY 106;';
ASSIGN C+7 'DISPLAY 107;';
ASSIGN C+8 'DISPLAY 108;';
ASSIGN C+9 'DISPLAY 109;';
ASSIGN C+0 'DISPLAY 110;';
ASSIGN A+1 'DISPLAY -101;';
ASSIGN A+2 'DISPLAY -102;';
ASSIGN A+3 'DISPLAY -103;';
ASSIGN A+4 'DISPLAY -104;';
ASSIGN A+5 'DISPLAY -105;';
ASSIGN A+6 'DISPLAY -106;';
ASSIGN A+7 'DISPLAY -107;';
ASSIGN A+8 'DISPLAY -108;';
ASSIGN A+9 'DISPLAY -109;';
ASSIGN A+0 'DISPLAY -110;';

RUN ulpmessage '<font color="blue">Farbpalette, Funktionstasten und Layer für Bestückungsvarianten definiert!<br>Sie können die Einstellungen überprüfen mit </font><b>LAYER</b>, <b>ASSIGN</b>,<font color="blue"> bzw. </font>Option - Einstellungen - Farben - Palette.</font>'
Previous Topic:AirLine Handling
Next Topic:Unterst
Goto Forum:
  


Current Time: Wed Sep 08 18:38:06 EDT 2010
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.1.
Copyright ©2001-2010 FUDforum Bulletin Board Software