mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Compare commits
57 Commits
sqlite_han
...
Fix_compil
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cecacfc769 | ||
|
|
8c9b30acd6 | ||
|
|
6aa6d055ec | ||
|
|
495d9a5f51 | ||
|
|
70ef559874 | ||
|
|
80c54b3edb | ||
|
|
68116f4664 | ||
|
|
b9ce532db7 | ||
|
|
a28e7289b9 | ||
|
|
ac49ecce7d | ||
|
|
7ed71a6312 | ||
|
|
350e7e5233 | ||
|
|
68e78a0de9 | ||
|
|
6313319f80 | ||
|
|
a718cfa16d | ||
|
|
d7e1d326a2 | ||
|
|
2cdfce18ec | ||
|
|
251dfdf37a | ||
|
|
0c381eae28 | ||
|
|
f8ca26f6e3 | ||
|
|
b866323e90 | ||
|
|
53663e20e1 | ||
|
|
430bcae946 | ||
|
|
41b0434c20 | ||
|
|
01d97246ce | ||
|
|
06dbb468ce | ||
|
|
132f3ad1b4 | ||
|
|
d44bb87d0b | ||
|
|
4d83a1b53e | ||
|
|
edf65c83e1 | ||
|
|
f2c3bd5d26 | ||
|
|
c0e248bcd0 | ||
|
|
c167468f29 | ||
|
|
09207eec92 | ||
|
|
169c440de1 | ||
|
|
f9c705f30a | ||
|
|
b9a34ce2fd | ||
|
|
28ea80d458 | ||
|
|
14431db1b2 | ||
|
|
83b72c4aac | ||
|
|
31ce923580 | ||
|
|
dae4329699 | ||
|
|
ff19b3d4d7 | ||
|
|
8f921854a3 | ||
|
|
bc56820864 | ||
|
|
6c2c5635a6 | ||
|
|
2ee11c3f1b | ||
|
|
fb75bf0a73 | ||
|
|
beaa2ccdc8 | ||
|
|
8ac8ff5384 | ||
|
|
59ba3d24af | ||
|
|
1f9e5e130a | ||
|
|
82b6c8e815 | ||
|
|
6d05038f71 | ||
|
|
4b117bb4d5 | ||
|
|
7ace0e38ed | ||
|
|
c86f9ccc3a |
27
CONTRIBUTING.md
Normal file
27
CONTRIBUTING.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# How to contribute
|
||||
|
||||
I'm really glad you're reading this, because we need volunteer developers to help this project come to fruition.
|
||||
|
||||
|
||||
Here are some important resources:
|
||||
|
||||
* [wiki](https://qelectrotech.org/wiki_new/doc/qt_creator#on_ajoute_le_style_de_code_qet)Qet code style
|
||||
|
||||
## Testing
|
||||
|
||||
## Submitting changes
|
||||
|
||||
Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this:
|
||||
|
||||
$ git commit -m "A brief summary of the commit
|
||||
>
|
||||
> A paragraph describing what changed and its impact."
|
||||
|
||||
## Coding conventions
|
||||
|
||||
Start reading our code and you'll get the hang of it. We optimize for readability:
|
||||
|
||||
* We indent using tab, see https://qelectrotech.org/wiki_new/doc/qt_creator#on_ajoute_le_style_de_code_qet
|
||||
|
||||
Thanks,
|
||||
QElectroTech
|
||||
14
Doxyfile
14
Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME = QElectroTech
|
||||
# This could be handy for archiving the generated documentation or
|
||||
# if some version control system is used.
|
||||
|
||||
PROJECT_NUMBER = 0.70
|
||||
PROJECT_NUMBER = 0.80
|
||||
|
||||
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
||||
# base path where the generated documentation will be put.
|
||||
@@ -47,7 +47,7 @@ OUTPUT_DIRECTORY = doc
|
||||
# source files, where putting all generated files in the same directory would
|
||||
# otherwise cause performance problems for the file system.
|
||||
|
||||
CREATE_SUBDIRS = NO
|
||||
CREATE_SUBDIRS = YES
|
||||
|
||||
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
|
||||
# documentation generated by doxygen is written. Doxygen will use this
|
||||
@@ -124,7 +124,7 @@ FULL_PATH_NAMES = NO
|
||||
# If left blank the directory from which doxygen is run is used as the
|
||||
# path to strip.
|
||||
|
||||
STRIP_FROM_PATH = /home/laurent/Qet-svn/git/qet/
|
||||
STRIP_FROM_PATH =
|
||||
|
||||
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
|
||||
# the path mentioned in the documentation of a class, which tells
|
||||
@@ -890,19 +890,19 @@ TOC_EXPAND = NO
|
||||
# Qt's qhelpgenerator to generate a Qt Compressed Help (.qch) of the generated
|
||||
# HTML documentation.
|
||||
|
||||
GENERATE_QHP = NO
|
||||
GENERATE_QHP = YES
|
||||
|
||||
# If the QHG_LOCATION tag is specified, the QCH_FILE tag can
|
||||
# be used to specify the file name of the resulting .qch file.
|
||||
# The path specified is relative to the HTML output folder.
|
||||
|
||||
QCH_FILE =
|
||||
QCH_FILE = "QElectroTech.qch"
|
||||
|
||||
# The QHP_NAMESPACE tag specifies the namespace to use when generating
|
||||
# Qt Help Project output. For more information please see
|
||||
# http://doc.trolltech.com/qthelpproject.html#namespace
|
||||
|
||||
QHP_NAMESPACE =
|
||||
QHP_NAMESPACE = "my_namespace"
|
||||
|
||||
# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating
|
||||
# Qt Help Project output. For more information please see
|
||||
@@ -932,7 +932,7 @@ QHP_SECT_FILTER_ATTRS =
|
||||
# If non-empty doxygen will try to run qhelpgenerator on the generated
|
||||
# .qhp file.
|
||||
|
||||
QHG_LOCATION =
|
||||
QHG_LOCATION = "/usr/lib/x86_64-linux-gnu/qt5/bin/qhelpgenerator"
|
||||
|
||||
# The DISABLE_INDEX tag can be used to turn on/off the condensed index at
|
||||
# top of each HTML page. The value NO (the default) enables the index and
|
||||
|
||||
@@ -40,103 +40,103 @@
|
||||
* @param {bool} allowSecondaryInstances
|
||||
*/
|
||||
SingleApplication::SingleApplication( int &argc, char *argv[], bool allowSecondary, Options options, int timeout )
|
||||
: app_t( argc, argv ), d_ptr( new SingleApplicationPrivate( this ) )
|
||||
: app_t( argc, argv ), d_ptr( new SingleApplicationPrivate( this ) )
|
||||
{
|
||||
Q_D(SingleApplication);
|
||||
|
||||
Q_D(SingleApplication);
|
||||
|
||||
#if defined(Q_OS_ANDROID) || defined(Q_OS_IOS)
|
||||
// On Android and iOS since the library is not supported fallback to
|
||||
// standard QApplication behaviour by simply returning at this point.
|
||||
qWarning() << "SingleApplication is not supported on Android and iOS systems.";
|
||||
return;
|
||||
// On Android and iOS since the library is not supported fallback to
|
||||
// standard QApplication behaviour by simply returning at this point.
|
||||
qWarning() << "SingleApplication is not supported on Android and iOS systems.";
|
||||
return;
|
||||
#endif
|
||||
|
||||
// Store the current mode of the program
|
||||
d->options = options;
|
||||
|
||||
// Generating an application ID used for identifying the shared memory
|
||||
// block and QLocalServer
|
||||
d->genBlockServerName();
|
||||
|
||||
|
||||
// Store the current mode of the program
|
||||
d->options = options;
|
||||
|
||||
// Generating an application ID used for identifying the shared memory
|
||||
// block and QLocalServer
|
||||
d->genBlockServerName();
|
||||
|
||||
#ifdef Q_OS_UNIX
|
||||
// By explicitly attaching it and then deleting it we make sure that the
|
||||
// memory is deleted even after the process has crashed on Unix.
|
||||
d->memory = new QSharedMemory( d->blockServerName );
|
||||
d->memory->attach();
|
||||
delete d->memory;
|
||||
// By explicitly attaching it and then deleting it we make sure that the
|
||||
// memory is deleted even after the process has crashed on Unix.
|
||||
d->memory = new QSharedMemory( d->blockServerName );
|
||||
d->memory->attach();
|
||||
delete d->memory;
|
||||
#endif
|
||||
// Guarantee thread safe behaviour with a shared memory block.
|
||||
d->memory = new QSharedMemory( d->blockServerName );
|
||||
|
||||
// Create a shared memory block
|
||||
if( d->memory->create( sizeof( InstancesInfo ) ) ) {
|
||||
// Initialize the shared memory block
|
||||
d->memory->lock();
|
||||
d->initializeMemoryBlock();
|
||||
d->memory->unlock();
|
||||
} else {
|
||||
// Attempt to attach to the memory segment
|
||||
if( ! d->memory->attach() ) {
|
||||
qCritical() << "SingleApplication: Unable to attach to shared memory block.";
|
||||
qCritical() << d->memory->errorString();
|
||||
delete d;
|
||||
::exit( EXIT_FAILURE );
|
||||
}
|
||||
}
|
||||
|
||||
InstancesInfo* inst = static_cast<InstancesInfo*>( d->memory->data() );
|
||||
QElapsedTimer time;
|
||||
time.start();
|
||||
|
||||
// Make sure the shared memory block is initialised and in consistent state
|
||||
while( true ) {
|
||||
d->memory->lock();
|
||||
|
||||
if( d->blockChecksum() == inst->checksum ) break;
|
||||
|
||||
if( time.elapsed() > 5000 ) {
|
||||
qWarning() << "SingleApplication: Shared memory block has been in an inconsistent state from more than 5s. Assuming primary instance failure.";
|
||||
d->initializeMemoryBlock();
|
||||
}
|
||||
|
||||
d->memory->unlock();
|
||||
|
||||
// Random sleep here limits the probability of a collision between two racing apps
|
||||
// Guarantee thread safe behaviour with a shared memory block.
|
||||
d->memory = new QSharedMemory( d->blockServerName );
|
||||
|
||||
// Create a shared memory block
|
||||
if( d->memory->create( sizeof( InstancesInfo ) ) ) {
|
||||
// Initialize the shared memory block
|
||||
d->memory->lock();
|
||||
d->initializeMemoryBlock();
|
||||
d->memory->unlock();
|
||||
} else {
|
||||
// Attempt to attach to the memory segment
|
||||
if( ! d->memory->attach() ) {
|
||||
qCritical() << "SingleApplication: Unable to attach to shared memory block.";
|
||||
qCritical() << d->memory->errorString();
|
||||
delete d;
|
||||
::exit( EXIT_FAILURE );
|
||||
}
|
||||
}
|
||||
|
||||
InstancesInfo* inst = static_cast<InstancesInfo*>( d->memory->data() );
|
||||
QElapsedTimer time;
|
||||
time.start();
|
||||
|
||||
// Make sure the shared memory block is initialised and in consistent state
|
||||
while( true ) {
|
||||
d->memory->lock();
|
||||
|
||||
if( d->blockChecksum() == inst->checksum ) break;
|
||||
|
||||
if( time.elapsed() > 5000 ) {
|
||||
qWarning() << "SingleApplication: Shared memory block has been in an inconsistent state from more than 5s. Assuming primary instance failure.";
|
||||
d->initializeMemoryBlock();
|
||||
}
|
||||
|
||||
d->memory->unlock();
|
||||
|
||||
// Random sleep here limits the probability of a collision between two racing apps
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 10, 0) // ### Qt 6: remove
|
||||
qsrand( QDateTime::currentMSecsSinceEpoch() % std::numeric_limits<uint>::max() );
|
||||
QThread::sleep( 8 + static_cast <unsigned long>( static_cast <float>( qrand() ) / RAND_MAX * 10 ) );
|
||||
qsrand( QDateTime::currentMSecsSinceEpoch() % std::numeric_limits<uint>::max() );
|
||||
QThread::sleep( 8 + static_cast <unsigned long>( static_cast <float>( qrand() ) / RAND_MAX * 10 ) );
|
||||
#else
|
||||
quint32 value = QRandomGenerator::global()->generate();
|
||||
QThread::sleep( 8 + static_cast <unsigned long>( static_cast <float>( value ) / RAND_MAX * 10 ) );
|
||||
quint32 value = QRandomGenerator::global()->generate();
|
||||
QThread::sleep( 8 + static_cast <unsigned long>( static_cast <float>( value ) / RAND_MAX * 10 ) );
|
||||
#endif
|
||||
}
|
||||
|
||||
if( inst->primary == false) {
|
||||
d->startPrimary();
|
||||
d->memory->unlock();
|
||||
return;
|
||||
}
|
||||
|
||||
// Check if another instance can be started
|
||||
if( allowSecondary ) {
|
||||
inst->secondary += 1;
|
||||
inst->checksum = d->blockChecksum();
|
||||
d->instanceNumber = inst->secondary;
|
||||
d->startSecondary();
|
||||
if( d->options & Mode::SecondaryNotification ) {
|
||||
d->connectToPrimary( timeout, SingleApplicationPrivate::SecondaryInstance );
|
||||
}
|
||||
d->memory->unlock();
|
||||
return;
|
||||
}
|
||||
|
||||
d->memory->unlock();
|
||||
|
||||
d->connectToPrimary( timeout, SingleApplicationPrivate::NewInstance );
|
||||
|
||||
delete d;
|
||||
|
||||
::exit( EXIT_SUCCESS );
|
||||
}
|
||||
|
||||
if( inst->primary == false) {
|
||||
d->startPrimary();
|
||||
d->memory->unlock();
|
||||
return;
|
||||
}
|
||||
|
||||
// Check if another instance can be started
|
||||
if( allowSecondary ) {
|
||||
inst->secondary += 1;
|
||||
inst->checksum = d->blockChecksum();
|
||||
d->instanceNumber = inst->secondary;
|
||||
d->startSecondary();
|
||||
if( d->options & Mode::SecondaryNotification ) {
|
||||
d->connectToPrimary( timeout, SingleApplicationPrivate::SecondaryInstance );
|
||||
}
|
||||
d->memory->unlock();
|
||||
return;
|
||||
}
|
||||
|
||||
d->memory->unlock();
|
||||
|
||||
d->connectToPrimary( timeout, SingleApplicationPrivate::NewInstance );
|
||||
|
||||
delete d;
|
||||
|
||||
::exit( EXIT_SUCCESS );
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -144,46 +144,46 @@ SingleApplication::SingleApplication( int &argc, char *argv[], bool allowSeconda
|
||||
*/
|
||||
SingleApplication::~SingleApplication()
|
||||
{
|
||||
Q_D(SingleApplication);
|
||||
delete d;
|
||||
Q_D(SingleApplication);
|
||||
delete d;
|
||||
}
|
||||
|
||||
bool SingleApplication::isPrimary()
|
||||
{
|
||||
Q_D(SingleApplication);
|
||||
return d->server != nullptr;
|
||||
Q_D(SingleApplication);
|
||||
return d->server != nullptr;
|
||||
}
|
||||
|
||||
bool SingleApplication::isSecondary()
|
||||
{
|
||||
Q_D(SingleApplication);
|
||||
return d->server == nullptr;
|
||||
Q_D(SingleApplication);
|
||||
return d->server == nullptr;
|
||||
}
|
||||
|
||||
quint32 SingleApplication::instanceId()
|
||||
{
|
||||
Q_D(SingleApplication);
|
||||
return d->instanceNumber;
|
||||
Q_D(SingleApplication);
|
||||
return d->instanceNumber;
|
||||
}
|
||||
|
||||
qint64 SingleApplication::primaryPid()
|
||||
{
|
||||
Q_D(SingleApplication);
|
||||
return d->primaryPid();
|
||||
Q_D(SingleApplication);
|
||||
return d->primaryPid();
|
||||
}
|
||||
|
||||
bool SingleApplication::sendMessage( QByteArray message, int timeout )
|
||||
{
|
||||
Q_D(SingleApplication);
|
||||
|
||||
// Nobody to connect to
|
||||
if( isPrimary() ) return false;
|
||||
|
||||
// Make sure the socket is connected
|
||||
d->connectToPrimary( timeout, SingleApplicationPrivate::Reconnect );
|
||||
|
||||
d->socket->write( message );
|
||||
bool dataWritten = d->socket->waitForBytesWritten( timeout );
|
||||
d->socket->flush();
|
||||
return dataWritten;
|
||||
Q_D(SingleApplication);
|
||||
|
||||
// Nobody to connect to
|
||||
if( isPrimary() ) return false;
|
||||
|
||||
// Make sure the socket is connected
|
||||
d->connectToPrimary( timeout, SingleApplicationPrivate::Reconnect );
|
||||
|
||||
d->socket->write( message );
|
||||
bool dataWritten = d->socket->waitForBytesWritten( timeout );
|
||||
d->socket->flush();
|
||||
return dataWritten;
|
||||
}
|
||||
|
||||
@@ -42,93 +42,93 @@ class SingleApplicationPrivate;
|
||||
*/
|
||||
class SingleApplication : public QAPPLICATION_CLASS
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
typedef QAPPLICATION_CLASS app_t;
|
||||
|
||||
public:
|
||||
/**
|
||||
* @brief Mode of operation of SingleApplication.
|
||||
* Whether the block should be user-wide or system-wide and whether the
|
||||
* primary instance should be notified when a secondary instance had been
|
||||
* started.
|
||||
* @note Operating system can restrict the shared memory blocks to the same
|
||||
* user, in which case the User/System modes will have no effect and the
|
||||
* block will be user wide.
|
||||
* @enum
|
||||
*/
|
||||
enum Mode {
|
||||
User = 1 << 0,
|
||||
System = 1 << 1,
|
||||
SecondaryNotification = 1 << 2,
|
||||
ExcludeAppVersion = 1 << 3,
|
||||
ExcludeAppPath = 1 << 4
|
||||
};
|
||||
Q_DECLARE_FLAGS(Options, Mode)
|
||||
|
||||
/**
|
||||
* @brief Intitializes a SingleApplication instance with argc command line
|
||||
* arguments in argv
|
||||
* @arg {int &} argc - Number of arguments in argv
|
||||
* @arg {const char *[]} argv - Supplied command line arguments
|
||||
* @arg {bool} allowSecondary - Whether to start the instance as secondary
|
||||
* if there is already a primary instance.
|
||||
* @arg {Mode} mode - Whether for the SingleApplication block to be applied
|
||||
* User wide or System wide.
|
||||
* @arg {int} timeout - Timeout to wait in milliseconds.
|
||||
* @note argc and argv may be changed as Qt removes arguments that it
|
||||
* recognizes
|
||||
* @note Mode::SecondaryNotification only works if set on both the primary
|
||||
* instance and the secondary instance.
|
||||
* @note The timeout is just a hint for the maximum time of blocking
|
||||
* operations. It does not guarantee that the SingleApplication
|
||||
* initialisation will be completed in given time, though is a good hint.
|
||||
* Usually 4*timeout would be the worst case (fail) scenario.
|
||||
* @see See the corresponding QAPPLICATION_CLASS constructor for reference
|
||||
*/
|
||||
explicit SingleApplication( int &argc, char *argv[], bool allowSecondary = false, Options options = Mode::User, int timeout = 1000 );
|
||||
~SingleApplication();
|
||||
|
||||
/**
|
||||
* @brief Returns if the instance is the primary instance
|
||||
* @returns {bool}
|
||||
*/
|
||||
bool isPrimary();
|
||||
|
||||
/**
|
||||
* @brief Returns if the instance is a secondary instance
|
||||
* @returns {bool}
|
||||
*/
|
||||
bool isSecondary();
|
||||
|
||||
/**
|
||||
* @brief Returns a unique identifier for the current instance
|
||||
* @returns {qint32}
|
||||
*/
|
||||
quint32 instanceId();
|
||||
|
||||
/**
|
||||
* @brief Returns the process ID (PID) of the primary instance
|
||||
* @returns {qint64}
|
||||
*/
|
||||
qint64 primaryPid();
|
||||
|
||||
/**
|
||||
* @brief Sends a message to the primary instance. Returns true on success.
|
||||
* @param {int} timeout - Timeout for connecting
|
||||
* @returns {bool}
|
||||
* @note sendMessage() will return false if invoked from the primary
|
||||
* instance.
|
||||
*/
|
||||
bool sendMessage( QByteArray message, int timeout = 100 );
|
||||
|
||||
Q_SIGNALS:
|
||||
void instanceStarted();
|
||||
void receivedMessage( quint32 instanceId, QByteArray message );
|
||||
|
||||
private:
|
||||
SingleApplicationPrivate *d_ptr;
|
||||
Q_DECLARE_PRIVATE(SingleApplication)
|
||||
Q_OBJECT
|
||||
|
||||
typedef QAPPLICATION_CLASS app_t;
|
||||
|
||||
public:
|
||||
/**
|
||||
* @brief Mode of operation of SingleApplication.
|
||||
* Whether the block should be user-wide or system-wide and whether the
|
||||
* primary instance should be notified when a secondary instance had been
|
||||
* started.
|
||||
* @note Operating system can restrict the shared memory blocks to the same
|
||||
* user, in which case the User/System modes will have no effect and the
|
||||
* block will be user wide.
|
||||
* @enum
|
||||
*/
|
||||
enum Mode {
|
||||
User = 1 << 0,
|
||||
System = 1 << 1,
|
||||
SecondaryNotification = 1 << 2,
|
||||
ExcludeAppVersion = 1 << 3,
|
||||
ExcludeAppPath = 1 << 4
|
||||
};
|
||||
Q_DECLARE_FLAGS(Options, Mode)
|
||||
|
||||
/**
|
||||
* @brief Intitializes a SingleApplication instance with argc command line
|
||||
* arguments in argv
|
||||
* @arg {int &} argc - Number of arguments in argv
|
||||
* @arg {const char *[]} argv - Supplied command line arguments
|
||||
* @arg {bool} allowSecondary - Whether to start the instance as secondary
|
||||
* if there is already a primary instance.
|
||||
* @arg {Mode} mode - Whether for the SingleApplication block to be applied
|
||||
* User wide or System wide.
|
||||
* @arg {int} timeout - Timeout to wait in milliseconds.
|
||||
* @note argc and argv may be changed as Qt removes arguments that it
|
||||
* recognizes
|
||||
* @note Mode::SecondaryNotification only works if set on both the primary
|
||||
* instance and the secondary instance.
|
||||
* @note The timeout is just a hint for the maximum time of blocking
|
||||
* operations. It does not guarantee that the SingleApplication
|
||||
* initialisation will be completed in given time, though is a good hint.
|
||||
* Usually 4*timeout would be the worst case (fail) scenario.
|
||||
* @see See the corresponding QAPPLICATION_CLASS constructor for reference
|
||||
*/
|
||||
explicit SingleApplication( int &argc, char *argv[], bool allowSecondary = false, Options options = Mode::User, int timeout = 1000 );
|
||||
~SingleApplication();
|
||||
|
||||
/**
|
||||
* @brief Returns if the instance is the primary instance
|
||||
* @returns {bool}
|
||||
*/
|
||||
bool isPrimary();
|
||||
|
||||
/**
|
||||
* @brief Returns if the instance is a secondary instance
|
||||
* @returns {bool}
|
||||
*/
|
||||
bool isSecondary();
|
||||
|
||||
/**
|
||||
* @brief Returns a unique identifier for the current instance
|
||||
* @returns {qint32}
|
||||
*/
|
||||
quint32 instanceId();
|
||||
|
||||
/**
|
||||
* @brief Returns the process ID (PID) of the primary instance
|
||||
* @returns {qint64}
|
||||
*/
|
||||
qint64 primaryPid();
|
||||
|
||||
/**
|
||||
* @brief Sends a message to the primary instance. Returns true on success.
|
||||
* @param {int} timeout - Timeout for connecting
|
||||
* @returns {bool}
|
||||
* @note sendMessage() will return false if invoked from the primary
|
||||
* instance.
|
||||
*/
|
||||
bool sendMessage( QByteArray message, int timeout = 100 );
|
||||
|
||||
Q_SIGNALS:
|
||||
void instanceStarted();
|
||||
void receivedMessage( quint32 instanceId, QByteArray message );
|
||||
|
||||
private:
|
||||
SingleApplicationPrivate *d_ptr;
|
||||
Q_DECLARE_PRIVATE(SingleApplication)
|
||||
};
|
||||
|
||||
Q_DECLARE_OPERATORS_FOR_FLAGS(SingleApplication::Options)
|
||||
|
||||
@@ -49,133 +49,133 @@
|
||||
#endif
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
#include <windows.h>
|
||||
#include <lmcons.h>
|
||||
#include <windows.h>
|
||||
#include <lmcons.h>
|
||||
#endif
|
||||
|
||||
SingleApplicationPrivate::SingleApplicationPrivate( SingleApplication *q_ptr )
|
||||
: q_ptr( q_ptr )
|
||||
: q_ptr( q_ptr )
|
||||
{
|
||||
server = nullptr;
|
||||
socket = nullptr;
|
||||
memory = nullptr;
|
||||
instanceNumber = -1;
|
||||
server = nullptr;
|
||||
socket = nullptr;
|
||||
memory = nullptr;
|
||||
instanceNumber = -1;
|
||||
}
|
||||
|
||||
SingleApplicationPrivate::~SingleApplicationPrivate()
|
||||
{
|
||||
if( socket != nullptr ) {
|
||||
socket->close();
|
||||
delete socket;
|
||||
}
|
||||
|
||||
memory->lock();
|
||||
InstancesInfo* inst = static_cast<InstancesInfo*>(memory->data());
|
||||
if( server != nullptr ) {
|
||||
server->close();
|
||||
delete server;
|
||||
inst->primary = false;
|
||||
inst->primaryPid = -1;
|
||||
inst->checksum = blockChecksum();
|
||||
}
|
||||
memory->unlock();
|
||||
|
||||
delete memory;
|
||||
if( socket != nullptr ) {
|
||||
socket->close();
|
||||
delete socket;
|
||||
}
|
||||
|
||||
memory->lock();
|
||||
InstancesInfo* inst = static_cast<InstancesInfo*>(memory->data());
|
||||
if( server != nullptr ) {
|
||||
server->close();
|
||||
delete server;
|
||||
inst->primary = false;
|
||||
inst->primaryPid = -1;
|
||||
inst->checksum = blockChecksum();
|
||||
}
|
||||
memory->unlock();
|
||||
|
||||
delete memory;
|
||||
}
|
||||
|
||||
void SingleApplicationPrivate::genBlockServerName()
|
||||
{
|
||||
QCryptographicHash appData( QCryptographicHash::Sha256 );
|
||||
appData.addData( "SingleApplication", 17 );
|
||||
appData.addData( SingleApplication::app_t::applicationName().toUtf8() );
|
||||
appData.addData( SingleApplication::app_t::organizationName().toUtf8() );
|
||||
appData.addData( SingleApplication::app_t::organizationDomain().toUtf8() );
|
||||
|
||||
if( ! (options & SingleApplication::Mode::ExcludeAppVersion) ) {
|
||||
appData.addData( SingleApplication::app_t::applicationVersion().toUtf8() );
|
||||
}
|
||||
|
||||
if( ! (options & SingleApplication::Mode::ExcludeAppPath) ) {
|
||||
QCryptographicHash appData( QCryptographicHash::Sha256 );
|
||||
appData.addData( "SingleApplication", 17 );
|
||||
appData.addData( SingleApplication::app_t::applicationName().toUtf8() );
|
||||
appData.addData( SingleApplication::app_t::organizationName().toUtf8() );
|
||||
appData.addData( SingleApplication::app_t::organizationDomain().toUtf8() );
|
||||
|
||||
if( ! (options & SingleApplication::Mode::ExcludeAppVersion) ) {
|
||||
appData.addData( SingleApplication::app_t::applicationVersion().toUtf8() );
|
||||
}
|
||||
|
||||
if( ! (options & SingleApplication::Mode::ExcludeAppPath) ) {
|
||||
#ifdef Q_OS_WIN
|
||||
appData.addData( SingleApplication::app_t::applicationFilePath().toLower().toUtf8() );
|
||||
appData.addData( SingleApplication::app_t::applicationFilePath().toLower().toUtf8() );
|
||||
#else
|
||||
appData.addData( SingleApplication::app_t::applicationFilePath().toUtf8() );
|
||||
appData.addData( SingleApplication::app_t::applicationFilePath().toUtf8() );
|
||||
#endif
|
||||
}
|
||||
|
||||
// User level block requires a user specific data in the hash
|
||||
if( options & SingleApplication::Mode::User ) {
|
||||
}
|
||||
|
||||
// User level block requires a user specific data in the hash
|
||||
if( options & SingleApplication::Mode::User ) {
|
||||
#ifdef Q_OS_WIN
|
||||
wchar_t username [ UNLEN + 1 ];
|
||||
// Specifies size of the buffer on input
|
||||
DWORD usernameLength = UNLEN + 1;
|
||||
if( GetUserNameW( username, &usernameLength ) ) {
|
||||
appData.addData( QString::fromWCharArray(username).toUtf8() );
|
||||
} else {
|
||||
appData.addData( qgetenv("USERNAME") );
|
||||
}
|
||||
wchar_t username [ UNLEN + 1 ];
|
||||
// Specifies size of the buffer on input
|
||||
DWORD usernameLength = UNLEN + 1;
|
||||
if( GetUserNameW( username, &usernameLength ) ) {
|
||||
appData.addData( QString::fromWCharArray(username).toUtf8() );
|
||||
} else {
|
||||
appData.addData( qgetenv("USERNAME") );
|
||||
}
|
||||
#endif
|
||||
#ifdef Q_OS_UNIX
|
||||
QByteArray username;
|
||||
uid_t uid = geteuid();
|
||||
struct passwd *pw = getpwuid(uid);
|
||||
if( pw ) {
|
||||
username = pw->pw_name;
|
||||
}
|
||||
if( username.isEmpty() ) {
|
||||
username = qgetenv("USER");
|
||||
}
|
||||
appData.addData(username);
|
||||
QByteArray username;
|
||||
uid_t uid = geteuid();
|
||||
struct passwd *pw = getpwuid(uid);
|
||||
if( pw ) {
|
||||
username = pw->pw_name;
|
||||
}
|
||||
if( username.isEmpty() ) {
|
||||
username = qgetenv("USER");
|
||||
}
|
||||
appData.addData(username);
|
||||
#endif
|
||||
}
|
||||
|
||||
// Replace the backslash in RFC 2045 Base64 [a-zA-Z0-9+/=] to comply with
|
||||
// server naming requirements.
|
||||
blockServerName = appData.result().toBase64().replace("/", "_");
|
||||
}
|
||||
|
||||
// Replace the backslash in RFC 2045 Base64 [a-zA-Z0-9+/=] to comply with
|
||||
// server naming requirements.
|
||||
blockServerName = appData.result().toBase64().replace("/", "_");
|
||||
}
|
||||
|
||||
void SingleApplicationPrivate::initializeMemoryBlock()
|
||||
{
|
||||
InstancesInfo* inst = static_cast<InstancesInfo*>( memory->data() );
|
||||
inst->primary = false;
|
||||
inst->secondary = 0;
|
||||
inst->primaryPid = -1;
|
||||
inst->checksum = blockChecksum();
|
||||
InstancesInfo* inst = static_cast<InstancesInfo*>( memory->data() );
|
||||
inst->primary = false;
|
||||
inst->secondary = 0;
|
||||
inst->primaryPid = -1;
|
||||
inst->checksum = blockChecksum();
|
||||
}
|
||||
|
||||
void SingleApplicationPrivate::startPrimary()
|
||||
{
|
||||
Q_Q(SingleApplication);
|
||||
|
||||
// Successful creation means that no main process exists
|
||||
// So we start a QLocalServer to listen for connections
|
||||
QLocalServer::removeServer( blockServerName );
|
||||
server = new QLocalServer();
|
||||
|
||||
// Restrict access to the socket according to the
|
||||
// SingleApplication::Mode::User flag on User level or no restrictions
|
||||
if( options & SingleApplication::Mode::User ) {
|
||||
server->setSocketOptions( QLocalServer::UserAccessOption );
|
||||
} else {
|
||||
server->setSocketOptions( QLocalServer::WorldAccessOption );
|
||||
}
|
||||
|
||||
server->listen( blockServerName );
|
||||
QObject::connect(
|
||||
server,
|
||||
&QLocalServer::newConnection,
|
||||
this,
|
||||
&SingleApplicationPrivate::slotConnectionEstablished
|
||||
);
|
||||
|
||||
// Reset the number of connections
|
||||
InstancesInfo* inst = static_cast <InstancesInfo*>( memory->data() );
|
||||
|
||||
inst->primary = true;
|
||||
inst->primaryPid = q->applicationPid();
|
||||
inst->checksum = blockChecksum();
|
||||
|
||||
instanceNumber = 0;
|
||||
Q_Q(SingleApplication);
|
||||
|
||||
// Successful creation means that no main process exists
|
||||
// So we start a QLocalServer to listen for connections
|
||||
QLocalServer::removeServer( blockServerName );
|
||||
server = new QLocalServer();
|
||||
|
||||
// Restrict access to the socket according to the
|
||||
// SingleApplication::Mode::User flag on User level or no restrictions
|
||||
if( options & SingleApplication::Mode::User ) {
|
||||
server->setSocketOptions( QLocalServer::UserAccessOption );
|
||||
} else {
|
||||
server->setSocketOptions( QLocalServer::WorldAccessOption );
|
||||
}
|
||||
|
||||
server->listen( blockServerName );
|
||||
QObject::connect(
|
||||
server,
|
||||
&QLocalServer::newConnection,
|
||||
this,
|
||||
&SingleApplicationPrivate::slotConnectionEstablished
|
||||
);
|
||||
|
||||
// Reset the number of connections
|
||||
InstancesInfo* inst = static_cast <InstancesInfo*>( memory->data() );
|
||||
|
||||
inst->primary = true;
|
||||
inst->primaryPid = q->applicationPid();
|
||||
inst->checksum = blockChecksum();
|
||||
|
||||
instanceNumber = 0;
|
||||
}
|
||||
|
||||
void SingleApplicationPrivate::startSecondary()
|
||||
@@ -184,77 +184,77 @@ void SingleApplicationPrivate::startSecondary()
|
||||
|
||||
void SingleApplicationPrivate::connectToPrimary( int msecs, ConnectionType connectionType )
|
||||
{
|
||||
// Connect to the Local Server of the Primary Instance if not already
|
||||
// connected.
|
||||
if( socket == nullptr ) {
|
||||
socket = new QLocalSocket();
|
||||
}
|
||||
|
||||
// If already connected - we are done;
|
||||
if( socket->state() == QLocalSocket::ConnectedState )
|
||||
return;
|
||||
|
||||
// If not connect
|
||||
if( socket->state() == QLocalSocket::UnconnectedState ||
|
||||
socket->state() == QLocalSocket::ClosingState ) {
|
||||
socket->connectToServer( blockServerName );
|
||||
}
|
||||
|
||||
// Wait for being connected
|
||||
if( socket->state() == QLocalSocket::ConnectingState ) {
|
||||
socket->waitForConnected( msecs );
|
||||
}
|
||||
|
||||
// Initialisation message according to the SingleApplication protocol
|
||||
if( socket->state() == QLocalSocket::ConnectedState ) {
|
||||
// Notify the parent that a new instance had been started;
|
||||
QByteArray initMsg;
|
||||
QDataStream writeStream(&initMsg, QIODevice::WriteOnly);
|
||||
|
||||
// Connect to the Local Server of the Primary Instance if not already
|
||||
// connected.
|
||||
if( socket == nullptr ) {
|
||||
socket = new QLocalSocket();
|
||||
}
|
||||
|
||||
// If already connected - we are done;
|
||||
if( socket->state() == QLocalSocket::ConnectedState )
|
||||
return;
|
||||
|
||||
// If not connect
|
||||
if( socket->state() == QLocalSocket::UnconnectedState ||
|
||||
socket->state() == QLocalSocket::ClosingState ) {
|
||||
socket->connectToServer( blockServerName );
|
||||
}
|
||||
|
||||
// Wait for being connected
|
||||
if( socket->state() == QLocalSocket::ConnectingState ) {
|
||||
socket->waitForConnected( msecs );
|
||||
}
|
||||
|
||||
// Initialisation message according to the SingleApplication protocol
|
||||
if( socket->state() == QLocalSocket::ConnectedState ) {
|
||||
// Notify the parent that a new instance had been started;
|
||||
QByteArray initMsg;
|
||||
QDataStream writeStream(&initMsg, QIODevice::WriteOnly);
|
||||
|
||||
#if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0))
|
||||
writeStream.setVersion(QDataStream::Qt_5_6);
|
||||
writeStream.setVersion(QDataStream::Qt_5_6);
|
||||
#endif
|
||||
|
||||
writeStream << blockServerName.toLatin1();
|
||||
writeStream << static_cast<quint8>(connectionType);
|
||||
writeStream << instanceNumber;
|
||||
quint16 checksum = qChecksum(initMsg.constData(), static_cast<quint32>(initMsg.length()));
|
||||
writeStream << checksum;
|
||||
|
||||
// The header indicates the message length that follows
|
||||
QByteArray header;
|
||||
QDataStream headerStream(&header, QIODevice::WriteOnly);
|
||||
|
||||
|
||||
writeStream << blockServerName.toLatin1();
|
||||
writeStream << static_cast<quint8>(connectionType);
|
||||
writeStream << instanceNumber;
|
||||
quint16 checksum = qChecksum(initMsg.constData(), static_cast<quint32>(initMsg.length()));
|
||||
writeStream << checksum;
|
||||
|
||||
// The header indicates the message length that follows
|
||||
QByteArray header;
|
||||
QDataStream headerStream(&header, QIODevice::WriteOnly);
|
||||
|
||||
#if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0))
|
||||
headerStream.setVersion(QDataStream::Qt_5_6);
|
||||
headerStream.setVersion(QDataStream::Qt_5_6);
|
||||
#endif
|
||||
headerStream << static_cast <quint64>( initMsg.length() );
|
||||
|
||||
socket->write( header );
|
||||
socket->write( initMsg );
|
||||
socket->flush();
|
||||
socket->waitForBytesWritten( msecs );
|
||||
}
|
||||
headerStream << static_cast <quint64>( initMsg.length() );
|
||||
|
||||
socket->write( header );
|
||||
socket->write( initMsg );
|
||||
socket->flush();
|
||||
socket->waitForBytesWritten( msecs );
|
||||
}
|
||||
}
|
||||
|
||||
quint16 SingleApplicationPrivate::blockChecksum()
|
||||
{
|
||||
return qChecksum(
|
||||
static_cast <const char *>( memory->data() ),
|
||||
offsetof( InstancesInfo, checksum )
|
||||
);
|
||||
return qChecksum(
|
||||
static_cast <const char *>( memory->data() ),
|
||||
offsetof( InstancesInfo, checksum )
|
||||
);
|
||||
}
|
||||
|
||||
qint64 SingleApplicationPrivate::primaryPid()
|
||||
{
|
||||
qint64 pid;
|
||||
|
||||
memory->lock();
|
||||
InstancesInfo* inst = static_cast<InstancesInfo*>( memory->data() );
|
||||
pid = inst->primaryPid;
|
||||
memory->unlock();
|
||||
|
||||
return pid;
|
||||
qint64 pid;
|
||||
|
||||
memory->lock();
|
||||
InstancesInfo* inst = static_cast<InstancesInfo*>( memory->data() );
|
||||
pid = inst->primaryPid;
|
||||
memory->unlock();
|
||||
|
||||
return pid;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -262,144 +262,144 @@ qint64 SingleApplicationPrivate::primaryPid()
|
||||
*/
|
||||
void SingleApplicationPrivate::slotConnectionEstablished()
|
||||
{
|
||||
QLocalSocket *nextConnSocket = server->nextPendingConnection();
|
||||
connectionMap.insert(nextConnSocket, ConnectionInfo());
|
||||
|
||||
QObject::connect(nextConnSocket, &QLocalSocket::aboutToClose,
|
||||
[nextConnSocket, this]() {
|
||||
auto &info = connectionMap[nextConnSocket];
|
||||
Q_EMIT this->slotClientConnectionClosed( nextConnSocket, info.instanceId );
|
||||
}
|
||||
);
|
||||
|
||||
QObject::connect(nextConnSocket, &QLocalSocket::disconnected,
|
||||
[nextConnSocket, this](){
|
||||
connectionMap.remove(nextConnSocket);
|
||||
nextConnSocket->deleteLater();
|
||||
}
|
||||
);
|
||||
|
||||
QObject::connect(nextConnSocket, &QLocalSocket::readyRead,
|
||||
[nextConnSocket, this]() {
|
||||
auto &info = connectionMap[nextConnSocket];
|
||||
switch(info.stage) {
|
||||
case StageHeader:
|
||||
readInitMessageHeader(nextConnSocket);
|
||||
break;
|
||||
case StageBody:
|
||||
readInitMessageBody(nextConnSocket);
|
||||
break;
|
||||
case StageConnected:
|
||||
Q_EMIT this->slotDataAvailable( nextConnSocket, info.instanceId );
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
};
|
||||
}
|
||||
);
|
||||
QLocalSocket *nextConnSocket = server->nextPendingConnection();
|
||||
connectionMap.insert(nextConnSocket, ConnectionInfo());
|
||||
|
||||
QObject::connect(nextConnSocket, &QLocalSocket::aboutToClose,
|
||||
[nextConnSocket, this]() {
|
||||
auto &info = connectionMap[nextConnSocket];
|
||||
Q_EMIT this->slotClientConnectionClosed( nextConnSocket, info.instanceId );
|
||||
}
|
||||
);
|
||||
|
||||
QObject::connect(nextConnSocket, &QLocalSocket::disconnected,
|
||||
[nextConnSocket, this](){
|
||||
connectionMap.remove(nextConnSocket);
|
||||
nextConnSocket->deleteLater();
|
||||
}
|
||||
);
|
||||
|
||||
QObject::connect(nextConnSocket, &QLocalSocket::readyRead,
|
||||
[nextConnSocket, this]() {
|
||||
auto &info = connectionMap[nextConnSocket];
|
||||
switch(info.stage) {
|
||||
case StageHeader:
|
||||
readInitMessageHeader(nextConnSocket);
|
||||
break;
|
||||
case StageBody:
|
||||
readInitMessageBody(nextConnSocket);
|
||||
break;
|
||||
case StageConnected:
|
||||
Q_EMIT this->slotDataAvailable( nextConnSocket, info.instanceId );
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
};
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
void SingleApplicationPrivate::readInitMessageHeader( QLocalSocket *sock )
|
||||
{
|
||||
if (!connectionMap.contains( sock )) {
|
||||
return;
|
||||
}
|
||||
|
||||
if( sock->bytesAvailable() < ( qint64 )sizeof( quint64 ) ) {
|
||||
return;
|
||||
}
|
||||
|
||||
QDataStream headerStream( sock );
|
||||
|
||||
if (!connectionMap.contains( sock )) {
|
||||
return;
|
||||
}
|
||||
|
||||
if( sock->bytesAvailable() < ( qint64 )sizeof( quint64 ) ) {
|
||||
return;
|
||||
}
|
||||
|
||||
QDataStream headerStream( sock );
|
||||
|
||||
#if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0))
|
||||
headerStream.setVersion( QDataStream::Qt_5_6 );
|
||||
headerStream.setVersion( QDataStream::Qt_5_6 );
|
||||
#endif
|
||||
|
||||
// Read the header to know the message length
|
||||
quint64 msgLen = 0;
|
||||
headerStream >> msgLen;
|
||||
ConnectionInfo &info = connectionMap[sock];
|
||||
info.stage = StageBody;
|
||||
info.msgLen = msgLen;
|
||||
|
||||
if ( sock->bytesAvailable() >= (qint64) msgLen ) {
|
||||
readInitMessageBody( sock );
|
||||
}
|
||||
|
||||
// Read the header to know the message length
|
||||
quint64 msgLen = 0;
|
||||
headerStream >> msgLen;
|
||||
ConnectionInfo &info = connectionMap[sock];
|
||||
info.stage = StageBody;
|
||||
info.msgLen = msgLen;
|
||||
|
||||
if ( sock->bytesAvailable() >= (qint64) msgLen ) {
|
||||
readInitMessageBody( sock );
|
||||
}
|
||||
}
|
||||
|
||||
void SingleApplicationPrivate::readInitMessageBody( QLocalSocket *sock )
|
||||
{
|
||||
Q_Q(SingleApplication);
|
||||
|
||||
if (!connectionMap.contains( sock )) {
|
||||
return;
|
||||
}
|
||||
|
||||
ConnectionInfo &info = connectionMap[sock];
|
||||
if( sock->bytesAvailable() < ( qint64 )info.msgLen ) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Read the message body
|
||||
QByteArray msgBytes = sock->read(info.msgLen);
|
||||
QDataStream readStream(msgBytes);
|
||||
|
||||
Q_Q(SingleApplication);
|
||||
|
||||
if (!connectionMap.contains( sock )) {
|
||||
return;
|
||||
}
|
||||
|
||||
ConnectionInfo &info = connectionMap[sock];
|
||||
if( sock->bytesAvailable() < ( qint64 )info.msgLen ) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Read the message body
|
||||
QByteArray msgBytes = sock->read(info.msgLen);
|
||||
QDataStream readStream(msgBytes);
|
||||
|
||||
#if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0))
|
||||
readStream.setVersion( QDataStream::Qt_5_6 );
|
||||
readStream.setVersion( QDataStream::Qt_5_6 );
|
||||
#endif
|
||||
|
||||
// server name
|
||||
QByteArray latin1Name;
|
||||
readStream >> latin1Name;
|
||||
|
||||
// connection type
|
||||
ConnectionType connectionType = InvalidConnection;
|
||||
quint8 connTypeVal = InvalidConnection;
|
||||
readStream >> connTypeVal;
|
||||
connectionType = static_cast <ConnectionType>( connTypeVal );
|
||||
|
||||
// instance id
|
||||
quint32 instanceId = 0;
|
||||
readStream >> instanceId;
|
||||
|
||||
// checksum
|
||||
quint16 msgChecksum = 0;
|
||||
readStream >> msgChecksum;
|
||||
|
||||
const quint16 actualChecksum = qChecksum( msgBytes.constData(), static_cast<quint32>( msgBytes.length() - sizeof( quint16 ) ) );
|
||||
|
||||
bool isValid = readStream.status() == QDataStream::Ok &&
|
||||
QLatin1String(latin1Name) == blockServerName &&
|
||||
msgChecksum == actualChecksum;
|
||||
|
||||
if( !isValid ) {
|
||||
sock->close();
|
||||
return;
|
||||
}
|
||||
|
||||
info.instanceId = instanceId;
|
||||
info.stage = StageConnected;
|
||||
|
||||
if( connectionType == NewInstance ||
|
||||
( connectionType == SecondaryInstance &&
|
||||
options & SingleApplication::Mode::SecondaryNotification ) )
|
||||
{
|
||||
Q_EMIT q->instanceStarted();
|
||||
}
|
||||
|
||||
if (sock->bytesAvailable() > 0) {
|
||||
Q_EMIT this->slotDataAvailable( sock, instanceId );
|
||||
}
|
||||
|
||||
// server name
|
||||
QByteArray latin1Name;
|
||||
readStream >> latin1Name;
|
||||
|
||||
// connection type
|
||||
ConnectionType connectionType = InvalidConnection;
|
||||
quint8 connTypeVal = InvalidConnection;
|
||||
readStream >> connTypeVal;
|
||||
connectionType = static_cast <ConnectionType>( connTypeVal );
|
||||
|
||||
// instance id
|
||||
quint32 instanceId = 0;
|
||||
readStream >> instanceId;
|
||||
|
||||
// checksum
|
||||
quint16 msgChecksum = 0;
|
||||
readStream >> msgChecksum;
|
||||
|
||||
const quint16 actualChecksum = qChecksum( msgBytes.constData(), static_cast<quint32>( msgBytes.length() - sizeof( quint16 ) ) );
|
||||
|
||||
bool isValid = readStream.status() == QDataStream::Ok &&
|
||||
QLatin1String(latin1Name) == blockServerName &&
|
||||
msgChecksum == actualChecksum;
|
||||
|
||||
if( !isValid ) {
|
||||
sock->close();
|
||||
return;
|
||||
}
|
||||
|
||||
info.instanceId = instanceId;
|
||||
info.stage = StageConnected;
|
||||
|
||||
if( connectionType == NewInstance ||
|
||||
( connectionType == SecondaryInstance &&
|
||||
options & SingleApplication::Mode::SecondaryNotification ) )
|
||||
{
|
||||
Q_EMIT q->instanceStarted();
|
||||
}
|
||||
|
||||
if (sock->bytesAvailable() > 0) {
|
||||
Q_EMIT this->slotDataAvailable( sock, instanceId );
|
||||
}
|
||||
}
|
||||
|
||||
void SingleApplicationPrivate::slotDataAvailable( QLocalSocket *dataSocket, quint32 instanceId )
|
||||
{
|
||||
Q_Q(SingleApplication);
|
||||
Q_EMIT q->receivedMessage( instanceId, dataSocket->readAll() );
|
||||
Q_Q(SingleApplication);
|
||||
Q_EMIT q->receivedMessage( instanceId, dataSocket->readAll() );
|
||||
}
|
||||
|
||||
void SingleApplicationPrivate::slotClientConnectionClosed( QLocalSocket *closedSocket, quint32 instanceId )
|
||||
{
|
||||
if( closedSocket->bytesAvailable() > 0 )
|
||||
Q_EMIT slotDataAvailable( closedSocket, instanceId );
|
||||
if( closedSocket->bytesAvailable() > 0 )
|
||||
Q_EMIT slotDataAvailable( closedSocket, instanceId );
|
||||
}
|
||||
|
||||
@@ -38,62 +38,62 @@
|
||||
#include "singleapplication.h"
|
||||
|
||||
struct InstancesInfo {
|
||||
bool primary;
|
||||
quint32 secondary;
|
||||
qint64 primaryPid;
|
||||
quint16 checksum;
|
||||
bool primary;
|
||||
quint32 secondary;
|
||||
qint64 primaryPid;
|
||||
quint16 checksum;
|
||||
};
|
||||
|
||||
struct ConnectionInfo {
|
||||
explicit ConnectionInfo() :
|
||||
msgLen(0), instanceId(0), stage(0) {}
|
||||
qint64 msgLen;
|
||||
quint32 instanceId;
|
||||
quint8 stage;
|
||||
explicit ConnectionInfo() :
|
||||
msgLen(0), instanceId(0), stage(0) {}
|
||||
qint64 msgLen;
|
||||
quint32 instanceId;
|
||||
quint8 stage;
|
||||
};
|
||||
|
||||
class SingleApplicationPrivate : public QObject {
|
||||
Q_OBJECT
|
||||
public:
|
||||
enum ConnectionType : quint8 {
|
||||
InvalidConnection = 0,
|
||||
NewInstance = 1,
|
||||
SecondaryInstance = 2,
|
||||
Reconnect = 3
|
||||
};
|
||||
enum ConnectionStage : quint8 {
|
||||
StageHeader = 0,
|
||||
StageBody = 1,
|
||||
StageConnected = 2,
|
||||
};
|
||||
Q_DECLARE_PUBLIC(SingleApplication)
|
||||
|
||||
SingleApplicationPrivate( SingleApplication *q_ptr );
|
||||
~SingleApplicationPrivate();
|
||||
|
||||
void genBlockServerName();
|
||||
void initializeMemoryBlock();
|
||||
void startPrimary();
|
||||
void startSecondary();
|
||||
void connectToPrimary(int msecs, ConnectionType connectionType );
|
||||
quint16 blockChecksum();
|
||||
qint64 primaryPid();
|
||||
void readInitMessageHeader(QLocalSocket *socket);
|
||||
void readInitMessageBody(QLocalSocket *socket);
|
||||
|
||||
SingleApplication *q_ptr;
|
||||
QSharedMemory *memory;
|
||||
QLocalSocket *socket;
|
||||
QLocalServer *server;
|
||||
quint32 instanceNumber;
|
||||
QString blockServerName;
|
||||
SingleApplication::Options options;
|
||||
QMap<QLocalSocket*, ConnectionInfo> connectionMap;
|
||||
|
||||
public Q_SLOTS:
|
||||
void slotConnectionEstablished();
|
||||
void slotDataAvailable( QLocalSocket*, quint32 );
|
||||
void slotClientConnectionClosed( QLocalSocket*, quint32 );
|
||||
Q_OBJECT
|
||||
public:
|
||||
enum ConnectionType : quint8 {
|
||||
InvalidConnection = 0,
|
||||
NewInstance = 1,
|
||||
SecondaryInstance = 2,
|
||||
Reconnect = 3
|
||||
};
|
||||
enum ConnectionStage : quint8 {
|
||||
StageHeader = 0,
|
||||
StageBody = 1,
|
||||
StageConnected = 2,
|
||||
};
|
||||
Q_DECLARE_PUBLIC(SingleApplication)
|
||||
|
||||
SingleApplicationPrivate( SingleApplication *q_ptr );
|
||||
~SingleApplicationPrivate();
|
||||
|
||||
void genBlockServerName();
|
||||
void initializeMemoryBlock();
|
||||
void startPrimary();
|
||||
void startSecondary();
|
||||
void connectToPrimary(int msecs, ConnectionType connectionType );
|
||||
quint16 blockChecksum();
|
||||
qint64 primaryPid();
|
||||
void readInitMessageHeader(QLocalSocket *socket);
|
||||
void readInitMessageBody(QLocalSocket *socket);
|
||||
|
||||
SingleApplication *q_ptr;
|
||||
QSharedMemory *memory;
|
||||
QLocalSocket *socket;
|
||||
QLocalServer *server;
|
||||
quint32 instanceNumber;
|
||||
QString blockServerName;
|
||||
SingleApplication::Options options;
|
||||
QMap<QLocalSocket*, ConnectionInfo> connectionMap;
|
||||
|
||||
public Q_SLOTS:
|
||||
void slotConnectionEstablished();
|
||||
void slotDataAvailable( QLocalSocket*, quint32 );
|
||||
void slotClientConnectionClosed( QLocalSocket*, quint32 );
|
||||
};
|
||||
|
||||
#endif // SINGLEAPPLICATION_P_H
|
||||
|
||||
15
elements/10_electric/10_allpole/114_connections/bod.elmt
Normal file
15
elements/10_electric/10_allpole/114_connections/bod.elmt
Normal file
@@ -0,0 +1,15 @@
|
||||
<definition width="20" height="20" hotspot_y="9" type="element" orientation="dyyy" link_type="simple" hotspot_x="9" version="0.60">
|
||||
<uuid uuid="{079913f8-18b5-4524-84bd-aadf75dfefbf}"/>
|
||||
<names>
|
||||
<name lang="cs">Bod</name>
|
||||
</names>
|
||||
<informations></informations>
|
||||
<description>
|
||||
<circle diameter="4" style="line-style:normal;line-weight:normal;filling:black;color:black" antialias="false" y="-2" x="-2"/>
|
||||
<input rotate="true" text=" " tagg="label" size="9" y="-3" x="-11"/>
|
||||
<terminal orientation="e" y="0" x="2"/>
|
||||
<terminal orientation="w" y="0" x="-2"/>
|
||||
<terminal orientation="s" y="2" x="0"/>
|
||||
<terminal orientation="n" y="-2" x="0"/>
|
||||
</description>
|
||||
</definition>
|
||||
19
elements/10_electric/10_allpole/114_connections/lphd.elmt
Normal file
19
elements/10_electric/10_allpole/114_connections/lphd.elmt
Normal file
@@ -0,0 +1,19 @@
|
||||
<definition version="0.70" height="30" type="element" width="30" hotspot_x="14" link_type="simple" hotspot_y="12" orientation="dyyy">
|
||||
<uuid uuid="{3015326e-2599-495e-8ef0-c12ff5313dd0}"/>
|
||||
<names>
|
||||
<name lang="cs">Všestranný spoj</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations></informations>
|
||||
<description>
|
||||
<polygon x6="6" x2="-5" x8="6" y5="5" y2="0" closed="false" x10="0" x3="0" x7="10" y7="0" y4="10" y11="-5" antialias="false" x9="0" x11="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x5="0" y9="5" y10="-5" y1="0" y6="0" x4="0" x1="-10" y8="0" y3="5"/>
|
||||
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" x="-13" text_from="ElementInfo" y="-12" z="2" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{14c0b70c-c028-49ef-bf72-3c3c9cd64669}" Halignment="AlignLeft">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<terminal x="0" y="-5" orientation="n"/>
|
||||
<terminal x="0" y="10" orientation="s"/>
|
||||
<terminal x="-10" y="0" orientation="w"/>
|
||||
<terminal x="10" y="0" orientation="e"/>
|
||||
</description>
|
||||
</definition>
|
||||
17
elements/10_electric/10_allpole/114_connections/pokus.elmt
Normal file
17
elements/10_electric/10_allpole/114_connections/pokus.elmt
Normal file
@@ -0,0 +1,17 @@
|
||||
<definition type="element" hotspot_x="35" orientation="dyyy" version="0.80" width="70" height="80" hotspot_y="46" link_type="simple">
|
||||
<uuid uuid="{e5a46987-e259-4ca4-9e40-eedc3652f738}"/>
|
||||
<names>
|
||||
<name lang="cs">Pokus</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations></informations>
|
||||
<description>
|
||||
<rect width="60" x="-30" style="line-style:normal;line-weight:normal;filling:none;color:black" height="65" rx="0" y="-35" antialias="false" ry="0"/>
|
||||
<dynamic_text z="3" font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" Valignment="AlignTop" uuid="{cec75afa-b854-41b8-aed8-6edba82c76ff}" text_from="ElementInfo" x="-45" text_width="-1" y="-20" frame="false" rotation="0" Halignment="AlignLeft">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<terminal orientation="n" x="20" y="-40"/>
|
||||
<terminal orientation="n" x="-20" y="-40"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,31 @@
|
||||
<definition height="30" hotspot_y="13" orientation="dyyy" width="60" hotspot_x="38" type="element" version="0.70" link_type="simple">
|
||||
<uuid uuid="{b227d208-45f2-417b-af50-eedad266c492}"/>
|
||||
<names>
|
||||
<name lang="cs">C091D 3p fem</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations></informations>
|
||||
<description>
|
||||
<line y1="10" x2="7" end1="none" y2="13" x1="10" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="10" x2="-13" end1="none" y2="13" x1="-10" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="-5" x2="-30" end1="none" y2="10" x1="-30" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="10" x2="-7" end1="none" y2="13" x1="-10" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="10" x2="13" end1="none" y2="13" x1="10" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="-5" x2="-10" end1="none" y2="10" x1="-10" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="-5" x2="10" end1="none" y2="10" x1="10" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="5" x2="10" end1="none" y2="5" x1="-30" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="8" x2="10" end1="none" y2="8" x1="-30" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="10" x2="-33" end1="none" y2="13" x1="-30" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="10" x2="-27" end1="none" y2="13" x1="-30" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<text x="-28" y="-1" color="#000000" text="1" rotation="0" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="-8" y="-1" color="#000000" text="2" rotation="0" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="12" y="-1" color="#000000" text="3" rotation="0" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<dynamic_text x="-60" uuid="{dffe6cad-58c7-478b-9e86-5bce11c771f8}" y="-5" text_from="ElementInfo" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" z="19" font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<terminal x="-10" y="-5" orientation="n"/>
|
||||
<terminal x="-30" y="-5" orientation="n"/>
|
||||
<terminal x="10" y="-5" orientation="n"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,31 @@
|
||||
<definition height="30" hotspot_y="11" orientation="dyyy" width="60" hotspot_x="38" type="element" version="0.70" link_type="simple">
|
||||
<uuid uuid="{4d574353-1963-46a7-80b4-f3bdd9e8e018}"/>
|
||||
<names>
|
||||
<name lang="cs">C091A 3p male</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations></informations>
|
||||
<description>
|
||||
<line y1="-1" x2="10" end1="none" y2="-4" x1="7" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="-1" x2="-10" end1="none" y2="-4" x1="-13" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="-4" x2="13" end1="none" y2="-1" x1="10" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="-4" x2="-7" end1="none" y2="-1" x1="-10" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="10" x2="-10" end1="none" y2="-3" x1="-10" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="10" x2="10" end1="none" y2="-3" x1="10" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="-1" x2="-30" end1="none" y2="-4" x1="-33" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="-4" x2="-27" end1="none" y2="-1" x1="-30" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="10" x2="-30" end1="none" y2="-3" x1="-30" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="1" x2="10" end1="none" y2="1" x1="-30" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="3" x2="10" end1="none" y2="3" x1="-30" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<text x="-28" y="10" color="#000000" text="1" rotation="0" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="-8" y="10" color="#000000" text="2" rotation="0" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="12" y="10" color="#000000" text="3" rotation="0" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<dynamic_text x="-64" uuid="{1640ef0e-7d5c-4342-a5c8-90b708c32e4c}" y="-9" text_from="ElementInfo" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" z="19" font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<terminal x="-10" y="10" orientation="s"/>
|
||||
<terminal x="-30" y="10" orientation="s"/>
|
||||
<terminal x="10" y="10" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,36 @@
|
||||
<definition height="30" hotspot_y="11" orientation="dyyy" width="80" hotspot_x="38" type="element" version="0.70" link_type="simple">
|
||||
<uuid uuid="{d5abdd14-98c0-41c8-b2f7-8d46e176f5a2}"/>
|
||||
<names>
|
||||
<name lang="cs">C091A 4p male</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations></informations>
|
||||
<description>
|
||||
<line y1="-1" x2="30" end1="none" y2="-4" x1="27" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="-1" x2="10" end1="none" y2="-4" x1="7" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="-1" x2="-10" end1="none" y2="-4" x1="-13" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="-4" x2="13" end1="none" y2="-1" x1="10" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="-4" x2="-7" end1="none" y2="-1" x1="-10" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="-4" x2="33" end1="none" y2="-1" x1="30" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="10" x2="30" end1="none" y2="-3" x1="30" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="10" x2="-10" end1="none" y2="-3" x1="-10" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="10" x2="10" end1="none" y2="-3" x1="10" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="-1" x2="-30" end1="none" y2="-4" x1="-33" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="-4" x2="-27" end1="none" y2="-1" x1="-30" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="10" x2="-30" end1="none" y2="-3" x1="-30" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="1" x2="30" end1="none" y2="1" x1="-30" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="3" x2="30" end1="none" y2="3" x1="-30" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<text x="-28" y="10" color="#000000" text="1" rotation="0" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="-8" y="10" color="#000000" text="2" rotation="0" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="12" y="10" color="#000000" text="3" rotation="0" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="32" y="10" color="#000000" text="4" rotation="0" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<dynamic_text x="-64" uuid="{1640ef0e-7d5c-4342-a5c8-90b708c32e4c}" y="-9" text_from="ElementInfo" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" z="19" font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<terminal x="10" y="10" orientation="s"/>
|
||||
<terminal x="-30" y="10" orientation="s"/>
|
||||
<terminal x="30" y="10" orientation="s"/>
|
||||
<terminal x="-10" y="10" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,36 @@
|
||||
<definition height="30" hotspot_y="13" orientation="dyyy" width="80" hotspot_x="38" type="element" version="0.70" link_type="simple">
|
||||
<uuid uuid="{fef81b16-3fcc-48f3-a3f3-55cedf052d7e}"/>
|
||||
<names>
|
||||
<name lang="cs">C091D 4p fem</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations></informations>
|
||||
<description>
|
||||
<line y1="10" x2="27" end1="none" y2="13" x1="30" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="10" x2="7" end1="none" y2="13" x1="10" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="10" x2="-13" end1="none" y2="13" x1="-10" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="-5" x2="-30" end1="none" y2="10" x1="-30" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="10" x2="33" end1="none" y2="13" x1="30" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="10" x2="-7" end1="none" y2="13" x1="-10" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="10" x2="13" end1="none" y2="13" x1="10" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="-5" x2="-10" end1="none" y2="10" x1="-10" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="-5" x2="10" end1="none" y2="10" x1="10" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="-5" x2="30" end1="none" y2="10" x1="30" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="5" x2="30" end1="none" y2="5" x1="-30" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="8" x2="30" end1="none" y2="8" x1="-30" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="10" x2="-33" end1="none" y2="13" x1="-30" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<line y1="10" x2="-27" end1="none" y2="13" x1="-30" antialias="false" length1="1.5" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none"/>
|
||||
<text x="-28" y="-1" color="#000000" text="1" rotation="0" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="-8" y="-1" color="#000000" text="2" rotation="0" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="12" y="-1" color="#000000" text="3" rotation="0" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<text x="32" y="-1" color="#000000" text="4" rotation="0" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<dynamic_text x="-60" uuid="{dffe6cad-58c7-478b-9e86-5bce11c771f8}" y="-5" text_from="ElementInfo" rotation="0" text_width="-1" Valignment="AlignTop" Halignment="AlignLeft" z="19" font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<terminal x="-10" y="-5" orientation="n"/>
|
||||
<terminal x="10" y="-5" orientation="n"/>
|
||||
<terminal x="30" y="-5" orientation="n"/>
|
||||
<terminal x="-30" y="-5" orientation="n"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,36 @@
|
||||
<definition version="0.70" height="30" type="element" width="80" hotspot_x="36" link_type="simple" hotspot_y="12" orientation="dyyy">
|
||||
<uuid uuid="{31f82044-30db-4191-9619-12ba7924322a}"/>
|
||||
<names>
|
||||
<name lang="cs">C16 4p fem</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations></informations>
|
||||
<description>
|
||||
<line y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="30" length2="1.5" antialias="false" length1="1.5" end2="none" y2="13" end1="none" x2="27"/>
|
||||
<line y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="10" length2="1.5" antialias="false" length1="1.5" end2="none" y2="13" end1="none" x2="7"/>
|
||||
<line y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-10" length2="1.5" antialias="false" length1="1.5" end2="none" y2="13" end1="none" x2="-13"/>
|
||||
<line y1="-5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-30" length2="1.5" antialias="false" length1="1.5" end2="none" y2="10" end1="none" x2="-30"/>
|
||||
<line y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="30" length2="1.5" antialias="false" length1="1.5" end2="none" y2="13" end1="none" x2="33"/>
|
||||
<line y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-10" length2="1.5" antialias="false" length1="1.5" end2="none" y2="13" end1="none" x2="-7"/>
|
||||
<line y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="10" length2="1.5" antialias="false" length1="1.5" end2="none" y2="13" end1="none" x2="13"/>
|
||||
<line y1="-5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-10" length2="1.5" antialias="false" length1="1.5" end2="none" y2="10" end1="none" x2="-10"/>
|
||||
<line y1="-5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="10" length2="1.5" antialias="false" length1="1.5" end2="none" y2="10" end1="none" x2="10"/>
|
||||
<line y1="-5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="30" length2="1.5" antialias="false" length1="1.5" end2="none" y2="10" end1="none" x2="30"/>
|
||||
<line y1="5" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-30" length2="1.5" antialias="false" length1="1.5" end2="none" y2="5" end1="none" x2="30"/>
|
||||
<line y1="8" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-30" length2="1.5" antialias="false" length1="1.5" end2="none" y2="8" end1="none" x2="30"/>
|
||||
<line y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-30" length2="1.5" antialias="false" length1="1.5" end2="none" y2="13" end1="none" x2="-33"/>
|
||||
<line y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-30" length2="1.5" antialias="false" length1="1.5" end2="none" y2="13" end1="none" x2="-27"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="-28" color="#000000" text="1" y="-1" rotation="0"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="-8" color="#000000" text="2" y="-1" rotation="0"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="12" color="#000000" text="3" y="-1" rotation="0"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="32" color="#000000" text="PE" y="-1" rotation="0"/>
|
||||
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" x="-60" text_from="ElementInfo" y="-5" z="19" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{dffe6cad-58c7-478b-9e86-5bce11c771f8}" Halignment="AlignLeft">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<terminal x="-10" y="-5" orientation="n"/>
|
||||
<terminal x="10" y="-5" orientation="n"/>
|
||||
<terminal x="30" y="-5" orientation="n"/>
|
||||
<terminal x="-30" y="-5" orientation="n"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,36 @@
|
||||
<definition version="0.70" height="30" type="element" width="80" hotspot_x="36" link_type="simple" hotspot_y="10" orientation="dyyy">
|
||||
<uuid uuid="{975dd87a-7ff8-439e-a7d3-f61f02bd5f6a}"/>
|
||||
<names>
|
||||
<name lang="cs">C16 4p male</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations></informations>
|
||||
<description>
|
||||
<line y1="-1" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="27" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-4" end1="none" x2="30"/>
|
||||
<line y1="-1" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="7" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-4" end1="none" x2="10"/>
|
||||
<line y1="-1" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-13" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-4" end1="none" x2="-10"/>
|
||||
<line y1="-4" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="10" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-1" end1="none" x2="13"/>
|
||||
<line y1="-4" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-10" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-1" end1="none" x2="-7"/>
|
||||
<line y1="-4" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="30" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-1" end1="none" x2="33"/>
|
||||
<line y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="30" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-3" end1="none" x2="30"/>
|
||||
<line y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-10" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-3" end1="none" x2="-10"/>
|
||||
<line y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="10" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-3" end1="none" x2="10"/>
|
||||
<line y1="-1" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-33" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-4" end1="none" x2="-30"/>
|
||||
<line y1="-4" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-30" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-1" end1="none" x2="-27"/>
|
||||
<line y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-30" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-3" end1="none" x2="-30"/>
|
||||
<line y1="1" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-30" length2="1.5" antialias="false" length1="1.5" end2="none" y2="1" end1="none" x2="30"/>
|
||||
<line y1="3" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-30" length2="1.5" antialias="false" length1="1.5" end2="none" y2="3" end1="none" x2="30"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="-28" color="#000000" text="1" y="10" rotation="0"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="-8" color="#000000" text="2" y="10" rotation="0"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="12" color="#000000" text="3" y="10" rotation="0"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="32" color="#000000" text="PE" y="10" rotation="0"/>
|
||||
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" x="-64" text_from="ElementInfo" y="-9" z="19" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{1640ef0e-7d5c-4342-a5c8-90b708c32e4c}" Halignment="AlignLeft">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<terminal x="10" y="10" orientation="s"/>
|
||||
<terminal x="-30" y="10" orientation="s"/>
|
||||
<terminal x="30" y="10" orientation="s"/>
|
||||
<terminal x="-10" y="10" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,51 @@
|
||||
<definition version="0.70" height="30" type="element" width="140" hotspot_x="66" link_type="simple" hotspot_y="14" orientation="dyyy">
|
||||
<uuid uuid="{2ce35704-86b4-4002-a3cb-bed1b0c22249}"/>
|
||||
<names>
|
||||
<name lang="cs">C16 7p fem</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations></informations>
|
||||
<description>
|
||||
<line y1="13" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-3" length2="1.5" antialias="false" length1="1.5" end2="none" y2="10" end1="none" x2="0"/>
|
||||
<line y1="13" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="57" length2="1.5" antialias="false" length1="1.5" end2="none" y2="10" end1="none" x2="60"/>
|
||||
<line y1="13" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="17" length2="1.5" antialias="false" length1="1.5" end2="none" y2="10" end1="none" x2="20"/>
|
||||
<line y1="13" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-23" length2="1.5" antialias="false" length1="1.5" end2="none" y2="10" end1="none" x2="-20"/>
|
||||
<line y1="13" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-43" length2="1.5" antialias="false" length1="1.5" end2="none" y2="10" end1="none" x2="-40"/>
|
||||
<line y1="13" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="37" length2="1.5" antialias="false" length1="1.5" end2="none" y2="10" end1="none" x2="40"/>
|
||||
<line y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="60" length2="1.5" antialias="false" length1="1.5" end2="none" y2="13" end1="none" x2="63"/>
|
||||
<line y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="13" end1="none" x2="23"/>
|
||||
<line y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="13" end1="none" x2="3"/>
|
||||
<line y1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-60" length2="1.5" antialias="false" length1="1.5" end2="none" y2="10" end1="none" x2="-60"/>
|
||||
<line y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="40" length2="1.5" antialias="false" length1="1.5" end2="none" y2="13" end1="none" x2="43"/>
|
||||
<line y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-40" length2="1.5" antialias="false" length1="1.5" end2="none" y2="13" end1="none" x2="-37"/>
|
||||
<line y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="13" end1="none" x2="-17"/>
|
||||
<line y1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-40" length2="1.5" antialias="false" length1="1.5" end2="none" y2="10" end1="none" x2="-40"/>
|
||||
<line y1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="10" end1="none" x2="-20"/>
|
||||
<line y1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="10" end1="none" x2="0"/>
|
||||
<line y1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="10" end1="none" x2="20"/>
|
||||
<line y1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="40" length2="1.5" antialias="false" length1="1.5" end2="none" y2="10" end1="none" x2="40"/>
|
||||
<line y1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="60" length2="1.5" antialias="false" length1="1.5" end2="none" y2="10" end1="none" x2="60"/>
|
||||
<line y1="8" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-60" length2="1.5" antialias="false" length1="1.5" end2="none" y2="8" end1="none" x2="60"/>
|
||||
<line y1="4" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="60" length2="1.5" antialias="false" length1="1.5" end2="none" y2="4" end1="none" x2="-60"/>
|
||||
<line y1="13" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-63" length2="1.5" antialias="false" length1="1.5" end2="none" y2="10" end1="none" x2="-60"/>
|
||||
<line y1="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-60" length2="1.5" antialias="false" length1="1.5" end2="none" y2="13" end1="none" x2="-57"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="-58" color="#000000" text="1" y="-5" rotation="0"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="-38" color="#000000" text="2" y="-5" rotation="0"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="-18" color="#000000" text="3" y="-5" rotation="0"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="2" color="#000000" text="4" y="-5" rotation="0"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="22" color="#000000" text="5" y="-5" rotation="0"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="42" color="#000000" text="6" y="-5" rotation="0"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="62" color="#000000" text="PE" y="-5" rotation="0"/>
|
||||
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" x="-100" text_from="ElementInfo" y="-6" z="31" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{2af59052-6066-4b7a-92bd-8d8f01cfe3cf}" Halignment="AlignLeft">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<terminal x="60" y="-10" orientation="n"/>
|
||||
<terminal x="0" y="-10" orientation="n"/>
|
||||
<terminal x="-40" y="-10" orientation="n"/>
|
||||
<terminal x="-60" y="-10" orientation="n"/>
|
||||
<terminal x="40" y="-10" orientation="n"/>
|
||||
<terminal x="20" y="-10" orientation="n"/>
|
||||
<terminal x="-20" y="-10" orientation="n"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,51 @@
|
||||
<definition version="0.70" height="30" type="element" width="140" hotspot_x="66" link_type="simple" hotspot_y="7" orientation="dyyy">
|
||||
<uuid uuid="{4c2b787a-ceed-4e87-a370-5e698f7ba2da}"/>
|
||||
<names>
|
||||
<name lang="cs">C16 7p male</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations></informations>
|
||||
<description>
|
||||
<line y1="15" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-3" end1="none" x2="20"/>
|
||||
<line y1="15" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-3" end1="none" x2="0"/>
|
||||
<line y1="15" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-3" end1="none" x2="-20"/>
|
||||
<line y1="15" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="60" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-3" end1="none" x2="60"/>
|
||||
<line y1="15" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="40" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-3" end1="none" x2="40"/>
|
||||
<line y1="15" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-40" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-3" end1="none" x2="-40"/>
|
||||
<line y1="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="40" length2="1.5" antialias="false" length1="1.5" end2="none" y2="0" end1="none" x2="37"/>
|
||||
<line y1="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="0" end1="none" x2="17"/>
|
||||
<line y1="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="60" length2="1.5" antialias="false" length1="1.5" end2="none" y2="0" end1="none" x2="57"/>
|
||||
<line y1="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="0" end1="none" x2="-3"/>
|
||||
<line y1="15" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-60" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-3" end1="none" x2="-60"/>
|
||||
<line y1="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-40" length2="1.5" antialias="false" length1="1.5" end2="none" y2="0" end1="none" x2="-43"/>
|
||||
<line y1="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="0" end1="none" x2="-23"/>
|
||||
<line y1="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-60" length2="1.5" antialias="false" length1="1.5" end2="none" y2="0" end1="none" x2="-63"/>
|
||||
<line y1="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="0" end1="none" x2="23"/>
|
||||
<line y1="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="0" end1="none" x2="3"/>
|
||||
<line y1="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="0" end1="none" x2="-17"/>
|
||||
<line y1="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-40" length2="1.5" antialias="false" length1="1.5" end2="none" y2="0" end1="none" x2="-37"/>
|
||||
<line y1="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="60" length2="1.5" antialias="false" length1="1.5" end2="none" y2="0" end1="none" x2="63"/>
|
||||
<line y1="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="40" length2="1.5" antialias="false" length1="1.5" end2="none" y2="0" end1="none" x2="43"/>
|
||||
<line y1="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-60" length2="1.5" antialias="false" length1="1.5" end2="none" y2="0" end1="none" x2="-57"/>
|
||||
<line y1="2" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-60" length2="1.5" antialias="false" length1="1.5" end2="none" y2="2" end1="none" x2="60"/>
|
||||
<line y1="4" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="60" length2="1.5" antialias="false" length1="1.5" end2="none" y2="4" end1="none" x2="-60"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="-59" color="#000000" text="1" y="14" rotation="0"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="-38" color="#000000" text="2" y="14" rotation="0"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="-18" color="#000000" text="3" y="14" rotation="0"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="2" color="#000000" text="4" y="14" rotation="0"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="22" color="#000000" text="5" y="14" rotation="0"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="42" color="#000000" text="6" y="14" rotation="0"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="62" color="#000000" text="PE" y="14" rotation="0"/>
|
||||
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" x="-95" text_from="ElementInfo" y="-9" z="31" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{cbfbb7a8-1d5b-4474-a071-295c178401c2}" Halignment="AlignLeft">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<terminal x="0" y="15" orientation="s"/>
|
||||
<terminal x="-40" y="15" orientation="s"/>
|
||||
<terminal x="-20" y="15" orientation="s"/>
|
||||
<terminal x="60" y="15" orientation="s"/>
|
||||
<terminal x="20" y="15" orientation="s"/>
|
||||
<terminal x="-60" y="15" orientation="s"/>
|
||||
<terminal x="40" y="15" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,66 @@
|
||||
<definition type="element" orientation="dyyy" height="110" hotspot_y="73" version="0.70" width="40" hotspot_x="18" link_type="simple">
|
||||
<uuid uuid="{f97a8793-ff72-4408-9a5d-432b2ed9ce13}"/>
|
||||
<names>
|
||||
<name lang="cs">Konektor 10 pin pravý</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations></informations>
|
||||
<description>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="15" y2="13" end1="none" y1="10" length1="1.5" length2="1.5" antialias="false" x2="10"/>
|
||||
<text x="-2" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="9" text="8" color="#000000"/>
|
||||
<text x="-4" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="29" text="10" color="#000000"/>
|
||||
<text x="-2" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="-21" text="5" color="#000000"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="15" y2="-27" end1="none" y1="-30" length1="1.5" length2="1.5" antialias="false" x2="10"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="15" y2="-47" end1="none" y1="-50" length1="1.5" length2="1.5" antialias="false" x2="10"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="15" y2="-37" end1="none" y1="-40" length1="1.5" length2="1.5" antialias="false" x2="10"/>
|
||||
<text x="-2" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="-11" text="6" color="#000000"/>
|
||||
<text x="-2" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="-51" text="2" color="#000000"/>
|
||||
<text x="-2" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="-42" text="3" color="#000000"/>
|
||||
<text x="-1.82692" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="-31" text="4" color="#000000"/>
|
||||
<text x="-2" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="-1" text="7" color="#000000"/>
|
||||
<text x="-2" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="19" text="9" color="#000000"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="15" y2="-57" end1="none" y1="-60" length1="1.5" length2="1.5" antialias="false" x2="10"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="15" y2="-53" end1="none" y1="-50" length1="1.5" length2="1.5" antialias="false" x2="10"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="15" y2="-43" end1="none" y1="-40" length1="1.5" length2="1.5" antialias="false" x2="10"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="15" y2="33" end1="none" y1="30" length1="1.5" length2="1.5" antialias="false" x2="10"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="15" y2="-7" end1="none" y1="-10" length1="1.5" length2="1.5" antialias="false" x2="10"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="15" y2="-33" end1="none" y1="-30" length1="1.5" length2="1.5" antialias="false" x2="10"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y2="-50" end1="none" y1="-50" length1="1.5" length2="1.5" antialias="false" x2="15"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="15" y2="3" end1="none" y1="0" length1="1.5" length2="1.5" antialias="false" x2="10"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="15" y2="-63" end1="none" y1="-60" length1="1.5" length2="1.5" antialias="false" x2="10"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y2="-40" end1="none" y1="-40" length1="1.5" length2="1.5" antialias="false" x2="15"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y2="-30" end1="none" y1="-30" length1="1.5" length2="1.5" antialias="false" x2="15"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y2="-60" end1="none" y1="-60" length1="1.5" length2="1.5" antialias="false" x2="15"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="15" y2="23" end1="none" y1="20" length1="1.5" length2="1.5" antialias="false" x2="10"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="15" y2="-17" end1="none" y1="-20" length1="1.5" length2="1.5" antialias="false" x2="10"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="15" y2="7" end1="none" y1="10" length1="1.5" length2="1.5" antialias="false" x2="10"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="15" y2="-3" end1="none" y1="0" length1="1.5" length2="1.5" antialias="false" x2="10"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="15" y2="-13" end1="none" y1="-10" length1="1.5" length2="1.5" antialias="false" x2="10"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="15" y2="27" end1="none" y1="30" length1="1.5" length2="1.5" antialias="false" x2="10"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y2="0" end1="none" y1="0" length1="1.5" length2="1.5" antialias="false" x2="15"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y2="-10" end1="none" y1="-10" length1="1.5" length2="1.5" antialias="false" x2="15"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y2="30" end1="none" y1="30" length1="1.5" length2="1.5" antialias="false" x2="15"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y2="10" end1="none" y1="10" length1="1.5" length2="1.5" antialias="false" x2="15"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="15" y2="-23" end1="none" y1="-20" length1="1.5" length2="1.5" antialias="false" x2="10"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="15" y2="17" end1="none" y1="20" length1="1.5" length2="1.5" antialias="false" x2="10"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y2="-20" end1="none" y1="-20" length1="1.5" length2="1.5" antialias="false" x2="15"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y2="20" end1="none" y1="20" length1="1.5" length2="1.5" antialias="false" x2="15"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="5" y2="30" end1="none" y1="-60" length1="1.5" length2="1.5" antialias="false" x2="5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="8" y2="30" end1="none" y1="-60" length1="1.5" length2="1.5" antialias="false" x2="8"/>
|
||||
<text x="-2" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="-61" text="1" color="#000000"/>
|
||||
<dynamic_text z="43" Valignment="AlignTop" x="0" text_from="ElementInfo" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" uuid="{caa73b80-7618-492a-86de-52ab2469a058}" y="-86" Halignment="AlignLeft" frame="false" text_width="-1">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<terminal orientation="w" x="-10" y="-50"/>
|
||||
<terminal orientation="w" x="-10" y="-30"/>
|
||||
<terminal orientation="w" x="-10" y="-20"/>
|
||||
<terminal orientation="w" x="-10" y="-60"/>
|
||||
<terminal orientation="w" x="-10" y="-40"/>
|
||||
<terminal orientation="w" x="-10" y="0"/>
|
||||
<terminal orientation="w" x="-10" y="20"/>
|
||||
<terminal orientation="w" x="-10" y="-10"/>
|
||||
<terminal orientation="w" x="-10" y="30"/>
|
||||
<terminal orientation="w" x="-10" y="10"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,66 @@
|
||||
<definition type="element" orientation="dyyy" height="110" hotspot_y="73" version="0.70" width="40" hotspot_x="21" link_type="simple">
|
||||
<uuid uuid="{c438e710-e5c3-4a82-ae4d-3d1dfe111c13}"/>
|
||||
<names>
|
||||
<name lang="cs">Konektor 10 pin</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations></informations>
|
||||
<description>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y2="10" end1="none" y1="7" length1="1.5" length2="1.5" antialias="false" x2="-15"/>
|
||||
<text x="-2" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="9" text="8" color="#000000"/>
|
||||
<text x="-2" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="29" text="10" color="#000000"/>
|
||||
<text x="-2" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="-21" text="5" color="#000000"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y2="-30" end1="none" y1="-33" length1="1.5" length2="1.5" antialias="false" x2="-15"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y2="-50" end1="none" y1="-53" length1="1.5" length2="1.5" antialias="false" x2="-15"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y2="-40" end1="none" y1="-43" length1="1.5" length2="1.5" antialias="false" x2="-15"/>
|
||||
<text x="-2" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="-11" text="6" color="#000000"/>
|
||||
<text x="-2" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="-51" text="2" color="#000000"/>
|
||||
<text x="-2" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="-42" text="3" color="#000000"/>
|
||||
<text x="-2" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="-31" text="4" color="#000000"/>
|
||||
<text x="-2" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="-1" text="7" color="#000000"/>
|
||||
<text x="-2" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="19" text="9" color="#000000"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y2="-60" end1="none" y1="-63" length1="1.5" length2="1.5" antialias="false" x2="-15"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y2="-50" end1="none" y1="-47" length1="1.5" length2="1.5" antialias="false" x2="-15"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y2="-40" end1="none" y1="-37" length1="1.5" length2="1.5" antialias="false" x2="-15"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y2="30" end1="none" y1="27" length1="1.5" length2="1.5" antialias="false" x2="-15"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y2="-10" end1="none" y1="-13" length1="1.5" length2="1.5" antialias="false" x2="-15"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y2="-30" end1="none" y1="-27" length1="1.5" length2="1.5" antialias="false" x2="-15"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-15" y2="-50" end1="none" y1="-50" length1="1.5" length2="1.5" antialias="false" x2="10"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y2="0" end1="none" y1="-3" length1="1.5" length2="1.5" antialias="false" x2="-15"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y2="-60" end1="none" y1="-57" length1="1.5" length2="1.5" antialias="false" x2="-15"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-15" y2="-40" end1="none" y1="-40" length1="1.5" length2="1.5" antialias="false" x2="10"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-15" y2="-30" end1="none" y1="-30" length1="1.5" length2="1.5" antialias="false" x2="10"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-15" y2="-60" end1="none" y1="-60" length1="1.5" length2="1.5" antialias="false" x2="10"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y2="20" end1="none" y1="17" length1="1.5" length2="1.5" antialias="false" x2="-15"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y2="-20" end1="none" y1="-23" length1="1.5" length2="1.5" antialias="false" x2="-15"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y2="10" end1="none" y1="13" length1="1.5" length2="1.5" antialias="false" x2="-15"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y2="0" end1="none" y1="3" length1="1.5" length2="1.5" antialias="false" x2="-15"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y2="-10" end1="none" y1="-7" length1="1.5" length2="1.5" antialias="false" x2="-15"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y2="30" end1="none" y1="33" length1="1.5" length2="1.5" antialias="false" x2="-15"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-15" y2="0" end1="none" y1="0" length1="1.5" length2="1.5" antialias="false" x2="10"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-15" y2="-10" end1="none" y1="-10" length1="1.5" length2="1.5" antialias="false" x2="10"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-15" y2="30" end1="none" y1="30" length1="1.5" length2="1.5" antialias="false" x2="10"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-15" y2="10" end1="none" y1="10" length1="1.5" length2="1.5" antialias="false" x2="10"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y2="-20" end1="none" y1="-17" length1="1.5" length2="1.5" antialias="false" x2="-15"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-10" y2="20" end1="none" y1="23" length1="1.5" length2="1.5" antialias="false" x2="-15"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-15" y2="-20" end1="none" y1="-20" length1="1.5" length2="1.5" antialias="false" x2="10"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-15" y2="20" end1="none" y1="20" length1="1.5" length2="1.5" antialias="false" x2="10"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-5" y2="30" end1="none" y1="-60" length1="1.5" length2="1.5" antialias="false" x2="-5"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-8" y2="30" end1="none" y1="-60" length1="1.5" length2="1.5" antialias="false" x2="-8"/>
|
||||
<text x="-2" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="-61" text="1" color="#000000"/>
|
||||
<dynamic_text z="43" Valignment="AlignTop" x="-30" text_from="ElementInfo" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" uuid="{4721a341-3fd5-411f-bacd-6a15692a0719}" y="-85" Halignment="AlignLeft" frame="false" text_width="-1">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<terminal orientation="e" x="10" y="-60"/>
|
||||
<terminal orientation="e" x="10" y="-50"/>
|
||||
<terminal orientation="e" x="10" y="-40"/>
|
||||
<terminal orientation="e" x="10" y="-30"/>
|
||||
<terminal orientation="e" x="10" y="10"/>
|
||||
<terminal orientation="e" x="10" y="0"/>
|
||||
<terminal orientation="e" x="10" y="-10"/>
|
||||
<terminal orientation="e" x="10" y="-20"/>
|
||||
<terminal orientation="e" x="10" y="30"/>
|
||||
<terminal orientation="e" x="10" y="20"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,26 @@
|
||||
<definition version="0.70" height="40" type="element" width="10" hotspot_x="5" link_type="simple" hotspot_y="14" orientation="dyyy">
|
||||
<uuid uuid="{3a906aab-bfdf-43b8-97d1-61dd36477b0a}"/>
|
||||
<names>
|
||||
<name lang="cs">Pin konektoru</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<dynamic_text font="Sans Serif,8,-1,5,50,0,0,0,0,0" frame="false" x="-23" text_from="ElementInfo" y="-11.5" z="1" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{678859fa-88de-44b5-b142-7f1d3692566d}" Halignment="AlignLeft">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<line y1="4" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-1" length2="1.5" antialias="false" length1="1.5" end2="none" y2="11" end1="none" x2="-1"/>
|
||||
<line y1="4" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="1" length2="1.5" antialias="false" length1="1.5" end2="none" y2="11" end1="none" x2="1"/>
|
||||
<line y1="4" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="20" end1="none" x2="0"/>
|
||||
<line y1="-10" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="0" end1="none" x2="0"/>
|
||||
<arc height="6" x="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-84" y="0" width="6" start="-180" antialias="true"/>
|
||||
<arc height="6" x="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-84" y="0" width="6" start="83" antialias="true"/>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,25,0,0,0,0,0" frame="false" x="-3" text_from="UserText" y="-12" z="8" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{834fd33c-baf9-4d10-9a3a-0e9887fbf191}" Halignment="AlignLeft">
|
||||
<text>1</text>
|
||||
</dynamic_text>
|
||||
<terminal x="0" y="-10" orientation="n"/>
|
||||
<terminal x="0" y="20" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,50 @@
|
||||
<definition version="0.70" height="40" type="element" width="60" hotspot_x="26" link_type="simple" hotspot_y="25" orientation="dyyy">
|
||||
<uuid uuid="{53b03e02-5180-493e-88dd-74291bffa0b6}"/>
|
||||
<names>
|
||||
<name lang="cs">Vidlice 3f 5p</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations></informations>
|
||||
<description>
|
||||
<line y1="11" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="1" end1="none" x2="-20"/>
|
||||
<line y1="1" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-21" length2="1.5" antialias="false" length1="1.5" end2="none" y2="11" end1="none" x2="-21"/>
|
||||
<line y1="11" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-19" length2="1.5" antialias="false" length1="1.5" end2="none" y2="1" end1="none" x2="-19"/>
|
||||
<line y1="11" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-10" length2="1.5" antialias="false" length1="1.5" end2="none" y2="1" end1="none" x2="-10"/>
|
||||
<line y1="1" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-11" length2="1.5" antialias="false" length1="1.5" end2="none" y2="11" end1="none" x2="-11"/>
|
||||
<line y1="11" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-9" length2="1.5" antialias="false" length1="1.5" end2="none" y2="1" end1="none" x2="-9"/>
|
||||
<line y1="1" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-1" length2="1.5" antialias="false" length1="1.5" end2="none" y2="11" end1="none" x2="-1"/>
|
||||
<line y1="1" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="11" end1="none" x2="0"/>
|
||||
<line y1="1" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="1" length2="1.5" antialias="false" length1="1.5" end2="none" y2="11" end1="none" x2="1"/>
|
||||
<line y1="1" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="9" length2="1.5" antialias="false" length1="1.5" end2="none" y2="11" end1="none" x2="9"/>
|
||||
<line y1="1" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="10" length2="1.5" antialias="false" length1="1.5" end2="none" y2="11" end1="none" x2="10"/>
|
||||
<line y1="1" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="11" length2="1.5" antialias="false" length1="1.5" end2="none" y2="11" end1="none" x2="11"/>
|
||||
<line y1="1" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="19" length2="1.5" antialias="false" length1="1.5" end2="none" y2="11" end1="none" x2="19"/>
|
||||
<line y1="1" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="11" end1="none" x2="20"/>
|
||||
<line y1="1" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="21" length2="1.5" antialias="false" length1="1.5" end2="none" y2="11" end1="none" x2="21"/>
|
||||
<line y1="-1" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-1" end1="none" x2="20"/>
|
||||
<line y1="-3" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-3" end1="none" x2="20"/>
|
||||
<line y1="1" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-20" end1="none" x2="-20"/>
|
||||
<line y1="1" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="-10" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-20" end1="none" x2="-10"/>
|
||||
<line y1="1" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-20" end1="none" x2="0"/>
|
||||
<line y1="1" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="10" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-20" end1="none" x2="10"/>
|
||||
<line y1="1" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="20" length2="1.5" antialias="false" length1="1.5" end2="none" y2="-20" end1="none" x2="20"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="-19" color="#000000" text="L1" y="-6" rotation="0"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="-9" color="#000000" text="L2" y="-6" rotation="0"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="1" color="#000000" text="L3" y="-6" rotation="0"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="11.0338" color="#000000" text="N" y="-6" rotation="0"/>
|
||||
<text font="Sans Serif,5,-1,5,50,0,0,0,0,0" x="21" color="#000000" text="PE" y="-6" rotation="0"/>
|
||||
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" x="-44" text_from="ElementInfo" y="-15" z="28" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{a140fb51-d49b-4cd4-ac03-7e50fb952ebc}" Halignment="AlignLeft">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,9,-1,5,50,0,0,0,0,0" frame="false" x="-36" text_from="ElementInfo" y="27" z="29" rotation="0" Valignment="AlignTop" text_width="-1" uuid="{fac882df-99ed-4478-9caf-b17da41163c5}" Halignment="AlignLeft">
|
||||
<text></text>
|
||||
<info_name>tension-protocol</info_name>
|
||||
</dynamic_text>
|
||||
<terminal x="20" y="-20" orientation="n"/>
|
||||
<terminal x="-20" y="-20" orientation="n"/>
|
||||
<terminal x="10" y="-20" orientation="n"/>
|
||||
<terminal x="0" y="-20" orientation="n"/>
|
||||
<terminal x="-10" y="-20" orientation="n"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,72 @@
|
||||
<definition type="element" orientation="dyyy" height="200" hotspot_y="98" version="0.70" width="90" hotspot_x="50" link_type="simple">
|
||||
<uuid uuid="{ed05e9b2-7e41-48c8-911c-b9deb67dcfac}"/>
|
||||
<names>
|
||||
<name lang="cs">Zásuvka s vypínačem Schurter</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations></informations>
|
||||
<description>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-20" y2="0" end1="none" y1="80" length1="1.5" length2="1.5" antialias="false" x2="-20"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="19" y2="-15" end1="none" y1="-5" length1="1.5" length2="1.5" antialias="false" x2="19"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-21" y2="-15" end1="none" y1="-5" length1="1.5" length2="1.5" antialias="false" x2="-21"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-20" y2="-15" end1="none" y1="-5" length1="1.5" length2="1.5" antialias="false" x2="-20"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="20" y2="-15" end1="none" y1="-5" length1="1.5" length2="1.5" antialias="false" x2="20"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="0" y2="0" end1="none" y1="80" length1="1.5" length2="1.5" antialias="false" x2="0"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-19" y2="-15" end1="none" y1="-5" length1="1.5" length2="1.5" antialias="false" x2="-19"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="21" y2="-15" end1="none" y1="-5" length1="1.5" length2="1.5" antialias="false" x2="21"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="20" y2="0" end1="none" y1="85" length1="1.5" length2="1.5" antialias="false" x2="20"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-1" y2="-15" end1="none" y1="-5" length1="1.5" length2="1.5" antialias="false" x2="-1"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-21" y2="80" end1="none" y1="90" length1="1.5" length2="1.5" antialias="false" x2="-21"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-20" y2="80" end1="none" y1="90" length1="1.5" length2="1.5" antialias="false" x2="-20"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="0" y2="-15" end1="none" y1="-5" length1="1.5" length2="1.5" antialias="false" x2="0"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-19" y2="80" end1="none" y1="90" length1="1.5" length2="1.5" antialias="false" x2="-19"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="1" y2="-15" end1="none" y1="-5" length1="1.5" length2="1.5" antialias="false" x2="1"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-1" y2="80" end1="none" y1="90" length1="1.5" length2="1.5" antialias="false" x2="-1"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="0" y2="80" end1="none" y1="90" length1="1.5" length2="1.5" antialias="false" x2="0"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="1" y2="80" end1="none" y1="90" length1="1.5" length2="1.5" antialias="false" x2="1"/>
|
||||
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" x="15" height="10" width="10" start="90" angle="90" y="85" antialias="true"/>
|
||||
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" x="15" height="10" width="10" start="0" angle="90" y="85" antialias="true"/>
|
||||
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" x="-25" height="10" width="10" start="270" angle="90" y="-10" antialias="true"/>
|
||||
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" x="-25" height="10" width="10" start="180" angle="90" y="-10" antialias="true"/>
|
||||
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" x="-5" height="10" width="10" start="270" angle="90" y="-10" antialias="true"/>
|
||||
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" x="-5" height="10" width="10" start="180" angle="90" y="-10" antialias="true"/>
|
||||
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" x="15" height="10" width="10" start="270" angle="90" y="-10" antialias="true"/>
|
||||
<arc style="line-style:normal;line-weight:normal;filling:none;color:black" x="15" height="10" width="10" start="180" angle="90" y="-10" antialias="true"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-20" y2="78" end1="none" y1="78" length1="1.5" length2="1.5" antialias="false" x2="20"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-20" y2="76" end1="none" y1="76" length1="1.5" length2="1.5" antialias="false" x2="20"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-20" y2="2" end1="none" y1="2" length1="1.5" length2="1.5" antialias="false" x2="20"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-20" y2="4" end1="none" y1="4" length1="1.5" length2="1.5" antialias="false" x2="20"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-20" y2="-18" end1="none" y1="-18" length1="1.5" length2="1.5" antialias="false" x2="20"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-20" y2="-20" end1="none" y1="-20" length1="1.5" length2="1.5" antialias="false" x2="20"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-20" y2="-60" end1="none" y1="-15" length1="1.5" length2="1.5" antialias="false" x2="-20"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="0" y2="-60" end1="none" y1="-15" length1="1.5" length2="1.5" antialias="false" x2="0"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="20" y2="-90" end1="none" y1="-15" length1="1.5" length2="1.5" antialias="false" x2="20"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-20" y2="-70" end1="none" y1="-60" length1="1.5" length2="1.5" antialias="false" x2="-24"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="0" y2="-70" end1="none" y1="-60" length1="1.5" length2="1.5" antialias="false" x2="-4"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="0" y2="-90" end1="none" y1="-70" length1="1.5" length2="1.5" antialias="false" x2="0"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-20" y2="-90" end1="none" y1="-70" length1="1.5" length2="1.5" antialias="false" x2="-20"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-40" y2="-60" end1="none" y1="-60" length1="1.5" length2="1.5" antialias="false" x2="-35"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-35" y2="-70" end1="none" y1="-60" length1="1.5" length2="1.5" antialias="false" x2="-35"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" x1="-35" y2="-70" end1="none" y1="-70" length1="1.5" length2="1.5" antialias="false" x2="-30"/>
|
||||
<line style="line-style:dashed;line-weight:normal;filling:none;color:black" end2="none" x1="-35" y2="-65" end1="none" y1="-65" length1="1.5" length2="1.5" antialias="false" x2="-4"/>
|
||||
<text x="-18" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="-78" text="L" color="#000000"/>
|
||||
<text x="2" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="-78" text="N" color="#000000"/>
|
||||
<text x="22" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="-78" text="PE" color="#000000"/>
|
||||
<dynamic_text z="47" Valignment="AlignTop" x="-75" text_from="ElementInfo" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" uuid="{5aacdb73-7ec2-43ee-88b0-86c08eb2e70d}" y="-76" Halignment="AlignLeft" frame="false" text_width="-1">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="48" Valignment="AlignTop" x="-48" text_from="ElementInfo" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" uuid="{942b1344-5162-4c74-b50a-4e3438266e10}" y="-49.5" Halignment="AlignLeft" frame="false" text_width="-1">
|
||||
<text></text>
|
||||
<info_name>tension-protocol</info_name>
|
||||
</dynamic_text>
|
||||
<rect style="line-style:dashdotted;line-weight:normal;filling:none;color:black" x="-46" height="71" rx="0" width="81" y="-85" ry="0" antialias="false"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" x="-23" height="20" rx="0" width="6" y="-50" ry="0" antialias="false"/>
|
||||
<text x="-18.8229" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="73.7507" text="L" color="#000000"/>
|
||||
<text x="1.17705" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="73.7507" text="N" color="#000000"/>
|
||||
<text x="21" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" y="74.1048" text="PE" color="#000000"/>
|
||||
<terminal orientation="n" x="-20" y="-90"/>
|
||||
<terminal orientation="n" x="20" y="-90"/>
|
||||
<terminal orientation="n" x="0" y="-90"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,51 @@
|
||||
<definition height="60" orientation="dyyy" hotspot_x="17" version="0.80" link_type="simple" type="element" width="40" hotspot_y="29">
|
||||
<uuid uuid="{be4fd303-d4a8-4222-ab41-18fff7abb2b9}"/>
|
||||
<names>
|
||||
<name lang="de">Blitz-/Überspannungsschutz</name>
|
||||
<name lang="nl">Overspanning beveiligig</name>
|
||||
<name lang="fr">Parafoudre</name>
|
||||
<name lang="it">Protez. alimentazione</name>
|
||||
<name lang="es">Protección contra descargas 2</name>
|
||||
<name lang="el">Προστασία από υπέρταση</name>
|
||||
<name lang="cs">Bleskojistka, ochrana proti nárazu</name>
|
||||
<name lang="pl">Ogranicznik przepięć</name>
|
||||
<name lang="ar">حامي من الصواعق</name>
|
||||
<name lang="en">Surge protection</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation show="1" name="unity"></elementInformation>
|
||||
<elementInformation show="1" name="plant"></elementInformation>
|
||||
<elementInformation show="1" name="manufacturer">SOFREL</elementInformation>
|
||||
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
|
||||
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
|
||||
<elementInformation show="1" name="comment"></elementInformation>
|
||||
<elementInformation show="1" name="designation"></elementInformation>
|
||||
<elementInformation show="1" name="label"></elementInformation>
|
||||
<elementInformation show="1" name="description"></elementInformation>
|
||||
<elementInformation show="1" name="quantity"></elementInformation>
|
||||
<elementInformation show="1" name="supplier"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<dynamic_text font="Sans Serif,9,-1,5,0,0,0,0,0,0,normal" y="15" rotation="0" Halignment="AlignLeft" text_width="0" z="1" frame="false" x="-105" Valignment="AlignTop" text_from="ElementInfo" uuid="{5e606185-3322-4161-9d6b-df27dc27e33e}">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<line length1="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:black;color:black" x1="-10" length2="1" y1="-20" end2="triangle" x2="-10" y2="-1" antialias="false"/>
|
||||
<line length1="1" end1="triangle" style="line-style:normal;line-weight:normal;filling:black;color:black" x1="-10" length2="0.5" y1="1" end2="none" x2="-10" y2="12" antialias="false"/>
|
||||
<text font="Arial,4,-1,5,50,0,0,0,0,0,Normal" y="-17" rotation="0" x="-9" text="N" color="#000000"/>
|
||||
<text font="Sans Serif,4,-1,5,50,0,0,0,0,0" y="29" rotation="0" x="1" text="T" color="#000000"/>
|
||||
<text font="Arial,4,-1,5,50,0,0,0,0,0,Normal" y="-16.6667" rotation="0" x="11" text="L1" color="#000000"/>
|
||||
<line length1="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="0" length2="1.5" y1="20" end2="none" x2="0" y2="12" antialias="false"/>
|
||||
<line length1="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:black;color:black" x1="10" length2="1" y1="-19" end2="triangle" x2="10" y2="-1" antialias="false"/>
|
||||
<line length1="1" end1="triangle" style="line-style:normal;line-weight:normal;filling:black;color:black" x1="10" length2="0.5" y1="1" end2="none" x2="10" y2="7" antialias="false"/>
|
||||
<rect rx="0" y="-8" height="16" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" x="-13" width="6" antialias="false"/>
|
||||
<rect rx="0" y="-8" height="16" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0" x="7" width="6" antialias="false"/>
|
||||
<line length1="2.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="10" length2="1.5" y1="8" end2="none" x2="10" y2="11" antialias="false"/>
|
||||
<line length1="1.5" end1="none" style="line-style:normal;line-weight:normal;filling:none;color:black" x1="10" length2="1.5" y1="12" end2="none" x2="-9" y2="12" antialias="false"/>
|
||||
<terminal y="22" orientation="s" x="0"/>
|
||||
<terminal y="-21" orientation="n" x="-10"/>
|
||||
<terminal y="-21" orientation="n" x="10"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,72 @@
|
||||
<definition hotspot_x="4" height="40" type="element" version="0.80" orientation="dyyy" link_type="simple" width="50" hotspot_y="25">
|
||||
<uuid uuid="{f09cb4f3-8977-48d7-9996-e27c3cfc2414}"/>
|
||||
<names>
|
||||
<name lang="fr">Transformateur 230/400-12/24V</name>
|
||||
<name lang="cs">Trafo se třemi vinutími</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation name="description" show="1">Transformateur 230/400-12/24V</elementInformation>
|
||||
<elementInformation name="designation" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer_reference" show="1"></elementInformation>
|
||||
<elementInformation name="unity" show="1"></elementInformation>
|
||||
<elementInformation name="manufacturer" show="1"></elementInformation>
|
||||
<elementInformation name="supplier" show="1"></elementInformation>
|
||||
<elementInformation name="quantity" show="1"></elementInformation>
|
||||
<elementInformation name="label" show="1"></elementInformation>
|
||||
<elementInformation name="comment" show="1"></elementInformation>
|
||||
<elementInformation name="machine_manufacturer_reference" show="1"></elementInformation>
|
||||
<elementInformation name="plant" show="1"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations></informations>
|
||||
<description>
|
||||
<arc antialias="true" height="10.0649" style="line-style:normal;line-weight:normal;filling:none;color:black" x="30" y="-0.103806" angle="180" width="10" start="0"/>
|
||||
<arc antialias="true" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x="0" y="0" angle="180" width="10" start="0"/>
|
||||
<arc antialias="true" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x="10" y="0" angle="180" width="10" start="0"/>
|
||||
<arc antialias="true" height="10.0649" style="line-style:normal;line-weight:normal;filling:none;color:black" x="20" y="-0.103806" angle="180" width="10" start="0"/>
|
||||
<arc antialias="true" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x="0" y="-20" angle="90" width="10" start="270"/>
|
||||
<arc antialias="true" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x="0" y="-20" angle="90" width="10" start="180"/>
|
||||
<arc antialias="true" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x="10" y="-20" angle="90" width="10" start="270"/>
|
||||
<arc antialias="true" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x="10" y="-20" angle="90" width="10" start="180"/>
|
||||
<arc antialias="true" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x="20" y="-20" angle="90" width="10" start="270"/>
|
||||
<arc antialias="true" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x="20" y="-20" angle="90" width="10" start="180"/>
|
||||
<arc antialias="true" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x="30" y="-20" angle="90" width="10" start="270"/>
|
||||
<arc antialias="true" height="10" style="line-style:normal;line-weight:normal;filling:none;color:black" x="30" y="-20" angle="90" width="10" start="180"/>
|
||||
<line antialias="false" y1="-6" length1="1.5" style="line-style:normal;line-weight:eleve;filling:none;color:black" y2="-6" x2="40" x1="0" end1="none" end2="none" length2="1.5"/>
|
||||
<line antialias="false" y1="-15" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-20" x2="0" x1="0" end1="none" end2="none" length2="1.5"/>
|
||||
<line antialias="false" y1="-15" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-20" x2="20" x1="20" end1="none" end2="none" length2="1.5"/>
|
||||
<line antialias="false" y1="-15" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-20" x2="40" x1="40" end1="none" end2="none" length2="1.5"/>
|
||||
<line antialias="false" y1="4.92863" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="9.96107" x2="40" x1="40" end1="none" end2="none" length2="1.5"/>
|
||||
<line antialias="false" y1="4.92863" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="9.96107" x2="20" x1="20" end1="none" end2="none" length2="1.5"/>
|
||||
<line antialias="false" y1="5" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="10" x2="20" x1="20" end1="none" end2="none" length2="1.5"/>
|
||||
<line antialias="false" y1="5" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="10" x2="0" x1="0" end1="none" end2="none" length2="1.5"/>
|
||||
<dynamic_text rotation="0" z="21" x="65" y="-10" frame="false" Valignment="AlignTop" font="Sans Serif,9,-1,5,50,0,0,0,0,0" Halignment="AlignLeft" text_from="ElementInfo" uuid="{2070a050-464b-40d5-ba88-7b98dc7dc15f}" text_width="-1">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" z="26" x="10" y="15" frame="false" Valignment="AlignTop" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignLeft" text_from="UserText" uuid="{6eaa911a-6dc2-4851-a347-e1a35e77ec31}" text_width="-1">
|
||||
<text>12V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" z="27" x="30" y="15" frame="false" Valignment="AlignTop" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignLeft" text_from="UserText" uuid="{418e2800-549d-4af3-9720-7bff12dbe7fb}" text_width="-1">
|
||||
<text>24V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" z="28" x="9" y="-12" frame="false" Valignment="AlignTop" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignLeft" text_from="UserText" uuid="{b57864dc-0c10-406c-9df6-a421b99dfdd9}" text_width="-1">
|
||||
<text>230V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" z="28" x="30" y="-10" frame="false" Valignment="AlignTop" font="Sans Serif,4,-1,5,25,0,0,0,0,0" Halignment="AlignLeft" text_from="UserText" uuid="{b57864dc-0c10-406c-9df6-a421b99dfdd9}" text_width="-1">
|
||||
<text>400V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" z="29" x="-4" y="15" frame="false" Valignment="AlignTop" font="MS Shell Dlg 2,4,-1,5,50,0,0,0,0,0,Normal" Halignment="AlignLeft" text_from="UserText" uuid="{b306c581-73a2-4d80-a62a-1cb812327b9e}" text_width="-1">
|
||||
<text>0V</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="270" z="29" x="-4" y="-12" frame="false" Valignment="AlignTop" font="MS Shell Dlg 2,4,-1,5,50,0,0,0,0,0,Normal" Halignment="AlignLeft" text_from="UserText" uuid="{b306c581-73a2-4d80-a62a-1cb812327b9e}" text_width="-1">
|
||||
<text>0V</text>
|
||||
</dynamic_text>
|
||||
<terminal name="" x="0" y="-20" orientation="n" uuid="{3df8699b-43a1-49c1-b3fa-7d796925f1ba}"/>
|
||||
<terminal name="" x="20" y="-20" orientation="n" uuid="{982f8530-4d05-4898-98d8-eff984bdee69}"/>
|
||||
<terminal name="" x="40" y="-21" orientation="n" uuid="{c2f4a1a9-a2d0-4b8c-bfcf-21b3fc086a1a}"/>
|
||||
<terminal name="" x="20" y="10" orientation="s" uuid="{4f7f506e-bf2f-4d24-ba5b-c00b97944b25}"/>
|
||||
<terminal name="" x="0" y="10" orientation="s" uuid="{0aaa2455-818f-4d41-a60a-7c49c97624fa}"/>
|
||||
<terminal name="" x="40" y="9.96107" orientation="s" uuid="{854f00a1-93ca-48e3-9084-f000c7d94518}"/>
|
||||
<terminal name="" x="20" y="9.96107" orientation="s" uuid="{c3b19e93-736b-4fd4-9575-1ab895e8b007}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -3,6 +3,7 @@
|
||||
<name lang="ro">Comutator bipolar n,d.</name>
|
||||
<name lang="pl">Zestyki zwierne o przełączaniu niezawodnym</name>
|
||||
<name lang="es">Conmutador bipolar NA</name>
|
||||
<name lang="fr">Conmutateur bipolaire NO</name>
|
||||
</names>
|
||||
<informations>Author:titus
|
||||
titus0818@yahoo.com</informations>
|
||||
|
||||
@@ -0,0 +1,41 @@
|
||||
<definition orientation="dyyy" hotspot_x="20" link_type="simple" type="element" height="50" version="0.80" hotspot_y="17" width="40">
|
||||
<uuid uuid="{6120eef2-bb1f-43e5-bdf2-ddbd1c034d6b}"/>
|
||||
<names>
|
||||
<name lang="es">Motormonofásico</name>
|
||||
<name lang="en">Motor single phase</name>
|
||||
<name lang="nl">Motor 1fase</name>
|
||||
<name lang="it">Motore monofase</name>
|
||||
<name lang="fr">Moteur monophasé</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation show="1" name="supplier"></elementInformation>
|
||||
<elementInformation show="1" name="unity"></elementInformation>
|
||||
<elementInformation show="1" name="manufacturer-reference"></elementInformation>
|
||||
<elementInformation show="1" name="quantity"></elementInformation>
|
||||
<elementInformation show="1" name="designation"></elementInformation>
|
||||
<elementInformation show="1" name="plant"></elementInformation>
|
||||
<elementInformation show="1" name="manufacturer">Grundfos</elementInformation>
|
||||
<elementInformation show="1" name="machine-manufacturer-reference"></elementInformation>
|
||||
<elementInformation show="1" name="comment"></elementInformation>
|
||||
<elementInformation show="1" name="description"></elementInformation>
|
||||
<elementInformation show="1" name="label"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>S.DEFFAUX
|
||||
Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<circle antialias="true" x="-15" diameter="30" y="-5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text rotation="0" x="-11" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text="1 ~" y="17" color="#000000"/>
|
||||
<text rotation="0" x="-4" font="Sans Serif,8,-1,5,50,0,0,0,0,0" text="M" y="7" color="#000000"/>
|
||||
<line x1="-10" end2="none" antialias="false" x2="-10" y1="-1" length2="1.5" y2="-10" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="10" end2="none" antialias="false" x2="10" y1="-10" length2="1.5" y2="-1" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="-10" end2="none" antialias="false" x2="-10" y1="21" length2="1.5" y2="25" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="ElementInfo" rotation="0" x="18" font="MS Shell Dlg 2,9,-1,5,50,0,0,0,0,0,Normal" z="9" text_width="-1" Halignment="AlignLeft" y="4" uuid="{02168a47-380e-4a8b-94ba-48ae684a0b3d}">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<terminal orientation="n" name="" x="-10" y="-10" uuid="{b9e2135d-c4f6-453b-b5b4-2ba35162e5c3}"/>
|
||||
<terminal orientation="s" name="" x="-10" y="25" uuid="{11d03113-9117-44b4-ba52-31c187dbaea2}"/>
|
||||
<terminal orientation="n" name="" x="10" y="-10" uuid="{680a5950-c6c5-4cd3-b778-8728fc66fa02}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -1,17 +0,0 @@
|
||||
<definition width="50" version="0.4" hotspot_x="25" hotspot_y="34" height="70" link_type="simple" type="element" orientation="dyyy">
|
||||
<uuid uuid="{1DC3220C-A0F2-4228-8020-63D961975AF4}"/><names>
|
||||
<name lang="ro">piezotransducer</name>
|
||||
<name lang="pl">Przetwornik piezoceramiczny</name>
|
||||
</names>
|
||||
<informations>Author:titus
|
||||
titus0818@yahoo.com</informations>
|
||||
<description>
|
||||
<circle x="-20" y="-20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="40"/>
|
||||
<circle x="-16" y="-16" antialias="false" style="line-style:normal;line-weight:normal;filling:blue;color:black" diameter="32"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="8" x1="0" y2="28" x2="0"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-29.0385" x1="0" y2="-17.9615" x2="0"/>
|
||||
<input x="23" y="-23.7054" size="9" rotate="true" text="_" tagg="label"/>
|
||||
<terminal x="0" y="-30" orientation="n"/>
|
||||
<terminal x="0" y="30" orientation="s"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -1,21 +0,0 @@
|
||||
<definition width="60" version="0.4" hotspot_x="36" hotspot_y="39" height="80" link_type="simple" type="element" orientation="dyyy">
|
||||
<uuid uuid="{652E6946-4A64-4A05-8750-A8B488AFB9DE}"/><names>
|
||||
<name lang="ro">piezotransducer</name>
|
||||
<name lang="pl">Przetwornik piezoceramiczny</name>
|
||||
</names>
|
||||
<informations>Author:titus
|
||||
titus0818@yahoo.com</informations>
|
||||
<description>
|
||||
<circle x="-20" y="-20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="40"/>
|
||||
<ellipse width="32" x="-16" y="-17" antialias="false" height="34" style="line-style:normal;line-weight:normal;filling:blue;color:black"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="10.6" x1="0" y2="27.4" x2="0"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-29.2308" x1="0" y2="-18.7692" x2="0"/>
|
||||
<input x="23" y="-23.7054" size="9" rotate="true" text="_" tagg="label"/>
|
||||
<arc width="6" x="-3" y="1" antialias="true" height="33" style="line-style:normal;line-weight:normal;filling:none;color:black" start="90" angle="90"/>
|
||||
<arc width="5" x="-2" y="1" antialias="true" height="33" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" angle="90"/>
|
||||
<line length1="1.5" length2="1.5" antialias="false" end1="none" end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="0" x1="-25.875" y2="0" x2="-10.125"/>
|
||||
<terminal x="0" y="-30" orientation="n"/>
|
||||
<terminal x="0" y="30" orientation="s"/>
|
||||
<terminal x="-30" y="0" orientation="w"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -1,19 +1,38 @@
|
||||
<definition width="40" orientation="dyyy" height="40" link_type="simple" type="element" hotspot_x="20" hotspot_y="14" version="0.5">
|
||||
<uuid uuid="{10F6ED11-3343-45F9-BE20-F537FB65D156}"/><names>
|
||||
<name lang="ro">78xx</name>
|
||||
<definition width="40" orientation="dyyy" hotspot_y="14" link_type="simple" version="0.80" height="40" hotspot_x="20" type="element">
|
||||
<uuid uuid="{9e072a82-da11-45c1-b218-89bb3778737c}"/>
|
||||
<names>
|
||||
<name lang="fr">78xx</name>
|
||||
<name lang="en">78xx</name>
|
||||
<name lang="pl">Układ scalony 78xx</name>
|
||||
<name lang="ro">78xx</name>
|
||||
</names>
|
||||
<informations>Author: Angelescu Constantin
|
||||
<elementInformations>
|
||||
<elementInformation show="1" name="plant"></elementInformation>
|
||||
<elementInformation show="1" name="designation"></elementInformation>
|
||||
<elementInformation show="1" name="manufacturer"></elementInformation>
|
||||
<elementInformation show="1" name="description"></elementInformation>
|
||||
<elementInformation show="1" name="label"></elementInformation>
|
||||
<elementInformation show="1" name="comment"></elementInformation>
|
||||
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
|
||||
<elementInformation show="1" name="supplier"></elementInformation>
|
||||
<elementInformation show="1" name="quantity"></elementInformation>
|
||||
<elementInformation show="1" name="unity"></elementInformation>
|
||||
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: Angelescu Constantin
|
||||
titus0818@yahoo.com</informations>
|
||||
<description>
|
||||
<rect x="-15" width="30" y="-10" height="20" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line y1="10" y2="16" x1="-10" end1="none" antialias="false" x2="-10" length1="1.5" end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line y1="10.8333" y2="16.1667" x1="0" end1="none" antialias="false" x2="0" length1="1.5" end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line y1="10.8333" y2="16.1667" x1="10" end1="none" antialias="false" x2="10" length1="1.5" end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text x="-10" y="7" text="78xx" size="6"/>
|
||||
<input x="20" y="0" text="_" rotate="true" tagg="label" size="9"/>
|
||||
<terminal x="0" orientation="s" y="20"/>
|
||||
<terminal x="10" orientation="s" y="20"/>
|
||||
<terminal x="-10" orientation="s" y="20"/>
|
||||
<rect width="30" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="-15" y="-10" height="20" rx="0" antialias="false"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x1="-10" y1="10" y2="16" x2="-10" end2="none" length1="1.5" end1="none" antialias="false"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x1="0" y1="10.8333" y2="16.1667" x2="0" end2="none" length1="1.5" end1="none" antialias="false"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" length2="1.5" x1="10" y1="10.8333" y2="16.1667" x2="10" end2="none" length1="1.5" end1="none" antialias="false"/>
|
||||
<text text="78xx" x="-10" color="#000000" y="7" rotation="0" font="Sans Serif,6,-1,5,50,0,0,0,0,0"/>
|
||||
<dynamic_text frame="false" Valignment="AlignTop" x="20" text_width="-1" uuid="{2687d3d8-003a-4385-9231-61d5d13e597c}" y="-11.5" rotation="0" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text_from="ElementInfo" Halignment="AlignLeft" z="6">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<terminal orientation="s" x="0" uuid="{1172f0ce-993f-4023-abb6-c00a3e190629}" y="20" name=""/>
|
||||
<terminal orientation="s" x="10" uuid="{cb98556d-792d-4c8b-9187-d12608882c9b}" y="20" name=""/>
|
||||
<terminal orientation="s" x="-10" uuid="{6d0dfdc6-2d90-4470-af17-02b20d615a0f}" y="20" name=""/>
|
||||
</description>
|
||||
</definition>
|
||||
|
||||
@@ -0,0 +1,53 @@
|
||||
<definition type="element" hotspot_x="4" link_type="simple" orientation="dyyy" version="0.80" hotspot_y="4" width="110" height="110">
|
||||
<uuid uuid="{752ddd35-f414-4a80-ba61-75871adfaf61}"/>
|
||||
<names>
|
||||
<name lang="cs">Počítač PC</name>
|
||||
<name lang="de">Rechner</name>
|
||||
<name lang="fr">Ordinateur PC couleur</name>
|
||||
<name lang="en">Computer PC</name>
|
||||
<name lang="nl">Computer PC</name>
|
||||
<name lang="it">Computer PC</name>
|
||||
<name lang="pl">Komputer PC</name>
|
||||
</names>
|
||||
<elementInformations>
|
||||
<elementInformation show="1" name="designation"></elementInformation>
|
||||
<elementInformation show="1" name="comment"></elementInformation>
|
||||
<elementInformation show="1" name="supplier"></elementInformation>
|
||||
<elementInformation show="1" name="manufacturer"></elementInformation>
|
||||
<elementInformation show="1" name="unity"></elementInformation>
|
||||
<elementInformation show="1" name="machine_manufacturer_reference"></elementInformation>
|
||||
<elementInformation show="1" name="plant"></elementInformation>
|
||||
<elementInformation show="1" name="manufacturer_reference"></elementInformation>
|
||||
<elementInformation show="1" name="description"></elementInformation>
|
||||
<elementInformation show="1" name="label"></elementInformation>
|
||||
<elementInformation show="1" name="quantity"></elementInformation>
|
||||
</elementInformations>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<rect x="0" antialias="false" y="0" rx="2" width="100" ry="2" style="line-style:normal;line-weight:normal;filling:HTMLBlueCornflowerBlue;color:black" height="70"/>
|
||||
<dynamic_text rotation="0" uuid="{0c9d986a-69c1-4e58-bac7-41a50693e4e4}" x="3" y="-20.45" Halignment="AlignLeft" text_from="ElementInfo" text_width="-1" frame="false" Valignment="AlignTop" z="2" font="Sans Serif,9,-1,5,50,0,0,0,0,0">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<rect x="0" antialias="false" y="80" rx="0" width="100" ry="0" style="line-style:normal;line-weight:normal;filling:gray;color:black" height="20"/>
|
||||
<circle x="9.5" antialias="true" y="82.5" style="line-style:normal;line-weight:thin;filling:black;color:black" diameter="1"/>
|
||||
<circle x="12.5" antialias="true" y="82.5" style="line-style:normal;line-weight:thin;filling:black;color:black" diameter="1"/>
|
||||
<polygon y9="70" y6="80" x1="47" y3="78" x7="38" x9="47" style="line-style:normal;line-weight:normal;filling:black;color:black" y4="78" x2="53" y2="70" y5="80" x4="63" x3="53" antialias="true" y1="70" x5="63" y7="78" x8="47" x6="38" y8="78"/>
|
||||
<rect x="67" antialias="false" y="84" rx="0" width="25" ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black" height="5"/>
|
||||
<circle x="5.5" antialias="true" y="88.5" style="line-style:normal;line-weight:normal;filling:black;color:black" diameter="3"/>
|
||||
<circle x="12" antialias="true" y="89" style="line-style:normal;line-weight:normal;filling:black;color:black" diameter="2"/>
|
||||
<circle x="6.5" antialias="true" y="82.5" style="line-style:normal;line-weight:thin;filling:black;color:black" diameter="1"/>
|
||||
<rect x="3" antialias="false" y="3" rx="2" width="94" ry="2" style="line-style:normal;line-weight:thin;filling:none;color:black" height="64"/>
|
||||
<dynamic_text rotation="0" uuid="{1b4efefa-c4ea-460f-9c90-01d7705dddfd}" x="20" y="15" Halignment="AlignLeft" text_from="UserText" text_width="-1" frame="false" Valignment="AlignTop" z="19" font="MS Shell Dlg 2,11,-1,5,50,0,0,0,0,0,Normal">
|
||||
<text>_</text>
|
||||
</dynamic_text>
|
||||
<terminal uuid="{90be23ab-7aae-4bdb-9082-7122a9af8d97}" x="70" y="100" orientation="s" name=""/>
|
||||
<terminal uuid="{fa16fb1f-4534-441d-9df9-4c6582546ad6}" x="50" y="100" orientation="s" name=""/>
|
||||
<terminal uuid="{73c79a1d-1091-4a06-b37d-707b1287aec1}" x="60" y="100" orientation="s" name=""/>
|
||||
<terminal uuid="{4c269034-e465-4572-a4ff-0cb639a6b45b}" x="40" y="100" orientation="s" name=""/>
|
||||
<terminal uuid="{a595c179-7f78-4867-8008-d94161135130}" x="0" y="90" orientation="w" name=""/>
|
||||
<terminal uuid="{d79ad10e-ef34-434d-859c-d3ec3445521e}" x="100" y="90" orientation="e" name=""/>
|
||||
<terminal uuid="{b77e1735-cb7e-44db-8081-a8dace166c70}" x="30" y="100" orientation="s" name=""/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,54 @@
|
||||
<definition orientation="dyyy" hotspot_x="26" link_type="master" type="element" height="190" version="0.80" hotspot_y="185" width="150">
|
||||
<uuid uuid="{64f745af-eff4-44e7-ae28-1703291d8955}"/>
|
||||
<names>
|
||||
<name lang="pl">Alarm</name>
|
||||
<name lang="en">Alarm</name>
|
||||
<name lang="fr">Alarme</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<rect antialias="false" x="0" rx="0" height="85" width="120" y="-85" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="120" y1="-15" length2="1.5" y2="-15" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="UserText" rotation="0" x="29" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="5" text_width="-1" Halignment="AlignLeft" y="-44" uuid="{3926ff82-9140-4741-b09d-c8873f205d17}">
|
||||
<text>10</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="UserText" rotation="0" x="-2" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="7" text_width="-1" Halignment="AlignLeft" y="-63" uuid="{8faa4f1d-1ed6-4d65-9670-990d9b4f9be4}">
|
||||
<text>Local</text>
|
||||
</dynamic_text>
|
||||
<text rotation="0" x="58" font="Sans Serif,5,-1,5,50,0,0,0,0,0" text=" kA C" y="-18" color="#000000"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="120" y1="-45" length2="1.5" y2="-45" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="120" y1="-65" length2="1.5" y2="-65" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text rotation="0" x="66" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="A" y="-32" color="#000000"/>
|
||||
<text rotation="0" x="58" font="Sans Serif,5,-1,5,50,0,0,0,0,0" text=" mm²" y="-2" color="#000000"/>
|
||||
<line x1="27" end2="none" antialias="false" x2="27" y1="-139.375" length2="1.5" y2="-120.625" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<arc antialias="true" angle="90" x="-23" height="20" width="100" start="0" y="-120" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<arc antialias="true" angle="90" x="-23" height="20" width="100" start="270" y="-160" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="77" end2="none" antialias="false" x2="77" y1="-149.804" length2="1.5" y2="-110.196" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="31" end2="none" antialias="false" x2="31" y1="-139.232" length2="1.5" y2="-120.768" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="35" end2="none" antialias="false" x2="35" y1="-139.391" length2="1.5" y2="-120.609" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="82.2501" end2="none" antialias="false" x2="102.75" y1="-130" length2="1.5" y2="-130" end1="none" length1="1.5" style="line-style:dotted;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="82" end2="none" antialias="false" x2="104" y1="-140" length2="1.5" y2="-148" end1="none" length1="1.5" style="line-style:dotted;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="82" end2="none" antialias="false" x2="103" y1="-120" length2="1.5" y2="-114" end1="none" length1="1.5" style="line-style:dotted;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="82" end2="none" antialias="false" x2="103" y1="-135" length2="1.5" y2="-138" end1="none" length1="1.5" style="line-style:dotted;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="82" end2="none" antialias="false" x2="103" y1="-125" length2="1.5" y2="-121" end1="none" length1="1.5" style="line-style:dotted;line-weight:normal;filling:none;color:black"/>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="UserText" rotation="0" x="30" font="Sans Serif,5,-1,5,50,0,0,0,0,0" z="41" text_width="-1" Halignment="AlignLeft" y="-28.5" uuid="{0cf2cb76-d04a-4b90-9bc2-44cd6d1aae76}">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="UserText" rotation="0" x="28" font="Sans Serif,5,-1,5,50,0,0,0,0,0" z="42" text_width="-1" Halignment="AlignLeft" y="-13.5" uuid="{987024af-8043-4eb1-939b-331cbde51715}">
|
||||
<text>3 G1.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="UserText" rotation="0" x="-2" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="43" text_width="-1" Halignment="AlignLeft" y="-81.5" uuid="{4dfe2ab4-9c97-4790-8e49-3f61982d1984}">
|
||||
<text>Alarme</text>
|
||||
</dynamic_text>
|
||||
<line x1="40" end2="none" antialias="false" x2="40" y1="-180" length2="1.5" y2="-140" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="60" end2="none" antialias="false" x2="60" y1="-180" length2="1.5" y2="-142" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="50" end2="none" antialias="false" x2="50" y1="-110" length2="1.5" y2="-118" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<terminal orientation="n" name="" x="60" y="-180" uuid="{8a24b0e5-af93-4b55-a585-2735bf871b4e}"/>
|
||||
<terminal orientation="s" name="" x="50" y="-110" uuid="{492f48b8-61d9-422e-9ca3-9c1c14be9321}"/>
|
||||
<terminal orientation="n" name="" x="40" y="-180" uuid="{1c88072a-41a6-4742-a8bc-2edc31b8c112}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,48 @@
|
||||
<definition link_type="master" height="170" version="0.80" orientation="dyyy" type="element" width="130" hotspot_x="5" hotspot_y="165">
|
||||
<uuid uuid="{5e44db96-011d-473e-a5fe-491251b42033}"/>
|
||||
<names>
|
||||
<name lang="pl">Antena</name>
|
||||
<name lang="en">Antenna</name>
|
||||
<name lang="fr">Antenne</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="type" show="1">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<ellipse height="43" antialias="false" style="line-style:normal;line-weight:normal;filling:lightgray;color:black" x="48" width="24" y="-160"/>
|
||||
<rect height="85" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="0" y="-85" width="120" rx="0"/>
|
||||
<line y2="-15" antialias="false" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-15" x1="0" end1="none" length1="1.5"/>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="7" x="29" y="-44" font="Sans Serif,7,-1,5,50,0,0,0,0,0" uuid="{be78db24-5e41-4f8b-9df4-8db6b2cb7aba}" text_from="UserText">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="8" x="-2" y="-63" font="Sans Serif,7,-1,5,50,0,0,0,0,0" uuid="{c9db7be2-509a-4bbf-a57e-442a16ea6dc1}" text_from="UserText">
|
||||
<text>Coffret</text>
|
||||
</dynamic_text>
|
||||
<text color="#000000" text=" kA C" rotation="0" x="58" y="-18" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<line y2="-45" antialias="false" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-45" x1="0" end1="none" length1="1.5"/>
|
||||
<line y2="-65" antialias="false" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-65" x1="0" end1="none" length1="1.5"/>
|
||||
<text color="#000000" text="A" rotation="0" x="66" y="-30" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text color="#000000" text=" mm²" rotation="0" x="58" y="-2" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<ellipse height="40" antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" x="50" width="20" y="-158"/>
|
||||
<line y2="-128" antialias="false" x2="86" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-118" x1="60" end1="none" length1="1.5"/>
|
||||
<rect height="3" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="82" y="-132" width="4" rx="0"/>
|
||||
<rect height="5" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="80" y="-133" width="2" rx="0"/>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="35" x="30" y="-28.5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" uuid="{339d5edc-12c4-4bc4-82e7-a3d75ad60465}" text_from="UserText">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="36" x="28" y="-13.5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" uuid="{daeb4642-6352-4272-acd0-2a6a0c58ebca}" text_from="UserText">
|
||||
<text>3 G 1.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="38" x="-2" y="-81.5" font="Sans Serif,7,-1,5,50,0,0,0,0,0" uuid="{0516c709-7754-4515-9b92-d333812618bf}" text_from="UserText">
|
||||
<text>Antenne</text>
|
||||
</dynamic_text>
|
||||
<line y2="-116" antialias="false" x2="60" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-110" x1="60" end1="none" length1="1.5"/>
|
||||
<line y2="-150" antialias="false" x2="50" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-160" x1="50" end1="none" length1="1.5"/>
|
||||
<line y2="-150" antialias="false" x2="70" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-160" x1="70" end1="none" length1="1.5"/>
|
||||
<terminal orientation="s" x="60" name="" y="-110" uuid="{512f7c12-3641-44a1-993f-a6cca9f2b375}"/>
|
||||
<terminal orientation="n" x="50" name="" y="-160" uuid="{a7186089-1b70-4a30-b3a8-1a23d89abb2e}"/>
|
||||
<terminal orientation="n" x="70" name="" y="-160" uuid="{26208b89-66a0-4ff8-a5e4-d5da7fa4eed7}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,39 @@
|
||||
<definition orientation="dyyy" hotspot_x="14" link_type="simple" type="element" height="50" version="0.80" hotspot_y="14" width="30">
|
||||
<uuid uuid="{644b8f1e-72ef-4929-9fe6-112ec12f62d0}"/>
|
||||
<names>
|
||||
<name lang="cs">Spotřebič na vaření</name>
|
||||
<name lang="pl">Kuchenka elektryczna</name>
|
||||
<name lang="ar">جهاز طبخ</name>
|
||||
<name lang="de">Kochgerät</name>
|
||||
<name lang="en">Cooking Appliance</name>
|
||||
<name lang="el">Μαγειρείο</name>
|
||||
<name lang="nl">Kook apparaat</name>
|
||||
<name lang="it">Cucina</name>
|
||||
<name lang="fr">Appareil de cuisson</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<line x1="-2.3114" end2="none" antialias="false" x2="3.6885" y1="20.7775" length2="1.5" y2="14.7775" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="ElementInfo" rotation="0" x="-7" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="2" text_width="-1" Halignment="AlignLeft" y="11" uuid="{4fb9478e-cab9-4049-bff8-e9d1acf9998a}">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<line x1="-3.822" end2="none" antialias="false" x2="2.1779" y1="19.0445" length2="1.5" y2="13.0445" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="-4.2669" end2="none" antialias="false" x2="0.733" y1="17.733" length2="1.5" y2="12.733" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<circle antialias="true" x="-4.4721" diameter="8.9442" y="12.5279" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="-4" end2="none" antialias="false" x2="-1" y1="16" length2="1.5" y2="13" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="1" end2="none" antialias="false" x2="4" y1="21" length2="1.5" y2="18" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="-1" end2="none" antialias="false" x2="4" y1="21.0445" length2="1.5" y2="16.0445" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="-3" end2="none" antialias="false" x2="3" y1="20" length2="1.5" y2="14" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<polygon x1="-12" antialias="false" y3="24" x2="-12" y1="0" y2="24" x3="12" style="line-style:normal;line-weight:normal;filling:none;color:black" y4="0" x4="12"/>
|
||||
<line x1="-12" end2="none" antialias="false" x2="12" y1="5" length2="1.5" y2="5" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="-10" end2="none" antialias="false" x2="-10" y1="-10" length2="1.5" y2="-1" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="10" end2="none" antialias="false" x2="10" y1="-10" length2="1.5" y2="-1" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="0" y1="24" length2="1.5" y2="30" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<terminal orientation="s" name="" x="0" y="30" uuid="{d23d5d6a-748b-48d2-a474-1d0a864cf539}"/>
|
||||
<terminal orientation="n" name="" x="-10" y="-10" uuid="{701b0f84-6e94-4e95-90c6-c3c99772b23e}"/>
|
||||
<terminal orientation="n" name="" x="10" y="-10" uuid="{55aa6d67-e3c4-4b76-9d08-05bf5fc819bd}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,31 @@
|
||||
<definition orientation="dyyy" hotspot_x="14" link_type="simple" type="element" height="50" version="0.80" hotspot_y="14" width="30">
|
||||
<uuid uuid="{d26a4699-c6af-4e2d-8f8c-a3f5f97f19d6}"/>
|
||||
<names>
|
||||
<name lang="cs">Elektrický spotřebič</name>
|
||||
<name lang="pl">Kuchenka elektryczna</name>
|
||||
<name lang="ar">جهاز كهرومنزلي</name>
|
||||
<name lang="de">Haushaltsgerät</name>
|
||||
<name lang="en">Appliance</name>
|
||||
<name lang="el">Ηλεκτρική συσκευή</name>
|
||||
<name lang="nl">Elektrisch apparaat</name>
|
||||
<name lang="it">Apparecchio elettrico</name>
|
||||
<name lang="fr">Appareil électroménager</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="ElementInfo" rotation="0" x="-7" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="1" text_width="-1" Halignment="AlignLeft" y="11" uuid="{1b114bca-74ea-4b20-aed2-59fc13dce304}">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<polygon x1="-12" antialias="false" y3="23" x2="-12" y1="-1" y2="23" x3="12" style="line-style:normal;line-weight:normal;filling:none;color:black" y4="-1" x4="12"/>
|
||||
<text rotation="0" x="-4" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text="E" y="14.3333" color="#000000"/>
|
||||
<line x1="-10" end2="none" antialias="false" x2="-10" y1="-10" length2="1.5" y2="-1" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="10" end2="none" antialias="false" x2="10" y1="-1" length2="1.5" y2="-10" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="0" y1="30" length2="1.5" y2="23" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<terminal orientation="n" name="" x="10" y="-10" uuid="{f406d716-7aa1-4e8f-a89e-1e6e59511d19}"/>
|
||||
<terminal orientation="s" name="" x="0" y="30" uuid="{0e0f9fc5-4eda-43b8-869e-4961bf1cf69e}"/>
|
||||
<terminal orientation="n" name="" x="-10" y="-10" uuid="{9879b02c-8516-4315-93a8-be77fd0e4d9e}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,35 @@
|
||||
<definition orientation="dyyy" hotspot_x="14" link_type="simple" type="element" height="50" version="0.80" hotspot_y="14" width="30">
|
||||
<uuid uuid="{68707aa4-7963-462a-82f3-598a9258b361}"/>
|
||||
<names>
|
||||
<name lang="cs">Sušička, sušící skříň</name>
|
||||
<name lang="pl">Suszarka</name>
|
||||
<name lang="ar">مُجفّف ملابس</name>
|
||||
<name lang="de">Trocknungsgerät</name>
|
||||
<name lang="en">Drying cabinet</name>
|
||||
<name lang="el">Στεγνωτήριο</name>
|
||||
<name lang="nl">Droog kast</name>
|
||||
<name lang="it">Asciugatrice</name>
|
||||
<name lang="fr">Armoire sèche-linge</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<arc antialias="true" angle="-180" x="-7.4982" height="4" width="4" start="-90" y="2.5849" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="10" end2="none" antialias="false" x2="10" y1="-10" length2="1.5" y2="-2" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="ElementInfo" rotation="0" x="-8" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="2" text_width="-1" Halignment="AlignLeft" y="10" uuid="{7b43fd44-becd-468c-b542-84326c4e6149}">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<line x1="4.9763" end2="none" antialias="false" x2="-5.0236" y1="2.5595" length2="1.5" y2="6.5595" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="-5.0236" end2="none" antialias="false" x2="4.9763" y1="2.5595" length2="1.5" y2="6.5595" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle antialias="true" x="-2.5" diameter="5" y="13.5" style="line-style:normal;line-weight:thin;filling:black;color:black"/>
|
||||
<polygon x1="-12" antialias="false" y3="23" x2="-12" y1="-1" y2="23" x3="12" style="line-style:normal;line-weight:normal;filling:none;color:black" y4="-1" x4="12"/>
|
||||
<line x1="-10" end2="none" antialias="false" x2="-10" y1="-10" length2="1.5" y2="-2" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<arc antialias="true" angle="-180" x="3.561" height="4" width="4" start="90" y="2.5849" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="0" y1="30" length2="1.5" y2="24" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<terminal orientation="n" name="" x="10" y="-10" uuid="{77acd157-1173-402e-9413-595418ceee77}"/>
|
||||
<terminal orientation="n" name="" x="-10" y="-10" uuid="{d97c53e8-65d0-463a-8f18-9401a58b8505}"/>
|
||||
<terminal orientation="s" name="" x="0" y="30" uuid="{38c6fa73-fb9d-40ca-9e0c-9d36d1b10e40}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,55 @@
|
||||
<definition orientation="dyyy" hotspot_x="5" link_type="master" type="element" height="180" version="0.80" hotspot_y="175" width="130">
|
||||
<uuid uuid="{95d02d2a-67a7-44d9-ab53-41d950479593}"/>
|
||||
<names>
|
||||
<name lang="cs">Automatické zalévání</name>
|
||||
<name lang="pl">Automatyczne podlewanie</name>
|
||||
<name lang="de">Sprinkleranlage</name>
|
||||
<name lang="en">self watering</name>
|
||||
<name lang="el">Αυτόματο πότισμα</name>
|
||||
<name lang="nl">Watersproei automatisch</name>
|
||||
<name lang="it">Irrigazione automatica</name>
|
||||
<name lang="fr">Arrosage auto</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<circle antialias="false" x="68" diameter="4" y="-172" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<arc antialias="true" angle="-180" x="61" height="20" width="20" start="-180" y="-121" style="line-style:dotted;line-weight:normal;filling:none;color:blue"/>
|
||||
<arc antialias="true" angle="-180" x="61" height="30" width="30" start="-180" y="-127" style="line-style:dotted;line-weight:normal;filling:none;color:blue"/>
|
||||
<arc antialias="true" angle="-180" x="24.5" height="30" width="35" start="-180" y="-136" style="line-style:dotted;line-weight:normal;filling:none;color:blue"/>
|
||||
<arc antialias="true" angle="-180" x="29" height="30" width="30" start="-180" y="-127" style="line-style:dotted;line-weight:normal;filling:none;color:blue"/>
|
||||
<arc antialias="true" angle="-180" x="60.5" height="30" width="35" start="-180" y="-136" style="line-style:dotted;line-weight:normal;filling:none;color:blue"/>
|
||||
<rect antialias="false" x="0" rx="0" height="85" width="120" y="-85" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="120" y1="-15" length2="1.5" y2="-15" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="UserText" rotation="0" x="29" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="15" text_width="-1" Halignment="AlignLeft" y="-44" uuid="{f5d0d42d-846a-460b-8592-5cb097cef780}">
|
||||
<text>10</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="UserText" rotation="0" x="-2" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="17" text_width="-1" Halignment="AlignLeft" y="-63" uuid="{06d3d817-69b0-42bd-ae67-4c9b81deeb48}">
|
||||
<text>Extérieur</text>
|
||||
</dynamic_text>
|
||||
<text rotation="0" x="58" font="Sans Serif,5,-1,5,50,0,0,0,0,0" text=" kA C" y="-18" color="#000000"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="120" y1="-45" length2="1.5" y2="-45" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="120" y1="-65" length2="1.5" y2="-65" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text rotation="0" x="66" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="A" y="-30" color="#000000"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="120" y1="-170" length2="1.5" y2="-170" end1="none" length1="1.5" style="line-style:dashed;line-weight:normal;filling:none;color:green"/>
|
||||
<text rotation="0" x="58" font="Sans Serif,5,-1,5,50,0,0,0,0,0" text=" mm²" y="-2" color="#000000"/>
|
||||
<rect antialias="false" x="58" rx="0" height="10" width="4" y="-110" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0"/>
|
||||
<arc antialias="true" angle="-180" x="39" height="20" width="20" start="-180" y="-121" style="line-style:dotted;line-weight:normal;filling:none;color:blue"/>
|
||||
<line x1="60" end2="none" antialias="false" x2="60" y1="-112" length2="1.5" y2="-120" end1="none" length1="1.5" style="line-style:dotted;line-weight:normal;filling:none;color:black"/>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="UserText" rotation="0" x="28" font="Sans Serif,5,-1,5,50,0,0,0,0,0" z="38" text_width="-1" Halignment="AlignLeft" y="-13.5" uuid="{c037dec3-fe15-4814-be65-30468aef6228}">
|
||||
<text>3 G 1.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="UserText" rotation="0" x="30" font="Sans Serif,5,-1,5,50,0,0,0,0,0" z="39" text_width="-1" Halignment="AlignLeft" y="-28.5" uuid="{30efeddb-776e-4929-92c8-7361db87d04c}">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="UserText" rotation="0" x="-2" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="40" text_width="-1" Halignment="AlignLeft" y="-81.5" uuid="{7a9ec58c-521c-47af-be4d-c2a4ffea7a8b}">
|
||||
<text>Arrosage auto</text>
|
||||
</dynamic_text>
|
||||
<circle antialias="false" x="48" diameter="4" y="-172" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<terminal orientation="n" name="" x="50" y="-170" uuid="{93358b8a-3493-4b52-bfd9-baa2684bb631}"/>
|
||||
<terminal orientation="n" name="" x="70" y="-170" uuid="{4e7c8c50-f27c-43ed-b45d-91d7946a0ded}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,47 @@
|
||||
<definition orientation="dyyy" hotspot_x="5" link_type="simple" type="element" height="190" version="0.80" hotspot_y="186" width="130">
|
||||
<uuid uuid="{c3ed926c-4aca-41a3-868f-b1c75686558b}"/>
|
||||
<names>
|
||||
<name lang="pl">Budynek</name>
|
||||
<name lang="fr">Bât Ext</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<rect antialias="false" x="0" rx="0" height="85" width="120" y="-85" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="120" y1="-15" length2="1.5" y2="-15" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="UserText" rotation="0" x="29" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="3" text_width="-1" Halignment="AlignLeft" y="-44" uuid="{33dea6e8-e7e1-4ef0-8cc3-db6e4a573bb1}">
|
||||
<text>10</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="ElementInfo" rotation="0" x="-2" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="4" text_width="-1" Halignment="AlignLeft" y="-63" uuid="{a175bc77-aa1e-45e2-ab56-e57ce0318cdc}">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<text rotation="0" x="58" font="Sans Serif,5,-1,5,50,0,0,0,0,0" text=" kA C" y="-18" color="#000000"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="120" y1="-45" length2="1.5" y2="-45" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="120" y1="-65" length2="1.5" y2="-65" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text rotation="0" x="66" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="A" y="-32" color="#000000"/>
|
||||
<text rotation="0" x="2" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="Bâtiment extérieur" y="-69" color="#000000"/>
|
||||
<line x1="60" end2="none" antialias="false" x2="35" y1="-160" length2="1.5" y2="-135" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="60" end2="none" antialias="false" x2="85" y1="-160" length2="1.5" y2="-135" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="40" end2="none" antialias="false" x2="40" y1="-140" length2="1.5" y2="-100" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="40" end2="none" antialias="false" x2="80" y1="-100" length2="1.5" y2="-100" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="80" end2="none" antialias="false" x2="80" y1="-100" length2="1.5" y2="-140" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="50" end2="none" antialias="false" x2="50" y1="-100" length2="1.5" y2="-125" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="50" end2="none" antialias="false" x2="70" y1="-125" length2="1.5" y2="-125" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="70" end2="none" antialias="false" x2="70" y1="-125" length2="1.5" y2="-100" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="UserText" rotation="0" x="58" font="Sans Serif,5,-1,5,50,0,0,0,0,0" z="20" text_width="-1" Halignment="AlignLeft" y="-12" uuid="{98b54f6f-8e80-4046-bb09-7016295d7409}">
|
||||
<text> mm²</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="UserText" rotation="0" x="28" font="Sans Serif,5,-1,5,50,0,0,0,0,0" z="21" text_width="-1" Halignment="AlignLeft" y="-13.5" uuid="{ef241b91-044f-472a-a358-68eadb931921}">
|
||||
<text>3 G 1.5</text>
|
||||
</dynamic_text>
|
||||
<line x1="50" end2="none" antialias="false" x2="50" y1="-180" length2="1.5" y2="-150" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="UserText" rotation="0" x="30" font="Sans Serif,5,-1,5,50,0,0,0,0,0" z="22" text_width="-1" Halignment="AlignLeft" y="-28.5" uuid="{dc60b908-290f-42a9-b529-d1695dc364b2}">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<line x1="70" end2="none" antialias="false" x2="70" y1="-180" length2="1.5" y2="-151" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<terminal orientation="n" name="" x="50" y="-180" uuid="{723765bc-b612-4e1a-92ef-567119429f9d}"/>
|
||||
<terminal orientation="n" name="" x="70" y="-180" uuid="{8c1aa559-1491-45cb-aa15-e8bbff0f376e}"/>
|
||||
<terminal orientation="s" name="" x="60" y="-100" uuid="{68237cd7-8357-4a9c-8e50-9f8f1d6debe7}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,50 @@
|
||||
<definition hotspot_x="5" orientation="dyyy" hotspot_y="176" width="130" version="0.80" type="element" height="180" link_type="master">
|
||||
<uuid uuid="{c996c312-8a23-4674-9b48-26e6af99d28d}"/>
|
||||
<names>
|
||||
<name lang="fr">Bât Ext mono</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<rect y="-85" x="0" rx="0" width="120" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" height="85"/>
|
||||
<line length1="1.5" y1="-15" end1="none" end2="none" x1="0" length2="1.5" y2="-15" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<dynamic_text y="-44" x="29" Valignment="AlignTop" text_width="-1" uuid="{2ee02e1d-a5ea-421a-b439-e3a0ead41c27}" Halignment="AlignLeft" frame="false" text_from="UserText" z="5" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0">
|
||||
<text>10</text>
|
||||
</dynamic_text>
|
||||
<text y="-18" text=" kA C" x="58" color="#000000" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<dynamic_text y="-63" x="-2" Valignment="AlignTop" text_width="-1" uuid="{70653ff3-98e3-4dd1-bff0-f5db820e5260}" Halignment="AlignLeft" frame="false" text_from="UserText" z="8" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0">
|
||||
<text>Local</text>
|
||||
</dynamic_text>
|
||||
<line length1="1.5" y1="-45" end1="none" end2="none" x1="0" length2="1.5" y2="-45" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length1="1.5" y1="-65" end1="none" end2="none" x1="0" length2="1.5" y2="-65" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<text y="-32" text="A" x="66" color="#000000" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0"/>
|
||||
<line length1="1.5" y1="-160" end1="none" end2="none" x1="60" length2="1.5" y2="-135" x2="35" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length1="1.5" y1="-160" end1="none" end2="none" x1="60" length2="1.5" y2="-135" x2="85" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length1="1.5" y1="-140" end1="none" end2="none" x1="40" length2="1.5" y2="-100" x2="40" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length1="1.5" y1="-100" end1="none" end2="none" x1="40" length2="1.5" y2="-100" x2="80" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length1="1.5" y1="-100" end1="none" end2="none" x1="80" length2="1.5" y2="-140" x2="80" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length1="1.5" y1="-100" end1="none" end2="none" x1="50" length2="1.5" y2="-125" x2="50" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length1="1.5" y1="-125" end1="none" end2="none" x1="50" length2="1.5" y2="-125" x2="70" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length1="1.5" y1="-125" end1="none" end2="none" x1="70" length2="1.5" y2="-100" x2="70" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length1="1.5" y1="-170" end1="none" end2="none" x1="50" length2="1.5" y2="-150" x2="50" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<line length1="1.5" y1="-170" end1="none" end2="none" x1="70" length2="1.5" y2="-150" x2="70" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false"/>
|
||||
<dynamic_text y="-12" x="58" Valignment="AlignTop" text_width="-1" uuid="{be33f398-4de3-4bb9-b2b9-2917aa820c30}" Halignment="AlignLeft" frame="false" text_from="UserText" z="38" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0">
|
||||
<text> mm²</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="-13.5" x="28" Valignment="AlignTop" text_width="-1" uuid="{b19f3d05-3fd9-4e86-8784-f9d35c2fb994}" Halignment="AlignLeft" frame="false" text_from="UserText" z="39" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0">
|
||||
<text>3 G 1.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="-28.5" x="30" Valignment="AlignTop" text_width="-1" uuid="{52e4fc03-f95f-49d0-8bf9-b0325fd4ad7f}" Halignment="AlignLeft" frame="false" text_from="UserText" z="40" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text y="-81.5" x="-2" Valignment="AlignTop" text_width="-1" uuid="{d70238fe-9e72-4b3f-a3ab-491ba8e3372c}" Halignment="AlignLeft" frame="false" text_from="UserText" z="41" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0">
|
||||
<text>Bâtiment extérieur</text>
|
||||
</dynamic_text>
|
||||
<terminal y="-100" x="60" name="" orientation="s" uuid="{7952be86-3060-4cc0-a781-ac00d7e59a10}"/>
|
||||
<terminal y="-170" x="70" name="" orientation="n" uuid="{2c7f1e9b-9e1f-4e67-b3f6-57af9d1e7f67}"/>
|
||||
<terminal y="-170" x="50" name="" orientation="n" uuid="{523f90d3-a9c6-4f37-a8c3-a96ba3d9e03d}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,58 @@
|
||||
<definition link_type="master" height="180" version="0.80" orientation="dyyy" type="element" width="130" hotspot_x="5" hotspot_y="176">
|
||||
<uuid uuid="{9527f307-9bab-4d23-87c3-4dde383da0b1}"/>
|
||||
<names>
|
||||
<name lang="fr">Bât Ext tétra</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="state" show="1">NO</kindInformation>
|
||||
<kindInformation name="number" show="1">1</kindInformation>
|
||||
<kindInformation name="type" show="1">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<rect height="85" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="0" y="-85" width="120" rx="0"/>
|
||||
<line y2="-15" antialias="false" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-15" x1="0" end1="none" length1="1.5"/>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="5" x="29" y="-44" font="Sans Serif,7,-1,5,50,0,0,0,0,0" uuid="{4b855775-4f05-41f6-964d-af3d50648616}" text_from="UserText">
|
||||
<text>10</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="8" x="-2" y="-63" font="Sans Serif,7,-1,5,50,0,0,0,0,0" uuid="{ee69f19a-aa88-4d09-b8c2-251b0b9160bb}" text_from="UserText">
|
||||
<text>Local</text>
|
||||
</dynamic_text>
|
||||
<text color="#000000" text=" kA C" rotation="0" x="58" y="-18" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<line y2="-45" antialias="false" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-45" x1="0" end1="none" length1="1.5"/>
|
||||
<line y2="-65" antialias="false" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-65" x1="0" end1="none" length1="1.5"/>
|
||||
<text color="#000000" text="A" rotation="0" x="66" y="-32" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<line y2="-135" antialias="false" x2="35" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-160" x1="60" end1="none" length1="1.5"/>
|
||||
<line y2="-135" antialias="false" x2="85" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-160" x1="60" end1="none" length1="1.5"/>
|
||||
<line y2="-100" antialias="false" x2="40" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-140" x1="40" end1="none" length1="1.5"/>
|
||||
<line y2="-100" antialias="false" x2="80" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-100" x1="40" end1="none" length1="1.5"/>
|
||||
<line y2="-140" antialias="false" x2="80" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-100" x1="80" end1="none" length1="1.5"/>
|
||||
<line y2="-125" antialias="false" x2="50" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-100" x1="50" end1="none" length1="1.5"/>
|
||||
<line y2="-125" antialias="false" x2="70" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-125" x1="50" end1="none" length1="1.5"/>
|
||||
<line y2="-100" antialias="false" x2="70" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-125" x1="70" end1="none" length1="1.5"/>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="38" x="58" y="-12" font="Sans Serif,5,-1,5,50,0,0,0,0,0" uuid="{b8a96a74-0120-4a4b-9888-aad6659014e8}" text_from="UserText">
|
||||
<text> mm²</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="39" x="28" y="-13.5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" uuid="{c4ccafa4-888e-4e44-9016-106e84325944}" text_from="UserText">
|
||||
<text>5 G 1.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="40" x="30" y="-28.5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" uuid="{3fa6afc2-190e-4e7c-9bfa-98670672c4ba}" text_from="UserText">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="43" x="-2" y="-81.5" font="Sans Serif,7,-1,5,50,0,0,0,0,0" uuid="{ffb45cb9-e8fe-408b-888f-7dd064777805}" text_from="UserText">
|
||||
<text>Bâtiment extérieur</text>
|
||||
</dynamic_text>
|
||||
<line y2="-150" antialias="false" x2="30" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-170" x1="30" end1="none" length1="1.5"/>
|
||||
<line y2="-140" antialias="false" x2="40" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-150" x1="30" end1="none" length1="1.5"/>
|
||||
<line y2="-150" antialias="false" x2="90" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-170" x1="90" end1="none" length1="1.5"/>
|
||||
<line y2="-140" antialias="false" x2="80" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-150" x1="90" end1="none" length1="1.5"/>
|
||||
<line y2="-170" antialias="false" x2="70" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-150" x1="70" end1="none" length1="1.5"/>
|
||||
<line y2="-150" antialias="false" x2="50" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-170" x1="50" end1="none" length1="1.5"/>
|
||||
<terminal orientation="n" x="70" name="" y="-170" uuid="{ec57a9a7-8d5e-4732-a80c-83c85021092b}"/>
|
||||
<terminal orientation="n" x="30" name="" y="-170" uuid="{19497264-2af0-4205-b907-99031a635c85}"/>
|
||||
<terminal orientation="n" x="90" name="" y="-170" uuid="{8de1c58e-eaa6-4cf4-9e39-eacc3a4576ef}"/>
|
||||
<terminal orientation="s" x="60" name="" y="-100" uuid="{925343e0-1d6c-4115-bf99-c0855e070aef}"/>
|
||||
<terminal orientation="n" x="50" name="" y="-170" uuid="{1316653b-2662-438c-a097-889c1abc779b}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,58 @@
|
||||
<definition link_type="master" height="180" version="0.80" orientation="dyyy" type="element" width="130" hotspot_x="5" hotspot_y="175">
|
||||
<uuid uuid="{4c4ea7f3-fbb1-49e7-b2f8-29861c4b1941}"/>
|
||||
<names>
|
||||
<name lang="fr">Garage tétra</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="type" show="1">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<rect height="85" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="0" y="-85" width="120" rx="0"/>
|
||||
<line y2="-15" antialias="false" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-15" x1="0" end1="none" length1="1.5"/>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="7" x="29" y="-44" font="Sans Serif,7,-1,5,50,0,0,0,0,0" uuid="{93785c08-d9be-4e10-ae44-6bb57a1ab334}" text_from="UserText">
|
||||
<text>20</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="9" x="-2" y="-63" font="Sans Serif,7,-1,5,50,0,0,0,0,0" uuid="{7ab45588-79e9-4f06-a28d-bcb59598d0ad}" text_from="UserText">
|
||||
<text>Local</text>
|
||||
</dynamic_text>
|
||||
<text color="#000000" text=" kA C" rotation="0" x="58" y="-18" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<line y2="-45" antialias="false" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-45" x1="0" end1="none" length1="1.5"/>
|
||||
<line y2="-65" antialias="false" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-65" x1="0" end1="none" length1="1.5"/>
|
||||
<text color="#000000" text="A" rotation="0" x="66" y="-32" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text color="#000000" text=" mm²" rotation="0" x="58" y="-2" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<line y2="-135" antialias="false" x2="35" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-160" x1="60" end1="none" length1="1.5"/>
|
||||
<line y2="-135" antialias="false" x2="85" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-160" x1="60" end1="none" length1="1.5"/>
|
||||
<line y2="-100" antialias="false" x2="40" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-140" x1="40" end1="none" length1="1.5"/>
|
||||
<line y2="-100" antialias="false" x2="80" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-100" x1="40" end1="none" length1="1.5"/>
|
||||
<line y2="-140" antialias="false" x2="80" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-100" x1="80" end1="none" length1="1.5"/>
|
||||
<line y2="-125" antialias="false" x2="45.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-100" x1="45.5" end1="none" length1="1.5"/>
|
||||
<line y2="-125" antialias="false" x2="74.069" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-125" x1="45.931" end1="none" length1="1.5"/>
|
||||
<line y2="-100" antialias="false" x2="74.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-125" x1="74.5" end1="none" length1="1.5"/>
|
||||
<line y2="-120" antialias="false" x2="74.07" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" length2="1.5" y1="-120" x1="45.93" end1="none" length1="1.5"/>
|
||||
<line y2="-110" antialias="false" x2="74" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" length2="1.5" y1="-110" x1="46" end1="none" length1="1.5"/>
|
||||
<line y2="-105" antialias="false" x2="74" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" length2="1.5" y1="-105" x1="46" end1="none" length1="1.5"/>
|
||||
<line y2="-115" antialias="false" x2="74" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" length2="1.5" y1="-115" x1="46" end1="none" length1="1.5"/>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="45" x="28" y="-13.5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" uuid="{346daaa4-dacb-4520-8d5a-b5e03bb83ab9}" text_from="UserText">
|
||||
<text>5 G 2.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="46" x="30" y="-28.5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" uuid="{cda1ee8d-ccfe-4045-99f4-34e8ed9519d4}" text_from="UserText">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="47" x="-2" y="-81.5" font="Sans Serif,7,-1,5,50,0,0,0,0,0" uuid="{525b40a5-81a4-4abb-8cba-715f568df8ee}" text_from="UserText">
|
||||
<text>Garage</text>
|
||||
</dynamic_text>
|
||||
<line y2="-150" antialias="false" x2="50" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-170" x1="50" end1="none" length1="1.5"/>
|
||||
<line y2="-150" antialias="false" x2="70" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-170" x1="70" end1="none" length1="1.5"/>
|
||||
<line y2="-155" antialias="false" x2="90" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-170" x1="90" end1="none" length1="1.5"/>
|
||||
<line y2="-140" antialias="false" x2="80" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-155" x1="90" end1="none" length1="1.5"/>
|
||||
<line y2="-155" antialias="false" x2="30" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-165" x1="30" end1="none" length1="1.5"/>
|
||||
<line y2="-140" antialias="false" x2="40" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-155" x1="30" end1="none" length1="1.5"/>
|
||||
<terminal orientation="n" x="50" name="" y="-170" uuid="{fd224ec8-a206-4f1b-9c6a-77d1c8d720af}"/>
|
||||
<terminal orientation="s" x="60" name="" y="-100" uuid="{cab960c8-9a88-4778-93e8-8870d1a45ec6}"/>
|
||||
<terminal orientation="n" x="70" name="" y="-170" uuid="{4ff9ca97-d39b-4b69-8c29-64878c5a8216}"/>
|
||||
<terminal orientation="n" x="90" name="" y="-170" uuid="{ea3d5e12-550a-4020-9d77-7f68df1c346f}"/>
|
||||
<terminal orientation="n" x="30" name="" y="-170" uuid="{c0a75599-da2d-4ba3-acf9-6712290142f9}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,52 @@
|
||||
<definition link_type="master" height="180" version="0.80" orientation="dyyy" type="element" width="130" hotspot_x="5" hotspot_y="175">
|
||||
<uuid uuid="{e68e1a21-3537-49c1-9cf3-f3008f0ab0dd}"/>
|
||||
<names>
|
||||
<name lang="fr">Garage mono</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="type" show="1">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<rect height="85" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="0" y="-85" width="120" rx="0"/>
|
||||
<line y2="-15" antialias="false" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-15" x1="0" end1="none" length1="1.5"/>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="5" x="29" y="-44" font="Sans Serif,7,-1,5,50,0,0,0,0,0" uuid="{f19b9e1b-98bc-45e5-92ab-189a7e4e2838}" text_from="UserText">
|
||||
<text>20</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="7" x="-2" y="-63" font="Sans Serif,7,-1,5,50,0,0,0,0,0" uuid="{138a96ef-cbe0-4d4d-b4fb-8ab1fdf0854d}" text_from="UserText">
|
||||
<text>Local</text>
|
||||
</dynamic_text>
|
||||
<text color="#000000" text=" kA C" rotation="0" x="58" y="-18" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<line y2="-45" antialias="false" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-45" x1="0" end1="none" length1="1.5"/>
|
||||
<line y2="-65" antialias="false" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-65" x1="0" end1="none" length1="1.5"/>
|
||||
<text color="#000000" text="A" rotation="0" x="66" y="-32" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text color="#000000" text=" mm²" rotation="0" x="58" y="-2" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<line y2="-135" antialias="false" x2="35" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-160" x1="60" end1="none" length1="1.5"/>
|
||||
<line y2="-135" antialias="false" x2="85" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-160" x1="60" end1="none" length1="1.5"/>
|
||||
<line y2="-100" antialias="false" x2="40" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-140" x1="40" end1="none" length1="1.5"/>
|
||||
<line y2="-100" antialias="false" x2="80" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-100" x1="40" end1="none" length1="1.5"/>
|
||||
<line y2="-140" antialias="false" x2="80" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-100" x1="80" end1="none" length1="1.5"/>
|
||||
<line y2="-125" antialias="false" x2="45.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-100" x1="45.5" end1="none" length1="1.5"/>
|
||||
<line y2="-125" antialias="false" x2="74.069" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-125" x1="45.931" end1="none" length1="1.5"/>
|
||||
<line y2="-100" antialias="false" x2="74.5" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-125" x1="74.5" end1="none" length1="1.5"/>
|
||||
<line y2="-120" antialias="false" x2="74.07" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" length2="1.5" y1="-120" x1="45.93" end1="none" length1="1.5"/>
|
||||
<line y2="-110" antialias="false" x2="74" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" length2="1.5" y1="-110" x1="46" end1="none" length1="1.5"/>
|
||||
<line y2="-105" antialias="false" x2="74" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" length2="1.5" y1="-105" x1="46" end1="none" length1="1.5"/>
|
||||
<line y2="-115" antialias="false" x2="74" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" length2="1.5" y1="-115" x1="46" end1="none" length1="1.5"/>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="44" x="28" y="-13.5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" uuid="{9c6a7f7e-d349-42e4-aa30-02e3a7e15864}" text_from="UserText">
|
||||
<text>3 G 2.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="45" x="30" y="-28.5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" uuid="{1f606b45-67be-47ab-89c1-18efe3f94d96}" text_from="UserText">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="46" x="-2" y="-81.5" font="Sans Serif,7,-1,5,50,0,0,0,0,0" uuid="{9ea95a07-4ac2-4b77-8b1b-8a191e151ae4}" text_from="UserText">
|
||||
<text>Garage</text>
|
||||
</dynamic_text>
|
||||
<line y2="-150" antialias="false" x2="50" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-170" x1="50" end1="none" length1="1.5"/>
|
||||
<line y2="-150" antialias="false" x2="70" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-170" x1="70" end1="none" length1="1.5"/>
|
||||
<terminal orientation="s" x="60" name="" y="-100" uuid="{eeadc2ae-971c-415d-b9c9-fe4b697c4638}"/>
|
||||
<terminal orientation="n" x="70" name="" y="-170" uuid="{4ea8a41e-55c8-4157-8c16-fb88c5f997d1}"/>
|
||||
<terminal orientation="n" x="50" name="" y="-170" uuid="{9be095b9-8adc-4198-989d-a7f5cc1d6f27}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,35 @@
|
||||
<definition orientation="dyyy" hotspot_x="14" link_type="simple" type="element" height="50" version="0.80" hotspot_y="14" width="30">
|
||||
<uuid uuid="{7c96412d-f0f7-4c70-863f-5ae966f3dd96}"/>
|
||||
<names>
|
||||
<name lang="cs">Ohřívač vody</name>
|
||||
<name lang="pl">Ogrzewacz wody</name>
|
||||
<name lang="ar">سخّان ماء</name>
|
||||
<name lang="de">Wasserkocher</name>
|
||||
<name lang="en">Water heater</name>
|
||||
<name lang="el">Θερμοσίφωνας</name>
|
||||
<name lang="nl">Water verwarmer</name>
|
||||
<name lang="it">Scalda acqua</name>
|
||||
<name lang="fr">Chauffe-eau</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="ElementInfo" rotation="0" x="-30" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="1" text_width="-1" Halignment="AlignLeft" y="25" uuid="{8253482a-16e0-454f-befd-3c7214306f46}">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<line x1="10" end2="none" antialias="false" x2="10" y1="-10" length2="1.5" y2="4" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="-10" end2="none" antialias="false" x2="10" y1="17" length2="1.5" y2="17" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="-10" end2="none" antialias="false" x2="10" y1="5" length2="1.5" y2="5" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="-11" end2="none" antialias="false" x2="11" y1="14" length2="1.5" y2="14" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="-11" end2="none" antialias="false" x2="11" y1="8" length2="1.5" y2="8" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="-12" end2="none" antialias="false" x2="12" y1="11" length2="1.5" y2="11" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle antialias="true" x="-12.0416" diameter="24.0832" y="-1.0415" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="-10" end2="none" antialias="false" x2="-10" y1="-10" length2="1.5" y2="4" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="0" y1="24" length2="1.5" y2="30" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<terminal orientation="s" name="" x="0" y="30" uuid="{95b5d1dd-00b1-463a-933f-84bbd0c11e8a}"/>
|
||||
<terminal orientation="n" name="" x="10" y="-10" uuid="{e1f7aa54-6f70-4e5a-8b3a-6d2fc74fc2b9}"/>
|
||||
<terminal orientation="n" name="" x="-10" y="-10" uuid="{9b3b1807-62ba-40d9-a324-4f476afe692e}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,37 @@
|
||||
<definition orientation="dyyy" hotspot_x="14" link_type="simple" type="element" height="50" version="0.80" hotspot_y="14" width="30">
|
||||
<uuid uuid="{f72df4b4-4e4d-4e20-901c-75ea3cc7834b}"/>
|
||||
<names>
|
||||
<name lang="cs">Ohřívač vody</name>
|
||||
<name lang="pl">Ogrzewacz wody</name>
|
||||
<name lang="ar">سخّان ماء</name>
|
||||
<name lang="de">Wasserkocher</name>
|
||||
<name lang="en">Water heater</name>
|
||||
<name lang="el">Θερμοσίφωνας</name>
|
||||
<name lang="nl">Water verwarmer</name>
|
||||
<name lang="it">Scalda acqua</name>
|
||||
<name lang="fr">Chauffe-eau</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<arc antialias="true" angle="180" x="-10" height="6" width="20" start="180" y="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="-10" end2="none" antialias="false" x2="-10" y1="-9" length2="1.5" y2="3" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect antialias="false" x="-10" rx="0" height="20" width="20" y="2" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0"/>
|
||||
<arc antialias="true" angle="180" x="-10" height="6" width="20" start="0" y="-1" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect antialias="false" x="-3" rx="0" height="2" width="6" y="26" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0"/>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="ElementInfo" rotation="0" x="-5" font="Sans Serif,6,-1,5,50,0,0,0,0,0" z="6" text_width="-1" Halignment="AlignLeft" y="3" uuid="{4785e635-176e-4562-a504-0f83a242a5a5}">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="ElementInfo" rotation="0" x="10" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="7" text_width="-1" Halignment="AlignLeft" y="-21.5" uuid="{0641b1d7-e0d5-4c21-93f6-325ebbbb1b3a}">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<line x1="10" end2="none" antialias="false" x2="10" y1="2" length2="1.5" y2="-10" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="0" y1="30" length2="1.5" y2="28" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<terminal orientation="n" name="" x="-10" y="-10" uuid="{80b6b49f-8b0d-42d9-9149-0cc4fec0d899}"/>
|
||||
<terminal orientation="n" name="" x="10" y="-10" uuid="{b967796c-6ea3-48d1-a424-fd7d0d3173ab}"/>
|
||||
<terminal orientation="s" name="" x="0" y="30" uuid="{af811e7b-30e5-4a2c-8f61-d908c0b42254}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,57 @@
|
||||
<definition orientation="dyyy" hotspot_x="5" link_type="simple" type="element" height="170" version="0.80" hotspot_y="165" width="130">
|
||||
<uuid uuid="{025e6dae-2241-4413-b228-c43061357843}"/>
|
||||
<names>
|
||||
<name lang="pl">Klimatyzator</name>
|
||||
<name lang="fr">Climatiseur</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<line x1="70" end2="none" antialias="false" x2="70" y1="-160" length2="1.5" y2="-150" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect antialias="false" x="0" rx="0" height="85" width="120" y="-85" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="120" y1="-15" length2="1.5" y2="-15" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="UserText" rotation="0" x="29" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="3" text_width="-1" Halignment="AlignLeft" y="-44" uuid="{1ecc481b-f69a-46ab-ad0d-5bb4f2de15cc}">
|
||||
<text>20</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="ElementInfo" rotation="0" x="-2" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="4" text_width="-1" Halignment="AlignLeft" y="-63" uuid="{573c3e20-8ee2-49d7-93e2-8b5797b08b08}">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<text rotation="0" x="58" font="Sans Serif,5,-1,5,50,0,0,0,0,0" text=" kA C" y="-18" color="#000000"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="120" y1="-45" length2="1.5" y2="-45" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="120" y1="-65" length2="1.5" y2="-65" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text rotation="0" x="66" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="A" y="-32" color="#000000"/>
|
||||
<text rotation="0" x="58" font="Sans Serif,5,-1,5,50,0,0,0,0,0" text=" mm²" y="-2" color="#000000"/>
|
||||
<rect antialias="false" x="25" rx="0" height="50" width="70" y="-150" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0"/>
|
||||
<arc antialias="true" angle="-360" x="33" height="30" width="30" start="90" y="-140" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="41" end2="none" antialias="false" x2="55" y1="-138" length2="1.5" y2="-138" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="38" end2="none" antialias="false" x2="58" y1="-136" length2="1.5" y2="-136" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="36" end2="none" antialias="false" x2="59" y1="-134" length2="1.5" y2="-134" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="35" end2="none" antialias="false" x2="61" y1="-132" length2="1.5" y2="-132" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="34" end2="none" antialias="false" x2="62" y1="-130" length2="1.5" y2="-130" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="33" end2="none" antialias="false" x2="62" y1="-128" length2="1.5" y2="-128" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="33" end2="none" antialias="false" x2="62" y1="-126" length2="1.5" y2="-126" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="33" end2="none" antialias="false" x2="63" y1="-124" length2="1.5" y2="-124" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="33" end2="none" antialias="false" x2="62" y1="-122" length2="1.5" y2="-122" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="34" end2="none" antialias="false" x2="62" y1="-120" length2="1.5" y2="-120" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="35" end2="none" antialias="false" x2="61" y1="-118" length2="1.5" y2="-118" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="36" end2="none" antialias="false" x2="60" y1="-116" length2="1.5" y2="-116" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="38" end2="none" antialias="false" x2="58" y1="-114" length2="1.5" y2="-114" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="41" end2="none" antialias="false" x2="55" y1="-112" length2="1.5" y2="-112" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="UserText" rotation="0" x="0" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="27" text_width="-1" Halignment="AlignLeft" y="-82.5" uuid="{facf0c3c-e71b-49e1-8f73-382c017b478c}">
|
||||
<text>Climatiseur</text>
|
||||
</dynamic_text>
|
||||
<line x1="50" end2="none" antialias="false" x2="50" y1="-160" length2="1.5" y2="-150" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect antialias="false" x="34" rx="0" height="1" width="2" y="-99" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0"/>
|
||||
<rect antialias="false" x="84" rx="0" height="1" width="2" y="-99" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0"/>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="UserText" rotation="0" x="28" font="Sans Serif,5,-1,5,50,0,0,0,0,0" z="31" text_width="-1" Halignment="AlignLeft" y="-13.5" uuid="{08eecd9e-1608-4a77-a849-b11c01cdaf7a}">
|
||||
<text>3 G 2.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="UserText" rotation="0" x="30" font="Sans Serif,5,-1,5,50,0,0,0,0,0" z="32" text_width="-1" Halignment="AlignLeft" y="-28.5" uuid="{4130e06b-6af1-446a-b3df-a8259baf7283}">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<terminal orientation="n" name="" x="50" y="-160" uuid="{2e112237-75df-47b3-bc8f-15fd0e89489f}"/>
|
||||
<terminal orientation="s" name="" x="60" y="-100" uuid="{e323c17f-1635-4b73-898e-d07399277e39}"/>
|
||||
<terminal orientation="n" name="" x="70" y="-160" uuid="{f827446e-eb79-4330-9e32-765e5f38e931}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,32 @@
|
||||
<definition orientation="dyyy" hotspot_x="40" link_type="simple" type="element" height="70" version="0.80" hotspot_y="4" width="80">
|
||||
<uuid uuid="{97e71587-b54c-4f55-9d40-fe045bf1c807}"/>
|
||||
<names>
|
||||
<name lang="pl">Klimatyzator</name>
|
||||
<name lang="fr">Climatiseur</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<line x1="10" end2="none" antialias="false" x2="10" y1="0" length2="1.5" y2="10" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect antialias="false" x="-35" rx="0" height="50" width="70" y="10" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0"/>
|
||||
<arc antialias="true" angle="-360" x="-27" height="30" width="30" start="90" y="20" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="-19" end2="none" antialias="false" x2="-5" y1="22" length2="1.5" y2="22" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="-22" end2="none" antialias="false" x2="-2" y1="24" length2="1.5" y2="24" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="-24" end2="none" antialias="false" x2="-1" y1="26" length2="1.5" y2="26" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="-25" end2="none" antialias="false" x2="1" y1="28" length2="1.5" y2="28" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="-26" end2="none" antialias="false" x2="2" y1="30" length2="1.5" y2="30" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="-27" end2="none" antialias="false" x2="2" y1="32" length2="1.5" y2="32" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="-27" end2="none" antialias="false" x2="2" y1="34" length2="1.5" y2="34" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="-27" end2="none" antialias="false" x2="3" y1="36" length2="1.5" y2="36" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="-27" end2="none" antialias="false" x2="2" y1="38" length2="1.5" y2="38" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="-26" end2="none" antialias="false" x2="2" y1="40" length2="1.5" y2="40" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="-25" end2="none" antialias="false" x2="1" y1="42" length2="1.5" y2="42" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="-24" end2="none" antialias="false" x2="0" y1="44" length2="1.5" y2="44" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="-22" end2="none" antialias="false" x2="-2" y1="46" length2="1.5" y2="46" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="-19" end2="none" antialias="false" x2="-5" y1="48" length2="1.5" y2="48" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="-10" end2="none" antialias="false" x2="-10" y1="0" length2="1.5" y2="10" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<terminal orientation="n" name="" x="10" y="0" uuid="{f827446e-eb79-4330-9e32-765e5f38e931}"/>
|
||||
<terminal orientation="n" name="" x="-10" y="0" uuid="{2e112237-75df-47b3-bc8f-15fd0e89489f}"/>
|
||||
<terminal orientation="s" name="" x="0" y="60" uuid="{e323c17f-1635-4b73-898e-d07399277e39}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,60 @@
|
||||
<definition link_type="master" height="170" version="0.80" orientation="dyyy" type="element" width="130" hotspot_x="5" hotspot_y="165">
|
||||
<uuid uuid="{e9461cc3-ab42-4f52-b0ff-402a747655d8}"/>
|
||||
<names>
|
||||
<name lang="fr">Climatiseur</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="state" show="1">NO</kindInformation>
|
||||
<kindInformation name="number" show="1">1</kindInformation>
|
||||
<kindInformation name="type" show="1">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<rect height="85" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="0" y="-85" width="120" rx="0"/>
|
||||
<line y2="-15" antialias="false" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-15" x1="0" end1="none" length1="1.5"/>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="5" x="29" y="-44" font="Sans Serif,7,-1,5,50,0,0,0,0,0" uuid="{2bd35a07-8288-44bb-9a32-7a4ec92d5c24}" text_from="UserText">
|
||||
<text>20</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="7" x="-2" y="-63" font="Sans Serif,7,-1,5,50,0,0,0,0,0" uuid="{128fe0cd-b0ef-46fd-9b4f-67fa2261ae3f}" text_from="UserText">
|
||||
<text>Local</text>
|
||||
</dynamic_text>
|
||||
<text color="#000000" text=" kA C" rotation="0" x="58" y="-18" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<line y2="-45" antialias="false" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-45" x1="0" end1="none" length1="1.5"/>
|
||||
<line y2="-65" antialias="false" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-65" x1="0" end1="none" length1="1.5"/>
|
||||
<text color="#000000" text="A" rotation="0" x="66" y="-32" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text color="#000000" text=" mm²" rotation="0" x="58" y="-2" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<rect height="50" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="25" y="-150" width="70" rx="0"/>
|
||||
<arc height="30" angle="-360" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" start="90" x="33" y="-140" width="30"/>
|
||||
<line y2="-138" antialias="false" x2="55" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" length2="1.5" y1="-138" x1="41" end1="none" length1="1.5"/>
|
||||
<line y2="-136" antialias="false" x2="58" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" length2="1.5" y1="-136" x1="38" end1="none" length1="1.5"/>
|
||||
<line y2="-134" antialias="false" x2="59" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" length2="1.5" y1="-134" x1="36" end1="none" length1="1.5"/>
|
||||
<line y2="-132" antialias="false" x2="61" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" length2="1.5" y1="-132" x1="35" end1="none" length1="1.5"/>
|
||||
<line y2="-130" antialias="false" x2="62" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" length2="1.5" y1="-130" x1="34" end1="none" length1="1.5"/>
|
||||
<line y2="-128" antialias="false" x2="62" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" length2="1.5" y1="-128" x1="33" end1="none" length1="1.5"/>
|
||||
<line y2="-126" antialias="false" x2="62" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" length2="1.5" y1="-126" x1="33" end1="none" length1="1.5"/>
|
||||
<line y2="-124" antialias="false" x2="63" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" length2="1.5" y1="-124" x1="33" end1="none" length1="1.5"/>
|
||||
<line y2="-122" antialias="false" x2="62" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" length2="1.5" y1="-122" x1="33" end1="none" length1="1.5"/>
|
||||
<line y2="-120" antialias="false" x2="62" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" length2="1.5" y1="-120" x1="34" end1="none" length1="1.5"/>
|
||||
<line y2="-118" antialias="false" x2="61" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" length2="1.5" y1="-118" x1="35" end1="none" length1="1.5"/>
|
||||
<line y2="-116" antialias="false" x2="60" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" length2="1.5" y1="-116" x1="36" end1="none" length1="1.5"/>
|
||||
<line y2="-114" antialias="false" x2="58" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" length2="1.5" y1="-114" x1="38" end1="none" length1="1.5"/>
|
||||
<line y2="-112" antialias="false" x2="55" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" length2="1.5" y1="-112" x1="41" end1="none" length1="1.5"/>
|
||||
<rect height="1" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="34" y="-99" width="2" rx="0"/>
|
||||
<rect height="1" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="84" y="-99" width="2" rx="0"/>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="50" x="28" y="-13.5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" uuid="{660ee140-6290-4d5e-9123-1d714d85eb58}" text_from="UserText">
|
||||
<text>3 G 2.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="51" x="30" y="-28.5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" uuid="{e1fc9e50-47b6-4fd3-b26f-a15262446caa}" text_from="UserText">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="52" x="-2" y="-81.5" font="Sans Serif,7,-1,5,50,0,0,0,0,0" uuid="{c25037af-4f82-47c2-9cfe-5fff711f2bcb}" text_from="UserText">
|
||||
<text>Climatiseur</text>
|
||||
</dynamic_text>
|
||||
<line y2="-150" antialias="false" x2="50" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-160" x1="50" end1="none" length1="1.5"/>
|
||||
<line y2="-150" antialias="false" x2="70" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-160" x1="70" end1="none" length1="1.5"/>
|
||||
<terminal orientation="s" x="60" name="" y="-95" uuid="{358ab2d3-eccd-468b-b18b-7f0dd4581035}"/>
|
||||
<terminal orientation="n" x="70" name="" y="-160" uuid="{c912c700-4dde-4f89-86e6-5e8ab6d60704}"/>
|
||||
<terminal orientation="n" x="50" name="" y="-160" uuid="{6d55186b-c0e1-4e17-a38f-a2d32fb35469}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,52 @@
|
||||
<definition orientation="dyyy" link_type="master" type="element" height="170" width="130" hotspot_y="165" version="0.80" hotspot_x="5">
|
||||
<uuid uuid="{87c9a4d9-0c9e-4118-afa6-5740d4469de4}"/>
|
||||
<names>
|
||||
<name lang="fr">Climatiseur Unité Int</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">protection</kindInformation>
|
||||
<kindInformation show="1" name="number">1</kindInformation>
|
||||
<kindInformation show="1" name="state">NO</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="12" width="66" ry="0" x="27" rx="0" y="-148"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="85" width="120" ry="0" x="0" rx="0" y="-85"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-15" length2="1.5" length1="1.5" x2="120" y1="-15" x1="0" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="29" z="8" uuid="{69d819bf-0e9f-46bf-97fd-61f8e5b6b0d1}" text_from="UserText" y="-44" Halignment="AlignLeft">
|
||||
<text>16</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="9" uuid="{20747a6d-c636-4fde-b6bf-3ea713eb4368}" text_from="UserText" y="-63" Halignment="AlignLeft">
|
||||
<text>Local</text>
|
||||
</dynamic_text>
|
||||
<text text=" kA C" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-18" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-45" length2="1.5" length1="1.5" x2="120" y1="-45" x1="0" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-65" length2="1.5" length1="1.5" x2="120" y1="-65" x1="0" end2="none"/>
|
||||
<text text="A" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="66" y="-32" color="#000000"/>
|
||||
<text text=" mm²" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-2" color="#000000"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="50" width="70" ry="0" x="25" rx="0" y="-150"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-147" length2="1.5" length1="1.5" x2="93" y1="-147" x1="27" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-145" length2="1.5" length1="1.5" x2="93" y1="-145" x1="27" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-143" length2="1.5" length1="1.5" x2="93" y1="-143" x1="27" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-141" length2="1.5" length1="1.5" x2="93" y1="-141" x1="27" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-139" length2="1.5" length1="1.5" x2="93" y1="-139" x1="27" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-137" length2="1.5" length1="1.5" x2="93" y1="-137" x1="27" end2="none"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="1" width="2" ry="0" x="34" rx="0" y="-99"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="1" width="2" ry="0" x="84" rx="0" y="-99"/>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="28" z="42" uuid="{4dfb2bae-d25a-4e4d-be54-c0f978f3c1f2}" text_from="UserText" y="-13.5" Halignment="AlignLeft">
|
||||
<text>3 G 1.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="30" z="43" uuid="{14bbebcc-464b-41a3-a3c2-5f3aa2a401b5}" text_from="UserText" y="-28.5" Halignment="AlignLeft">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="44" uuid="{27c9656b-1f3e-4778-a487-f3c52b26c30d}" text_from="UserText" y="-81.5" Halignment="AlignLeft">
|
||||
<text>Climatiseur Unité Int.</text>
|
||||
</dynamic_text>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-150" length2="1.5" length1="1.5" x2="50" y1="-160" x1="50" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-150" length2="1.5" length1="1.5" x2="70" y1="-160" x1="70" end2="none"/>
|
||||
<terminal orientation="n" name="" x="70" uuid="{144d8081-1cbf-4fff-9227-290d6baa887f}" y="-160"/>
|
||||
<terminal orientation="s" name="" x="60" uuid="{cb015e43-949c-4f32-b8b6-3667c144e8ff}" y="-100"/>
|
||||
<terminal orientation="n" name="" x="50" uuid="{775e3f50-23c1-42f9-9d94-8968521d6b0e}" y="-160"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,42 @@
|
||||
<definition orientation="dyyy" hotspot_x="14" link_type="simple" type="element" height="50" version="0.80" hotspot_y="14" width="30">
|
||||
<uuid uuid="{d127476d-ed64-4ffb-a4d4-f35decfc1903}"/>
|
||||
<names>
|
||||
<name lang="cs">Mraznička, mrazák, mrazicí skříň</name>
|
||||
<name lang="pl">Zamrażarka</name>
|
||||
<name lang="ar">مُجمّد</name>
|
||||
<name lang="de">Gefriergerät</name>
|
||||
<name lang="en">Freezer</name>
|
||||
<name lang="el">Καταψύκτης</name>
|
||||
<name lang="nl">Vriezer</name>
|
||||
<name lang="it">Congelatore</name>
|
||||
<name lang="fr">Congélateur</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="ElementInfo" rotation="0" x="-8" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="1" text_width="-1" Halignment="AlignLeft" y="9" uuid="{357d20d9-92af-4291-b57f-a49ffc57ce9b}">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<line x1="-2" end2="none" antialias="false" x2="2" y1="17" length2="1.5" y2="13" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="5" end2="none" antialias="false" x2="9" y1="12" length2="1.5" y2="8" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x1="-12" antialias="false" y3="23" x2="-12" y1="-1" y2="23" x3="12" style="line-style:normal;line-weight:normal;filling:none;color:black" y4="-1" x4="12"/>
|
||||
<line x1="-2" end2="none" antialias="false" x2="2" y1="13" length2="1.5" y2="17" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="5" end2="none" antialias="false" x2="9" y1="8" length2="1.5" y2="12" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="-9" end2="none" antialias="false" x2="-5" y1="12" length2="1.5" y2="8" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="-3" end2="none" antialias="false" x2="3" y1="15" length2="1.5" y2="15" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="4" end2="none" antialias="false" x2="10" y1="10" length2="1.5" y2="10" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="-9" end2="none" antialias="false" x2="-5" y1="8" length2="1.5" y2="12" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="0" y1="12" length2="1.5" y2="18" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="7" end2="none" antialias="false" x2="7" y1="7" length2="1.5" y2="13" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="-10" end2="none" antialias="false" x2="-4" y1="10" length2="1.5" y2="10" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="-7" end2="none" antialias="false" x2="-7" y1="7" length2="1.5" y2="13" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="-10" end2="none" antialias="false" x2="-10" y1="-10" length2="1.5" y2="-1" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="10" end2="none" antialias="false" x2="10" y1="-2" length2="1.5" y2="-10" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="0" y1="30" length2="1.5" y2="24" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<terminal orientation="n" name="" x="10" y="-10" uuid="{b6819b17-30fc-43a5-93c7-e2e364c1ec86}"/>
|
||||
<terminal orientation="s" name="" x="0" y="30" uuid="{cc159b63-6d07-4c5a-a56c-14d8fbe1c12f}"/>
|
||||
<terminal orientation="n" name="" x="-10" y="-10" uuid="{b6819b17-30fc-43a5-93c7-e2e364c1ec86}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,51 @@
|
||||
<definition link_type="simple" height="190" version="0.80" orientation="dyyy" type="element" width="130" hotspot_x="5" hotspot_y="185">
|
||||
<uuid uuid="{735adfe1-fb12-46dd-9b00-2086aaeb92ba}"/>
|
||||
<names>
|
||||
<name lang="pl">Zamrażarka</name>
|
||||
<name lang="fr">Congélateur</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>CBH41</informations>
|
||||
<description>
|
||||
<line y2="-145" antialias="false" x2="56" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-145" x1="46" end1="none" length1="1.5"/>
|
||||
<line y2="-160" antialias="false" x2="70" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-180" x1="70" end1="none" length1="1.5"/>
|
||||
<line y2="-140" antialias="false" x2="63" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-150" x1="63" end1="none" length1="1.5"/>
|
||||
<line y2="-145" antialias="false" x2="68" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-145" x1="58" end1="none" length1="1.5"/>
|
||||
<rect height="85" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="0" y="-85" width="120" rx="0"/>
|
||||
<line y2="-15" antialias="false" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-15" x1="0" end1="none" length1="1.5"/>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="6" x="29" y="-44" font="Sans Serif,7,-1,5,50,0,0,0,0,0" uuid="{6b39a473-1fb2-4083-bccd-0c99a7ed6bdf}" text_from="UserText">
|
||||
<text>20</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="7" x="-2" y="-63" font="Sans Serif,7,-1,5,50,0,0,0,0,0" uuid="{ba6da1de-f7fb-4bcb-a913-ebb0e375b7ad}" text_from="ElementInfo">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<text color="#000000" text=" kA C" rotation="0" x="58" y="-18" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<line y2="-45" antialias="false" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-45" x1="0" end1="none" length1="1.5"/>
|
||||
<line y2="-65" antialias="false" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-65" x1="0" end1="none" length1="1.5"/>
|
||||
<text color="#000000" text="A" rotation="0" x="66" y="-30" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text color="#000000" text="Congélateur" rotation="0" x="2" y="-69" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text color="#000000" text=" mm²" rotation="0" x="58" y="-2" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<rect height="70" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="30" y="-160" width="60" rx="0"/>
|
||||
<line y2="-160" antialias="false" x2="50" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-180" x1="50" end1="none" length1="1.5"/>
|
||||
<rect height="10" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="34" y="-150" width="2" rx="0"/>
|
||||
<line y2="-142" antialias="false" x2="78" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-148" x1="72" end1="none" length1="1.5"/>
|
||||
<line y2="-142" antialias="false" x2="72" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-148" x1="78" end1="none" length1="1.5"/>
|
||||
<line y2="-145" antialias="false" x2="80" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-145" x1="70" end1="none" length1="1.5"/>
|
||||
<line y2="-140" antialias="false" x2="75" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-150" x1="75" end1="none" length1="1.5"/>
|
||||
<line y2="-140" antialias="false" x2="51" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-150" x1="51" end1="none" length1="1.5"/>
|
||||
<line y2="-148" antialias="false" x2="66" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-142" x1="60" end1="none" length1="1.5"/>
|
||||
<line y2="-148" antialias="false" x2="54" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-142" x1="48" end1="none" length1="1.5"/>
|
||||
<line y2="-142" antialias="false" x2="54" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-148" x1="48" end1="none" length1="1.5"/>
|
||||
<line y2="-142" antialias="false" x2="66" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-148" x1="60" end1="none" length1="1.5"/>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="27" x="30" y="-28.5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" uuid="{171be8f8-5a71-40e9-8768-332ab2ddbed1}" text_from="UserText">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="28" x="28" y="-13.5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" uuid="{32031689-6cad-4d5f-bf84-be443d644419}" text_from="UserText">
|
||||
<text>3 G 2.5</text>
|
||||
</dynamic_text>
|
||||
<terminal orientation="n" x="50" name="" y="-180" uuid="{52825f3a-c55b-44ea-b134-d51eeccdc603}"/>
|
||||
<terminal orientation="n" x="70" name="" y="-180" uuid="{56f6b90b-679d-4c53-acd0-0b8cc594dabc}"/>
|
||||
<terminal orientation="s" x="60" name="" y="-90" uuid="{a7b499d7-0dab-4562-89e0-ff3a5d2dd063}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,36 @@
|
||||
<definition orientation="dyyy" hotspot_x="14" link_type="simple" type="element" height="40" version="0.80" hotspot_y="14" width="30">
|
||||
<uuid uuid="{c1e87e51-f68d-4b30-8c36-f0d4c6fa9452}"/>
|
||||
<names>
|
||||
<name lang="ru">Эл. конвектор</name>
|
||||
<name lang="cs">Elektrické topné těleso</name>
|
||||
<name lang="es">Radiador eléctrico</name>
|
||||
<name lang="pl">Grzejnik konwekcyjny</name>
|
||||
<name lang="ar">مُشعّ كهربائي</name>
|
||||
<name lang="de">Heizkörper</name>
|
||||
<name lang="en">Electric convector</name>
|
||||
<name lang="el">Θερμοπομπός</name>
|
||||
<name lang="nl">Elektrische luchtverwarmer</name>
|
||||
<name lang="it">Termo-convettore</name>
|
||||
<name lang="fr">Radiateur électrique</name>
|
||||
<name lang="pt">Irradiador eléctrico</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="ElementInfo" rotation="0" x="-7" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="1" text_width="-1" Halignment="AlignLeft" y="2" uuid="{1d98c1a6-cff8-4118-a8c0-e896fe6f4b3b}">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<polygon x1="-12" antialias="false" y3="15" x2="-12" y1="0" y2="15" x3="12" style="line-style:normal;line-weight:normal;filling:none;color:black" y4="0" x4="12"/>
|
||||
<line x1="-10" end2="none" antialias="false" x2="-10" y1="-10" length2="1.5" y2="-1" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="-12" end2="none" antialias="false" x2="12" y1="4.5" length2="1.5" y2="4.5" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="-12" end2="none" antialias="false" x2="12" y1="3" length2="1.5" y2="3" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="-12" end2="none" antialias="false" x2="12" y1="1.5" length2="1.5" y2="1.5" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="10" end2="none" antialias="false" x2="10" y1="-10" length2="1.5" y2="0" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="0" y1="15" length2="1.5" y2="20" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<terminal orientation="n" name="" x="-10" y="-10" uuid="{5abd9f82-1eab-4203-94da-95b82fc82672}"/>
|
||||
<terminal orientation="n" name="" x="10" y="-10" uuid="{00840cc4-dad1-4246-9928-99605a67819f}"/>
|
||||
<terminal orientation="s" name="" x="0" y="20" uuid="{458bfeca-0e4d-40d2-ac10-4b51dfeab581}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,34 @@
|
||||
<definition orientation="dyyy" hotspot_x="14" link_type="simple" type="element" height="50" version="0.80" hotspot_y="14" width="30">
|
||||
<uuid uuid="{396197c8-3a32-484a-820b-e26b8ceb926e}"/>
|
||||
<names>
|
||||
<name lang="cs">Elektrický sporák</name>
|
||||
<name lang="pl">Kuchenka elektryczna</name>
|
||||
<name lang="ar">مطبخ كهربائي</name>
|
||||
<name lang="de">Kochfeld</name>
|
||||
<name lang="en">Electric cooker</name>
|
||||
<name lang="el">Ηλεκτρικό μαγειρείο</name>
|
||||
<name lang="nl">Elektrisch kooktoestel</name>
|
||||
<name lang="it">Piastra elettrica</name>
|
||||
<name lang="fr">Cuisiniere electrique</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="ElementInfo" rotation="0" x="-7" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="1" text_width="-1" Halignment="AlignLeft" y="11" uuid="{d9325234-40c4-4308-948d-44d34724bf93}">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<circle antialias="true" x="-9.1622" diameter="6.3245" y="12.8377" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<polygon x1="-12" antialias="false" y3="23" x2="-12" y1="-1" y2="23" x3="12" style="line-style:normal;line-weight:normal;filling:none;color:black" y4="-1" x4="12"/>
|
||||
<circle antialias="true" x="2.8377" diameter="6.3245" y="12.8377" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<circle antialias="true" x="-9.1622" diameter="6.3245" y="2.8377" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<circle antialias="true" x="2.8377" diameter="6.3245" y="2.8377" style="line-style:normal;line-weight:normal;filling:black;color:black"/>
|
||||
<line x1="-10" end2="none" antialias="false" x2="-10" y1="-10" length2="1.5" y2="-1" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="10" end2="none" antialias="false" x2="10" y1="-10" length2="1.5" y2="-2" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="0" y1="30" length2="1.5" y2="24" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<terminal orientation="n" name="" x="-10" y="-10" uuid="{58242f41-2168-4193-96b9-e7921f40d9ac}"/>
|
||||
<terminal orientation="n" name="" x="10" y="-10" uuid="{c0d5355e-29f2-424d-bf3a-d57e422e9c92}"/>
|
||||
<terminal orientation="s" name="" x="0" y="30" uuid="{16a7a2bf-a1cf-4d5d-b826-085520b07b52}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,57 @@
|
||||
<definition orientation="dyyy" hotspot_x="5" link_type="master" type="element" height="180" version="0.80" hotspot_y="175" width="130">
|
||||
<uuid uuid="{eddec255-8c93-4ed4-a191-78fec8030bc9}"/>
|
||||
<names>
|
||||
<name lang="fr">Double Flux</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="state">NO</kindInformation>
|
||||
<kindInformation show="1" name="number">1</kindInformation>
|
||||
<kindInformation show="1" name="type">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<rect antialias="false" x="0" rx="0" height="85" width="120" y="-85" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="120" y1="-15" length2="1.5" y2="-15" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="UserText" rotation="0" x="29" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="6" text_width="-1" Halignment="AlignLeft" y="-44" uuid="{b3849c14-e0ad-41d2-a1a8-9cb3031e0621}">
|
||||
<text>10</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="UserText" rotation="0" x="-2" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="7" text_width="-1" Halignment="AlignLeft" y="-63" uuid="{80ad2513-2563-485c-a8bc-27ba594e4453}">
|
||||
<text>Local</text>
|
||||
</dynamic_text>
|
||||
<text rotation="0" x="58" font="Sans Serif,5,-1,5,50,0,0,0,0,0" text=" kA C" y="-18" color="#000000"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="120" y1="-45" length2="1.5" y2="-45" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="120" y1="-65" length2="1.5" y2="-65" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text rotation="0" x="66" font="Sans Serif,7,-1,5,50,0,0,0,0,0" text="A" y="-32" color="#000000"/>
|
||||
<text rotation="0" x="58" font="Sans Serif,5,-1,5,50,0,0,0,0,0" text=" mm²" y="-2" color="#000000"/>
|
||||
<rect antialias="false" x="30" rx="0" height="50" width="60" y="-145" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0"/>
|
||||
<rect antialias="false" x="20" rx="0" height="10" width="10" y="-110" style="line-style:normal;line-weight:thin;filling:none;color:black" ry="0"/>
|
||||
<rect antialias="false" x="90" rx="0" height="10" width="10" y="-110" style="line-style:normal;line-weight:thin;filling:none;color:black" ry="0"/>
|
||||
<rect antialias="false" x="20" rx="0" height="10" width="10" y="-140" style="line-style:normal;line-weight:thin;filling:none;color:black" ry="0"/>
|
||||
<rect antialias="false" x="75" rx="0" height="10" width="10" y="-155" style="line-style:normal;line-weight:thin;filling:none;color:black" ry="0"/>
|
||||
<line x1="10" end2="none" antialias="false" x2="40" y1="-105" length2="1.5" y2="-105" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="40" end2="none" antialias="false" x2="80" y1="-105" length2="1.5" y2="-135" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="80" end2="none" antialias="false" x2="80" y1="-135.5" length2="1.5" y2="-165.5" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="109.583" end2="none" antialias="false" x2="80.4167" y1="-105" length2="1.5" y2="-105" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="80" end2="none" antialias="false" x2="40" y1="-105" length2="1.5" y2="-135" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="40" end2="none" antialias="false" x2="10" y1="-135" length2="1.5" y2="-135" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="80" end2="none" antialias="false" x2="78" y1="-166" length2="1.5" y2="-163" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="80" end2="none" antialias="false" x2="82" y1="-166" length2="1.5" y2="-163" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="110" end2="none" antialias="false" x2="107" y1="-105" length2="1.5" y2="-107" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="110" end2="none" antialias="false" x2="107" y1="-105" length2="1.5" y2="-103" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="UserText" rotation="0" x="28" font="Sans Serif,5,-1,5,50,0,0,0,0,0" z="47" text_width="-1" Halignment="AlignLeft" y="-13.5" uuid="{60eb3b1d-bf0e-4f1a-ac12-1aeadb8d9a48}">
|
||||
<text>3 G 1.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="UserText" rotation="0" x="30" font="Sans Serif,5,-1,5,50,0,0,0,0,0" z="48" text_width="-1" Halignment="AlignLeft" y="-28.5" uuid="{b429e0a9-ca43-48fe-b119-63115a319e14}">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="UserText" rotation="0" x="-2" font="Sans Serif,7,-1,5,50,0,0,0,0,0" z="49" text_width="-1" Halignment="AlignLeft" y="-81.5" uuid="{12c3fd3f-a16a-4ee8-9371-14d6efb2064e}">
|
||||
<text>Double flux</text>
|
||||
</dynamic_text>
|
||||
<line x1="50" end2="none" antialias="false" x2="50" y1="-145" length2="1.5" y2="-170" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="70" end2="none" antialias="false" x2="70" y1="-145" length2="1.5" y2="-170" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<terminal orientation="s" name="" x="60" y="-95" uuid="{af362965-a238-4407-8c92-12dcb6e90f62}"/>
|
||||
<terminal orientation="n" name="" x="50" y="-170" uuid="{d8be0cf9-8eb2-49a5-b9fa-b0a536a0149e}"/>
|
||||
<terminal orientation="n" name="" x="70" y="-170" uuid="{f3ba218e-ae2b-4a78-ad11-bbbafe2bf1c4}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,35 @@
|
||||
<definition orientation="dyyy" hotspot_x="55" link_type="master" type="element" height="90" version="0.80" hotspot_y="37" width="110">
|
||||
<uuid uuid="{ea4f7353-a0a1-4638-8be6-91f0f5aa5d0f}"/>
|
||||
<names>
|
||||
<name lang="fr">Double Flux</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="state">NO</kindInformation>
|
||||
<kindInformation show="1" name="number">1</kindInformation>
|
||||
<kindInformation show="1" name="type">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<rect antialias="false" x="-30" rx="0" height="50" width="60" y="-5" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0"/>
|
||||
<rect antialias="false" x="-40" rx="0" height="10" width="10" y="30" style="line-style:normal;line-weight:thin;filling:none;color:black" ry="0"/>
|
||||
<rect antialias="false" x="30" rx="0" height="10" width="10" y="30" style="line-style:normal;line-weight:thin;filling:none;color:black" ry="0"/>
|
||||
<rect antialias="false" x="-40" rx="0" height="10" width="10" y="0" style="line-style:normal;line-weight:thin;filling:none;color:black" ry="0"/>
|
||||
<rect antialias="false" x="15" rx="0" height="10" width="10" y="-15" style="line-style:normal;line-weight:thin;filling:none;color:black" ry="0"/>
|
||||
<line x1="-50" end2="none" antialias="false" x2="-20" y1="35" length2="1.5" y2="35" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="-20" end2="none" antialias="false" x2="20" y1="35" length2="1.5" y2="5" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="20" end2="none" antialias="false" x2="20" y1="4.5" length2="1.5" y2="-25.5" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="49.583" end2="none" antialias="false" x2="20.4167" y1="35" length2="1.5" y2="35" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="20" end2="none" antialias="false" x2="-20" y1="35" length2="1.5" y2="5" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="-20" end2="none" antialias="false" x2="-50" y1="5" length2="1.5" y2="5" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="20" end2="none" antialias="false" x2="18" y1="-26" length2="1.5" y2="-23" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="20" end2="none" antialias="false" x2="22" y1="-26" length2="1.5" y2="-23" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="50" end2="none" antialias="false" x2="47" y1="35" length2="1.5" y2="33" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="50" end2="none" antialias="false" x2="47" y1="35" length2="1.5" y2="37" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="-10" end2="none" antialias="false" x2="-10" y1="-5" length2="1.5" y2="-30" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="10" end2="none" antialias="false" x2="10" y1="-5" length2="1.5" y2="-30" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<terminal orientation="s" name="" x="0" y="45" uuid="{af362965-a238-4407-8c92-12dcb6e90f62}"/>
|
||||
<terminal orientation="n" name="" x="-10" y="-30" uuid="{d8be0cf9-8eb2-49a5-b9fa-b0a536a0149e}"/>
|
||||
<terminal orientation="n" name="" x="10" y="-30" uuid="{f3ba218e-ae2b-4a78-ad11-bbbafe2bf1c4}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,57 @@
|
||||
<definition link_type="simple" height="180" version="0.80" orientation="dyyy" type="element" width="130" hotspot_x="5" hotspot_y="175">
|
||||
<uuid uuid="{226d3d73-ab23-4d75-9bb9-3ea04e0dc841}"/>
|
||||
<names>
|
||||
<name lang="pl">Podgrzewacz wody</name>
|
||||
<name lang="fr">Eau Chaude Sanitaire 2</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<arc height="18" angle="180" antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" start="90" x="48.5" y="-128" width="7"/>
|
||||
<arc height="18" angle="180" antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" start="90" x="63.5" y="-128" width="7"/>
|
||||
<arc height="18" angle="180" antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" start="270" x="63.5" y="-146" width="7"/>
|
||||
<arc height="18" angle="180" antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" start="270" x="48.5" y="-146" width="7"/>
|
||||
<rect height="85" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="0" y="-85" width="120" rx="0"/>
|
||||
<line y2="-15" antialias="false" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-15" x1="0" end1="none" length1="1.5"/>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="7" x="29" y="-44" font="Sans Serif,7,-1,5,50,0,0,0,0,0" uuid="{1749c5a4-5fed-4457-bfd2-6c28a3323ba0}" text_from="UserText">
|
||||
<text>20</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="8" x="-2" y="-63" font="Sans Serif,7,-1,5,50,0,0,0,0,0" uuid="{f82e70b8-c5a8-4867-8bee-3546c1c9e4fc}" text_from="ElementInfo">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<text color="#000000" text=" kA C" rotation="0" x="58" y="-18" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<line y2="-45" antialias="false" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-45" x1="0" end1="none" length1="1.5"/>
|
||||
<line y2="-65" antialias="false" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-65" x1="0" end1="none" length1="1.5"/>
|
||||
<text color="#000000" text="A" rotation="0" x="66" y="-30" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text color="#000000" text="Eau Chaude Sanitaire" rotation="0" x="0" y="-69" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text color="#000000" text=" mm²" rotation="0" x="58" y="-2" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<line y2="-156.333" antialias="false" x2="50" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-170" x1="50" end1="none" length1="1.5"/>
|
||||
<rect height="45" antialias="false" ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black" x="45" y="-151" width="30" rx="0"/>
|
||||
<arc height="10" angle="90" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" start="90" x="45" y="-156" width="10"/>
|
||||
<arc height="10" angle="90" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="65" y="-156" width="10"/>
|
||||
<arc height="10" angle="90" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" start="270" x="65" y="-111" width="10"/>
|
||||
<arc height="10" angle="90" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" start="180" x="45" y="-111" width="10"/>
|
||||
<line y2="-156" antialias="false" x2="70" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-156" x1="50" end1="none" length1="1.5"/>
|
||||
<line y2="-101" antialias="false" x2="70" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-101" x1="50" end1="none" length1="1.5"/>
|
||||
<line y2="-106" antialias="false" x2="45" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-151" x1="45" end1="none" length1="1.5"/>
|
||||
<line y2="-106" antialias="false" x2="75" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-151" x1="75" end1="none" length1="1.5"/>
|
||||
<arc height="8" angle="90" antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" start="180" x="54" y="-105" width="10"/>
|
||||
<arc height="8" angle="90" antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" start="270" x="56" y="-105" width="10"/>
|
||||
<line y2="-97" antialias="false" x2="62.0395" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" length2="1.5" y1="-97" x1="58.9605" end1="none" length1="1.5"/>
|
||||
<line y2="-99.1667" antialias="false" x2="50" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-101.833" x1="50" end1="none" length1="1.5"/>
|
||||
<line y2="-99.235" antialias="false" x2="70" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-101.765" x1="70" end1="none" length1="1.5"/>
|
||||
<arc height="18" angle="180" antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" start="90" x="56.5" y="-128" width="7"/>
|
||||
<arc height="18" angle="180" antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" start="270" x="56.5" y="-146" width="7"/>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="33" x="28" y="-13.5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" uuid="{6d6643fa-9efd-48cd-b5df-4976edba410c}" text_from="UserText">
|
||||
<text>3 G 2.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="34" x="30" y="-28.5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" uuid="{9587d810-ea96-4e50-92bf-1cc4ca43d9ee}" text_from="UserText">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<line y2="-156" antialias="false" x2="70" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-170" x1="70" end1="none" length1="1.5"/>
|
||||
<terminal orientation="n" x="70" name="" y="-170" uuid="{7674a643-3ea7-4482-98ad-443cd9cee619}"/>
|
||||
<terminal orientation="s" x="60" name="" y="-100" uuid="{03ae4057-7a29-485b-9ee3-9ca3d657bce7}"/>
|
||||
<terminal orientation="n" x="50" name="" y="-170" uuid="{79b39d44-87e4-464b-8310-e476e1113486}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,62 @@
|
||||
<definition link_type="master" height="170" version="0.80" orientation="dyyy" type="element" width="130" hotspot_x="5" hotspot_y="165">
|
||||
<uuid uuid="{1531c8b7-41b5-4245-a910-a072d2aada15}"/>
|
||||
<names>
|
||||
<name lang="fr">Eau Chaude Sanitaire mono</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="type" show="1">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<arc height="18" angle="180" antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" start="90" x="48.5" y="-128" width="7"/>
|
||||
<arc height="18" angle="180" antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" start="90" x="63.5" y="-128" width="7"/>
|
||||
<arc height="18" angle="180" antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" start="270" x="63.5" y="-146" width="7"/>
|
||||
<arc height="18" angle="180" antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" start="270" x="48.5" y="-146" width="7"/>
|
||||
<rect height="85" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="0" y="-85" width="120" rx="0"/>
|
||||
<line y2="-15" antialias="false" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-15" x1="0" end1="none" length1="1.5"/>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="13" x="29" y="-44" font="Sans Serif,7,-1,5,50,0,0,0,0,0" uuid="{abf12eca-4d7e-48eb-b018-ff6b146adb31}" text_from="UserText">
|
||||
<text>20</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="15" x="-2" y="-63" font="Sans Serif,7,-1,5,50,0,0,0,0,0" uuid="{447cf34c-90aa-41d2-b794-e53e9f877ce3}" text_from="ElementInfo">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<text color="#000000" text=" kA C" rotation="0" x="58" y="-18" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<line y2="-45" antialias="false" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-45" x1="0" end1="none" length1="1.5"/>
|
||||
<line y2="-65" antialias="false" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-65" x1="0" end1="none" length1="1.5"/>
|
||||
<text color="#000000" text="A" rotation="0" x="66" y="-30" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text color="#000000" text=" mm²" rotation="0" x="58" y="-2" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<rect height="45" antialias="false" ry="0" style="line-style:normal;line-weight:thin;filling:none;color:black" x="45" y="-151" width="30" rx="0"/>
|
||||
<arc height="10" angle="90" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" start="90" x="45" y="-156" width="10"/>
|
||||
<arc height="10" angle="90" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" start="0" x="65" y="-156" width="10"/>
|
||||
<arc height="10" angle="90" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" start="270" x="65" y="-111" width="10"/>
|
||||
<arc height="10" angle="90" antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" start="180" x="45" y="-111" width="10"/>
|
||||
<line y2="-156" antialias="false" x2="70" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-156" x1="50" end1="none" length1="1.5"/>
|
||||
<line y2="-101" antialias="false" x2="70" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-101" x1="50" end1="none" length1="1.5"/>
|
||||
<line y2="-106" antialias="false" x2="45" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-151" x1="45" end1="none" length1="1.5"/>
|
||||
<line y2="-106" antialias="false" x2="75" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-151" x1="75" end1="none" length1="1.5"/>
|
||||
<arc height="8" angle="90" antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" start="180" x="54" y="-105" width="10"/>
|
||||
<arc height="8" angle="90" antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" start="270" x="56" y="-105" width="10"/>
|
||||
<line y2="-97" antialias="false" x2="62.0395" style="line-style:normal;line-weight:thin;filling:none;color:black" end2="none" length2="1.5" y1="-97" x1="58.9605" end1="none" length1="1.5"/>
|
||||
<line y2="-99.1667" antialias="false" x2="50" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-101.833" x1="50" end1="none" length1="1.5"/>
|
||||
<line y2="-99.235" antialias="false" x2="70" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-101.765" x1="70" end1="none" length1="1.5"/>
|
||||
<arc height="18" angle="180" antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" start="90" x="56.5" y="-128" width="7"/>
|
||||
<arc height="18" angle="180" antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" start="270" x="56.5" y="-146" width="7"/>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="52" x="28" y="-13.5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" uuid="{f28e51c2-c03f-4de8-af8d-aa10f7f0f541}" text_from="UserText">
|
||||
<text>3 G 2.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="53" x="30" y="-28.5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" uuid="{2182ee66-f21b-4abd-a214-dd5422e9c0f9}" text_from="UserText">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="54" x="-2" y="-81.5" font="Sans Serif,7,-1,5,50,0,0,0,0,0" uuid="{fb969d63-7233-457c-9a6c-8a5818ca87c8}" text_from="UserText">
|
||||
<text>Eau Chaude Sanitaire</text>
|
||||
</dynamic_text>
|
||||
<line y2="-156" antialias="false" x2="50" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-160" x1="50" end1="none" length1="1.5"/>
|
||||
<line y2="-156" antialias="false" x2="70" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-160" x1="70" end1="none" length1="1.5"/>
|
||||
<line y2="-156" antialias="false" x2="70" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-160" x1="70" end1="none" length1="1.5"/>
|
||||
<terminal orientation="s" x="60" name="" y="-100" uuid="{05a1c801-1b11-40b1-9a05-200a470324a3}"/>
|
||||
<terminal orientation="n" x="50" name="" y="-160" uuid="{dcbab1b9-5d74-4f63-8d5c-05fcd19b3eaf}"/>
|
||||
<terminal orientation="n" x="70" name="" y="-160" uuid="{761a1d0e-5324-4454-b72f-89d8e33ca53c}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,63 @@
|
||||
<definition orientation="dyyy" link_type="master" type="element" height="180" width="130" hotspot_y="175" version="0.80" hotspot_x="5">
|
||||
<uuid uuid="{83b9e74f-4b98-46c0-bb19-bfc1a05ad683}"/>
|
||||
<names>
|
||||
<name lang="fr">Eau Chaude Sanitaire tri</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="18" width="7" start="90" x="48.5" y="-128"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="18" width="7" start="90" x="63.5" y="-128"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="18" width="7" start="270" x="63.5" y="-146"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="18" width="7" start="270" x="48.5" y="-146"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="85" width="120" ry="0" x="0" rx="0" y="-85"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-15" length2="1.5" length1="1.5" x2="120" y1="-15" x1="0" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="29" z="12" uuid="{a741d042-a20d-49bf-b210-4fd3c02230b8}" text_from="UserText" y="-44" Halignment="AlignLeft">
|
||||
<text>10</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="14" uuid="{fee22f75-0643-46c1-996e-e08f96d34ad4}" text_from="ElementInfo" y="-63" Halignment="AlignLeft">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<text text=" kA C" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-18" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-45" length2="1.5" length1="1.5" x2="120" y1="-45" x1="0" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-65" length2="1.5" length1="1.5" x2="120" y1="-65" x1="0" end2="none"/>
|
||||
<text text="A" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="66" y="-30" color="#000000"/>
|
||||
<text text=" mm²" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-2" color="#000000"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" height="45" width="30" ry="0" x="45" rx="0" y="-151"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="90" height="10" width="10" start="90" x="45" y="-156"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="90" height="10" width="10" start="0" x="65" y="-156"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="90" height="10" width="10" start="270" x="65" y="-111"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="90" height="10" width="10" start="180" x="45" y="-111"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-156" length2="1.5" length1="1.5" x2="70" y1="-156" x1="50" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-101" length2="1.5" length1="1.5" x2="70" y1="-101" x1="50" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-106" length2="1.5" length1="1.5" x2="45" y1="-151" x1="45" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-106" length2="1.5" length1="1.5" x2="75" y1="-151" x1="75" end2="none"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="90" height="8" width="10" start="180" x="54" y="-105"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="90" height="8" width="10" start="270" x="56" y="-105"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-97" length2="1.5" length1="1.5" x2="62.0395" y1="-97" x1="58.9605" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-99.1667" length2="1.5" length1="1.5" x2="50" y1="-101.833" x1="50" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-99.235" length2="1.5" length1="1.5" x2="70" y1="-101.765" x1="70" end2="none"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="18" width="7" start="90" x="56.5" y="-128"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="18" width="7" start="270" x="56.5" y="-146"/>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="28" z="49" uuid="{0885f468-5fb4-48d4-87a5-e9e05edacfda}" text_from="UserText" y="-13.5" Halignment="AlignLeft">
|
||||
<text>4 G 1.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="30" z="50" uuid="{d6c1b4b1-97db-4e18-a901-0b324490d126}" text_from="UserText" y="-28.5" Halignment="AlignLeft">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="51" uuid="{ecf5ad86-7bb5-4db6-8180-fc27aec9e88b}" text_from="UserText" y="-81.5" Halignment="AlignLeft">
|
||||
<text>Eau Chaude Sanitaire</text>
|
||||
</dynamic_text>
|
||||
<polygon antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x4="46" y4="-154" y2="-165" y5="-154" x5="46" y3="-154" x2="40" y1="-170" x1="40" x3="46" closed="false"/>
|
||||
<polygon antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-164" y3="-154" x2="80" y1="-170" x1="80" x3="74" closed="false"/>
|
||||
<polygon antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-156" y3="-156" x2="60" y1="-170" x1="60" x3="60" closed="false"/>
|
||||
<terminal orientation="n" name="" x="60" uuid="{25bb1181-bccd-4b3b-bbc0-2e73b16d7a6a}" y="-170"/>
|
||||
<terminal orientation="n" name="" x="80" uuid="{f0907dd1-1217-4409-b7ba-f6fef1ffe614}" y="-170"/>
|
||||
<terminal orientation="n" name="" x="40" uuid="{be1862b4-55de-4af4-ba79-0adb3f6e617b}" y="-170"/>
|
||||
<terminal orientation="s" name="" x="60" uuid="{e358978d-8d75-40fb-bb6b-2e8833849266}" y="-100"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,54 @@
|
||||
<definition orientation="dyyy" link_type="master" type="element" height="180" width="130" hotspot_y="175" version="0.80" hotspot_x="5">
|
||||
<uuid uuid="{c5832e8e-19d3-4d55-8f8d-84c37fd13c5c}"/>
|
||||
<names>
|
||||
<name lang="fr">Éclairage extérieur</name>
|
||||
<name lang="pl">Oświetlenie zewnętrzne</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="270" height="4" width="4" start="315" x="58" y="-148"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-143" length2="1.5" length1="1.5" x2="59" y1="-144" x1="59" end2="none"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="85" width="120" ry="0" x="0" rx="0" y="-85"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-15" length2="1.5" length1="1.5" x2="120" y1="-15" x1="0" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="29" z="10" uuid="{70fc21b3-5e8d-4874-9562-0d7b537cb630}" text_from="UserText" y="-44" Halignment="AlignLeft">
|
||||
<text>10</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="12" uuid="{384ffaf2-7973-456c-b528-1151670eae81}" text_from="UserText" y="-63" Halignment="AlignLeft">
|
||||
<text>Éxtérieur</text>
|
||||
</dynamic_text>
|
||||
<text text=" kA C" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-18" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-45" length2="1.5" length1="1.5" x2="120" y1="-45" x1="0" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-65" length2="1.5" length1="1.5" x2="120" y1="-65" x1="0" end2="none"/>
|
||||
<text text="A" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="66" y="-30" color="#000000"/>
|
||||
<text text=" mm²" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-2" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-155" length2="1.5" length1="1.5" x2="50" y1="-160" x1="60" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-155" length2="1.5" length1="1.5" x2="70" y1="-160" x1="60" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="28" z="35" uuid="{f0a50913-cddc-4249-82f8-25794c6223cd}" text_from="UserText" y="-13.5" Halignment="AlignLeft">
|
||||
<text>3 G 1.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="30" z="37" uuid="{caa8f5a9-9af1-40a7-bd53-4e9b6432c9fe}" text_from="UserText" y="-28.5" Halignment="AlignLeft">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="38" uuid="{f62dea8e-0d51-42ec-b0e8-c0edf5355ff4}" text_from="UserText" y="-81.5" Halignment="AlignLeft">
|
||||
<text>Éclairage extérieur</text>
|
||||
</dynamic_text>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" height="3" width="2" ry="0" x="59" rx="0" y="-143"/>
|
||||
<polygon antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" x4="57" y4="-142" y2="-154" y5="-154" x5="54" y3="-142" x2="66" y1="-154" x1="54" x3="63" closed="false"/>
|
||||
<polygon antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x4="64" y4="-140" y2="-156" y5="-140" x5="56" y3="-156" x2="52" y1="-140" x1="56" x3="68" closed="false"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-143" length2="1.5" length1="1.5" x2="61" y1="-144" x1="61" end2="none"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="90" height="1.25" width="1" start="360" x="58" y="-144.625"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="90" height="1.25" width="1" start="90" x="61" y="-144.625"/>
|
||||
<polygon y6="-108" antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x4="61" y4="-140" y2="-110" y5="-110" x5="61" y3="-140" x6="66" y7="-108" x2="59" x7="54" y1="-108" x1="54" x3="59" closed="false"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-165" length2="1.5" length1="1.5" x2="50" y1="-170" x1="50" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-158" length2="1.5" length1="1.5" x2="55" y1="-165" x1="50" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-165" length2="1.5" length1="1.5" x2="70" y1="-170" x1="70" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-158" length2="1.5" length1="1.5" x2="64" y1="-165" x1="70" end2="none"/>
|
||||
<terminal orientation="n" name="" x="70" uuid="{d38a0bdb-9d2c-4ce7-83a8-987098e970c2}" y="-170"/>
|
||||
<terminal orientation="s" name="" x="60" uuid="{44a9cebb-5cc8-4d89-b2e7-bd9e3bed864f}" y="-110"/>
|
||||
<terminal orientation="n" name="" x="50" uuid="{2e3ba283-b918-4f68-9ad4-0ae658b61337}" y="-170"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,61 @@
|
||||
<definition orientation="dyyy" link_type="master" type="element" height="180" width="130" hotspot_y="175" version="0.80" hotspot_x="5">
|
||||
<uuid uuid="{ae9120bf-13b8-4b4d-96b4-de7d6e2389ec}"/>
|
||||
<names>
|
||||
<name lang="nl">Verlichting</name>
|
||||
<name lang="fr">Éclairage</name>
|
||||
<name lang="en">Lighting</name>
|
||||
<name lang="de">Beleuchtung</name>
|
||||
<name lang="pl">Oświetlenie</name>
|
||||
<name lang="cs">Osvětlení</name>
|
||||
<name lang="it">Illuminazione</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="85" width="120" ry="0" x="0" rx="0" y="-85"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-15" length2="1.5" length1="1.5" x2="120" y1="-15" x1="0" end2="none"/>
|
||||
<text text=" kA C" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-18" color="#000000"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="29" z="5" uuid="{ce2423e9-82af-4780-b691-ff00728cd532}" text_from="UserText" y="-44" Halignment="AlignLeft">
|
||||
<text>10</text>
|
||||
</dynamic_text>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-45" length2="1.5" length1="1.5" x2="120" y1="-45" x1="0" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-65" length2="1.5" length1="1.5" x2="120" y1="-65" x1="0" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="8" uuid="{2c580922-45ee-4582-b07e-27c7ccc564d1}" text_from="UserText" y="-63" Halignment="AlignLeft">
|
||||
<text>Local</text>
|
||||
</dynamic_text>
|
||||
<text text="A" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="66" y="-32" color="#000000"/>
|
||||
<text text=" mm²" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-2" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-100" length2="1.5" length1="1.5" x2="48" y1="-123" x1="48" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-100" length2="1.5" length1="1.5" x2="72" y1="-123" x1="72" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-97" length2="1.5" length1="1.5" x2="56" y1="-100" x1="48" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-97" length2="1.5" length1="1.5" x2="63" y1="-100" x1="72" end2="none"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-280" height="40" width="40" start="-130" x="40" y="-160"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-124" length2="1.5" length1="1.5" x2="72" y1="-124" x1="48" end2="none"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" angle="-180" height="4" width="8" start="0" x="56" y="-99"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-97" length2="1.5" length1="1.5" x2="63" y1="-97" x1="56" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-100" length2="1.5" length1="1.5" x2="72" y1="-100" x1="48" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-104" length2="1.5" length1="1.5" x2="72" y1="-100" x1="48" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-108" length2="1.5" length1="1.5" x2="72" y1="-104" x1="48" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-112" length2="1.5" length1="1.5" x2="72" y1="-108" x1="48" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-116" length2="1.5" length1="1.5" x2="72" y1="-112" x1="48" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-120" length2="1.5" length1="1.5" x2="72" y1="-116" x1="48" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-122" length2="1.5" length1="1.5" x2="59" y1="-120" x1="48" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-157" length2="1.5" length1="1.5" x2="50" y1="-170" x1="50" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-158" length2="1.5" length1="1.5" x2="70" y1="-170" x1="70" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="30" z="47" uuid="{10b8aa4a-41bd-42e4-a627-23486d46c711}" text_from="UserText" y="-28.5" Halignment="AlignLeft">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="28" z="48" uuid="{74aeaf43-b38a-44e1-a873-549f8294eab3}" text_from="UserText" y="-13.5" Halignment="AlignLeft">
|
||||
<text>3 G 1.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="49" uuid="{6b6369fa-0ec9-4f46-b77f-c690a7380d81}" text_from="UserText" y="-81.5" Halignment="AlignLeft">
|
||||
<text>Éclairage</text>
|
||||
</dynamic_text>
|
||||
<terminal orientation="n" name="" x="50" uuid="{743ec6ca-61e9-4783-b3cc-54a31fcd020e}" y="-170"/>
|
||||
<terminal orientation="s" name="" x="60" uuid="{9ffa5bd8-d5c3-416e-b5b2-ddb3d565e0d1}" y="-98"/>
|
||||
<terminal orientation="n" name="" x="70" uuid="{bf24747d-b080-4cdf-9abd-043b852afa4b}" y="-170"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,52 @@
|
||||
<definition orientation="dyyy" link_type="simple" type="element" height="180" width="130" hotspot_y="175" version="0.80" hotspot_x="5">
|
||||
<uuid uuid="{a54280f9-92cd-4eed-a7a4-bb2c0ec8545d}"/>
|
||||
<names>
|
||||
<name lang="fr">Éclairage</name>
|
||||
<name lang="pl">Oświetlenie</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="85" width="120" ry="0" x="0" rx="0" y="-85"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-15" length2="1.5" length1="1.5" x2="120" y1="-15" x1="0" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="29" z="3" uuid="{2a1e4db2-b7a6-4841-997a-943c43f53ee6}" text_from="UserText" y="-44" Halignment="AlignLeft">
|
||||
<text>10</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="4" uuid="{fe3767e5-9c44-4598-b29a-d9a6dc4a80b8}" text_from="ElementInfo" y="-63" Halignment="AlignLeft">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<text text=" kA C" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-18" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-45" length2="1.5" length1="1.5" x2="120" y1="-45" x1="0" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-65" length2="1.5" length1="1.5" x2="120" y1="-65" x1="0" end2="none"/>
|
||||
<text text="A" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="66" y="-32" color="#000000"/>
|
||||
<text text="Éclairage" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="2" y="-69" color="#000000"/>
|
||||
<text text=" mm²" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-2" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-100" length2="1.5" length1="1.5" x2="48" y1="-123" x1="48" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-100" length2="1.5" length1="1.5" x2="72" y1="-123" x1="72" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-97" length2="1.5" length1="1.5" x2="56" y1="-100" x1="48" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-97" length2="1.5" length1="1.5" x2="63" y1="-100" x1="72" end2="none"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-280" height="40" width="40" start="-130" x="40" y="-160"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-124" length2="1.5" length1="1.5" x2="72" y1="-124" x1="48" end2="none"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" angle="-180" height="4" width="8" start="0" x="56" y="-99"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-97" length2="1.5" length1="1.5" x2="63" y1="-97" x1="56" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-100" length2="1.5" length1="1.5" x2="72" y1="-100" x1="48" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-104" length2="1.5" length1="1.5" x2="72" y1="-100" x1="48" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-108" length2="1.5" length1="1.5" x2="72" y1="-104" x1="48" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-112" length2="1.5" length1="1.5" x2="72" y1="-108" x1="48" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-116" length2="1.5" length1="1.5" x2="72" y1="-112" x1="48" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-120" length2="1.5" length1="1.5" x2="72" y1="-116" x1="48" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-122" length2="1.5" length1="1.5" x2="59" y1="-120" x1="48" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="30" z="28" uuid="{015362b7-952e-482e-9aec-4e0cefa9d509}" text_from="UserText" y="-28.5" Halignment="AlignLeft">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="28" z="29" uuid="{f34bf41a-2eeb-4cf2-affa-7e1efc261730}" text_from="UserText" y="-13.5" Halignment="AlignLeft">
|
||||
<text>3 G 1.5</text>
|
||||
</dynamic_text>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-158" length2="1.5" length1="1.5" x2="50" y1="-170" x1="50" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-158" length2="1.5" length1="1.5" x2="70" y1="-170" x1="70" end2="none"/>
|
||||
<terminal orientation="n" name="" x="50" uuid="{a91e64ff-4368-499e-b0f8-342c19fe5ef8}" y="-170"/>
|
||||
<terminal orientation="n" name="" x="70" uuid="{7a268d3e-b07f-4af4-aa2c-5f08b8108be8}" y="-170"/>
|
||||
<terminal orientation="s" name="" x="60" uuid="{3cedbdb8-6f20-4768-ae19-21ebacf4300e}" y="-100"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,54 @@
|
||||
<definition link_type="master" height="180" version="0.80" orientation="dyyy" type="element" width="130" hotspot_x="5" hotspot_y="175">
|
||||
<uuid uuid="{0b79996c-f9f2-4e7c-91bd-d6e7cd98014c}"/>
|
||||
<names>
|
||||
<name lang="fr">Congélateur</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="type" show="1">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>CBH41</informations>
|
||||
<description>
|
||||
<line y2="-145" antialias="false" x2="56" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-145" x1="46" end1="none" length1="1.5"/>
|
||||
<line y2="-140" antialias="false" x2="63" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-150" x1="63" end1="none" length1="1.5"/>
|
||||
<line y2="-145" antialias="false" x2="68" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-145" x1="58" end1="none" length1="1.5"/>
|
||||
<rect height="85" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="0" y="-85" width="120" rx="0"/>
|
||||
<line y2="-15" antialias="false" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-15" x1="0" end1="none" length1="1.5"/>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="11" x="29" y="-44" font="Sans Serif,7,-1,5,50,0,0,0,0,0" uuid="{2ea6780b-2369-4a5e-a760-6920058ee792}" text_from="UserText">
|
||||
<text>20</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="14" x="-2" y="-63" font="Sans Serif,7,-1,5,50,0,0,0,0,0" uuid="{290d93bf-b882-41cb-a24e-d15d9f0ef1f8}" text_from="UserText">
|
||||
<text>Local</text>
|
||||
</dynamic_text>
|
||||
<text color="#000000" text=" kA C" rotation="0" x="58" y="-18" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<line y2="-45" antialias="false" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-45" x1="0" end1="none" length1="1.5"/>
|
||||
<line y2="-65" antialias="false" x2="120" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-65" x1="0" end1="none" length1="1.5"/>
|
||||
<text color="#000000" text="A" rotation="0" x="66" y="-30" font="Sans Serif,7,-1,5,50,0,0,0,0,0"/>
|
||||
<text color="#000000" text=" mm²" rotation="0" x="58" y="-2" font="Sans Serif,5,-1,5,50,0,0,0,0,0"/>
|
||||
<rect height="70" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="30" y="-160" width="60" rx="0"/>
|
||||
<rect height="10" antialias="false" ry="0" style="line-style:normal;line-weight:normal;filling:none;color:black" x="34" y="-150" width="2" rx="0"/>
|
||||
<line y2="-142" antialias="false" x2="78" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-148" x1="72" end1="none" length1="1.5"/>
|
||||
<line y2="-142" antialias="false" x2="72" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-148" x1="78" end1="none" length1="1.5"/>
|
||||
<line y2="-145" antialias="false" x2="80" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-145" x1="70" end1="none" length1="1.5"/>
|
||||
<line y2="-140" antialias="false" x2="75" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-150" x1="75" end1="none" length1="1.5"/>
|
||||
<line y2="-140" antialias="false" x2="51" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-150" x1="51" end1="none" length1="1.5"/>
|
||||
<line y2="-148" antialias="false" x2="66" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-142" x1="60" end1="none" length1="1.5"/>
|
||||
<line y2="-148" antialias="false" x2="54" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-142" x1="48" end1="none" length1="1.5"/>
|
||||
<line y2="-142" antialias="false" x2="54" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-148" x1="48" end1="none" length1="1.5"/>
|
||||
<line y2="-142" antialias="false" x2="66" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-148" x1="60" end1="none" length1="1.5"/>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="46" x="30" y="-28.5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" uuid="{534af790-9352-447e-b69b-4769486fa3a5}" text_from="UserText">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="47" x="28" y="-13.5" font="Sans Serif,5,-1,5,50,0,0,0,0,0" uuid="{ef3bb590-5136-459d-8b48-687350384a63}" text_from="UserText">
|
||||
<text>3 G 2.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text rotation="0" frame="false" Valignment="AlignTop" text_width="-1" Halignment="AlignLeft" z="48" x="-2" y="-81.5" font="Sans Serif,7,-1,5,50,0,0,0,0,0" uuid="{de206224-3ab4-44aa-8151-de6cbb6a4310}" text_from="UserText">
|
||||
<text>Congélateur</text>
|
||||
</dynamic_text>
|
||||
<line y2="-160" antialias="false" x2="50" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-170" x1="50" end1="none" length1="1.5"/>
|
||||
<line y2="-160" antialias="false" x2="70" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" length2="1.5" y1="-170" x1="70" end1="none" length1="1.5"/>
|
||||
<terminal orientation="n" x="70" name="" y="-170" uuid="{693ace1d-578b-449a-aa1d-e0727faf1cd2}"/>
|
||||
<terminal orientation="n" x="50" name="" y="-170" uuid="{c1d23393-51de-4b04-829e-fedbfd3dcda1}"/>
|
||||
<terminal orientation="s" x="60" name="" y="-90" uuid="{13bf67c5-cf17-4734-b275-c161474e3383}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,53 @@
|
||||
<definition orientation="dyyy" link_type="simple" type="element" height="180" width="130" hotspot_y="175" version="0.80" hotspot_x="5">
|
||||
<uuid uuid="{9ede191b-4495-43b7-a07d-a9cacf8d58cb}"/>
|
||||
<names>
|
||||
<name lang="fr">Four</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>CBH41</informations>
|
||||
<description>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="85" width="120" ry="0" x="0" rx="0" y="-85"/>
|
||||
<polygon y3="-113.743" y4="-115.929" x2="41.85" x6="47.4" y1="-105" y8="-124.671" y10="-118.114" x3="40" y6="-122.486" y7="-124.671" y2="-109.371" x10="65.9" y5="-120.3" x4="40" style="line-style:normal;line-weight:normal;filling:brun;color:black" x7="52.95" x9="60.35" x8="56.65" y9="-122.486" x1="45.55" x5="43.7" antialias="false"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="8.74286" width="3.7" start="90" x="56.65" y="-139.971"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-15" length2="1.5" length1="1.5" x2="120" y1="-15" x1="0" end2="none"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="8.74286" width="3.7" start="90" x="62.2" y="-139.971"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="8.74286" width="3.7" start="270" x="56.65" y="-131.229"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="8.74286" width="3.7" start="270" x="62.2" y="-131.229"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="8.74286" width="3.7" start="90" x="51.1" y="-139.971"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="29" z="12" uuid="{75e386c6-cb94-450f-a5df-e98c5ddb3897}" text_from="UserText" y="-44" Halignment="AlignLeft">
|
||||
<text>20</text>
|
||||
</dynamic_text>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="8.74286" width="3.7" start="270" x="51.1" y="-131.229"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="14" uuid="{2db4b003-5261-4027-8237-002a8617b7ec}" text_from="UserText" y="-63" Halignment="AlignLeft">
|
||||
<text>Cuisine</text>
|
||||
</dynamic_text>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-105" length2="1.5" length1="1.5" x2="41.85" y1="-107.186" x1="40" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-105" length2="1.5" length1="1.5" x2="78.85" y1="-105" x1="41.85" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-107.186" length2="1.5" length1="1.5" x2="80.7" y1="-105" x1="78.85" end2="none"/>
|
||||
<text text=" kA C" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-18" color="#000000"/>
|
||||
<polygon y3="-111.557" y4="-113.743" x2="49.25" x13="62.2" x6="69.6" y1="-105" y8="-122.486" y10="-118.114" y12="-105" y11="-115.929" x3="51.1" y6="-120.3" x12="62.2" y7="-122.486" y2="-109.371" x10="71.45" y5="-118.114" x4="54.8" style="line-style:normal;line-weight:normal;filling:brun;color:black" x7="69.6" x9="73.3" y13="-105" x8="71.45" y9="-118.114" x1="49.25" x5="67.75" x11="69.6" antialias="false"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-45" length2="1.5" length1="1.5" x2="120" y1="-45" x1="0" end2="none"/>
|
||||
<polygon y6="-105" antialias="false" style="line-style:normal;line-weight:normal;filling:brun;color:black" x4="75.15" y4="-109.371" y2="-113.743" y5="-107.186" x5="73.3" y3="-111.557" x6="71.45" y7="-105" x2="73.3" x7="62.2" y1="-115.929" x1="69.6" x3="75.15"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-65" length2="1.5" length1="1.5" x2="120" y1="-65" x1="0" end2="none"/>
|
||||
<text text="A" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="66" y="-30" color="#000000"/>
|
||||
<text text=" mm²" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-2" color="#000000"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="60" width="60" ry="0" x="30" rx="0" y="-160"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-144" length2="1.5" length1="1.5" x2="89" y1="-144" x1="30" end2="none"/>
|
||||
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="77.5" diameter="5" y="-155.5"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="36" width="52" ry="0" x="34" rx="0" y="-140"/>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="30" z="45" uuid="{5f5ca71d-bd5f-4c9f-b829-992a2491e84f}" text_from="UserText" y="-28.5" Halignment="AlignLeft">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="28" z="47" uuid="{12e31671-c09e-47ef-9926-5019a52eec9c}" text_from="UserText" y="-13.5" Halignment="AlignLeft">
|
||||
<text>3 G 2.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="49" uuid="{b940402f-350f-4f13-aa0e-303e271c1fb8}" text_from="UserText" y="-81.5" Halignment="AlignLeft">
|
||||
<text>Four</text>
|
||||
</dynamic_text>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-160" length2="1.5" length1="1.5" x2="50" y1="-170" x1="50" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-160" length2="1.5" length1="1.5" x2="70" y1="-170" x1="70" end2="none"/>
|
||||
<terminal orientation="s" name="" x="60" uuid="{ec8d94ea-5436-41f5-b011-f3431a90ac9d}" y="-100"/>
|
||||
<terminal orientation="n" name="" x="50" uuid="{d4836e40-7fa3-4547-826e-d3ee274b1ddb}" y="-170"/>
|
||||
<terminal orientation="n" name="" x="70" uuid="{9c5bb1fb-e5f6-458d-af6a-2e636c0f52cb}" y="-170"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,54 @@
|
||||
<definition orientation="dyyy" link_type="simple" type="element" height="170" width="130" hotspot_y="165" version="0.80" hotspot_x="5">
|
||||
<uuid uuid="{27cec05a-dd9a-41e3-a11c-917cf5e79d97}"/>
|
||||
<names>
|
||||
<name lang="fr">Hotte</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="85" width="120" ry="0" x="0" rx="0" y="-85"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-15" length2="1.5" length1="1.5" x2="120" y1="-15" x1="0" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="29" z="5" uuid="{403afc19-36b9-4372-916f-1a9f0e6f9b84}" text_from="UserText" y="-44" Halignment="AlignLeft">
|
||||
<text>16</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="7" uuid="{ca174203-6209-4d1c-8d4b-026e32f51ec0}" text_from="UserText" y="-63" Halignment="AlignLeft">
|
||||
<text>Cuisine</text>
|
||||
</dynamic_text>
|
||||
<text text=" kA C" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-18" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-45" length2="1.5" length1="1.5" x2="120" y1="-45" x1="0" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-65" length2="1.5" length1="1.5" x2="120" y1="-65" x1="0" end2="none"/>
|
||||
<text text="A" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="66" y="-30" color="#000000"/>
|
||||
<text text=" mm²" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-2" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-125" length2="1.5" length1="1.5" x2="90" y1="-125" x1="30" end2="none"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" angle="-180" height="10" width="30" start="-180" x="30" y="-130"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" angle="-180" height="30" width="10" start="90" x="55" y="-155"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" angle="-180" height="10" width="30" start="0" x="60" y="-130"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-180" height="30" width="10" start="-90" x="55" y="-125"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-50" height="60" width="60" start="70" x="30" y="-155"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-50" height="60" width="60" start="-20" x="30" y="-155"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-50" height="60" width="60" start="-110" x="30" y="-154"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-50" height="60" width="60" start="-200" x="30" y="-155"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-40" height="30" width="30" start="60" x="45" y="-140"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-40" height="30" width="30" start="-30" x="45" y="-140"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-40" height="30" width="30" start="-120" x="45" y="-140"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-40" height="30" width="30" start="-210" x="45" y="-141"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-50" height="45" width="45" start="65" x="36.5" y="-147.5"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-50" height="45" width="45" start="-20" x="37.5" y="-147.5"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-50" height="45" width="45" start="-110" x="37.5" y="-147.5"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-50" height="45" width="45" start="-200" x="38.5" y="-147.5"/>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="30" z="49" uuid="{fe814140-919a-41af-a6a2-0250014f3f47}" text_from="UserText" y="-28.5" Halignment="AlignLeft">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="28" z="50" uuid="{f473ac63-98bd-48c1-aa31-7a226c25964a}" text_from="UserText" y="-13.5" Halignment="AlignLeft">
|
||||
<text>3 G 1.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="51" uuid="{13f5bbd5-8a33-4c3b-83cb-cd88cad76f07}" text_from="UserText" y="-81.5" Halignment="AlignLeft">
|
||||
<text>Hotte</text>
|
||||
</dynamic_text>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-153" length2="1.5" length1="1.5" x2="50" y1="-160" x1="50" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-153" length2="1.5" length1="1.5" x2="70" y1="-160" x1="70" end2="none"/>
|
||||
<terminal orientation="n" name="" x="50" uuid="{8ed22208-8758-4af3-9d48-c48e0746cd17}" y="-160"/>
|
||||
<terminal orientation="n" name="" x="70" uuid="{4d7a08aa-fb67-4175-841a-cf05afd74ce0}" y="-160"/>
|
||||
<terminal orientation="s" name="" x="60" uuid="{2a280cce-5305-461d-9f5a-7bf12db87e96}" y="-95"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,65 @@
|
||||
<definition orientation="dyyy" link_type="master" type="element" height="180" width="130" hotspot_y="175" version="0.80" hotspot_x="5">
|
||||
<uuid uuid="{886b97b5-e993-4601-ac98-f8510abdc5f4}"/>
|
||||
<names>
|
||||
<name lang="fr">Lave-Linge</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>
|
||||
CBH41</informations>
|
||||
<description>
|
||||
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="46.5" diameter="27" y="-133.5"/>
|
||||
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="44" diameter="32" y="-136"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="2.04744" width="6.35235" start="180" x="56.2079" y="-112.579"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-127.935" length2="1.5" length1="1.5" x2="53.0317" y1="-123.84" x1="48.7968" end2="none"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="2.04744" width="6.35235" start="180" x="60.4428" y="-116.674"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="2.04744" width="6.35235" start="0" x="66.7951" y="-116.674"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-123.84" length2="1.5" length1="1.5" x2="53.0317" y1="-121.792" x1="50.9142" end2="none"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="2.04744" width="6.35235" start="0" x="62.5602" y="-112.579"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-127.935" length2="1.5" length1="1.5" x2="65.7364" y1="-123.84" x1="69.9713" end2="none"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="2.04744" width="6.35235" start="0" x="49.8555" y="-112.579"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-121.792" length2="1.5" length1="1.5" x2="50.9142" y1="-123.84" x1="48.7968" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-121.792" length2="1.5" length1="1.5" x2="67.8538" y1="-123.84" x1="69.9713" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-123.84" length2="1.5" length1="1.5" x2="65.7364" y1="-121.792" x1="67.8538" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-115.65" length2="1.5" length1="1.5" x2="53.0317" y1="-123.84" x1="53.0317" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-115.65" length2="1.5" length1="1.5" x2="65.7364" y1="-123.84" x1="65.7364" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-127.935" length2="1.5" length1="1.5" x2="55.1491" y1="-127.935" x1="53.0317" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-127.935" length2="1.5" length1="1.5" x2="63.6189" y1="-127.935" x1="65.7364" end2="none"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="4.09489" width="8.4698" start="180" x="55.1491" y="-129.982"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="2.04744" width="6.35235" start="180" x="47.7381" y="-116.674"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="2.04744" width="6.35235" start="0" x="54.0904" y="-116.674"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="85" width="120" ry="0" x="0" rx="0" y="-85"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-15" length2="1.5" length1="1.5" x2="120" y1="-15" x1="0" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="29" z="26" uuid="{ff2d4960-524b-441a-b057-938fadcf5a81}" text_from="UserText" y="-44" Halignment="AlignLeft">
|
||||
<text>20</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="27" uuid="{e653d874-cd02-4e16-bb51-05589fb18d3b}" text_from="UserText" y="-63" Halignment="AlignLeft">
|
||||
<text>Local</text>
|
||||
</dynamic_text>
|
||||
<text text=" kA C" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-18" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-45" length2="1.5" length1="1.5" x2="120" y1="-45" x1="0" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-65" length2="1.5" length1="1.5" x2="120" y1="-65" x1="0" end2="none"/>
|
||||
<text text="A" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="66" y="-32" color="#000000"/>
|
||||
<text text=" mm²" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-2" color="#000000"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="70" width="60" ry="0" x="30" rx="0" y="-160"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-144" length2="1.5" length1="1.5" x2="89" y1="-144" x1="30" end2="none"/>
|
||||
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="77.5" diameter="5" y="-155.5"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="10" width="13" ry="0" x="33" rx="0" y="-157"/>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="30" z="54" uuid="{02c556c1-dee7-4cf9-902d-0f4ada31da40}" text_from="UserText" y="-28.5" Halignment="AlignLeft">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="28" z="57" uuid="{88c81d07-5e83-4a94-a9e3-71d58418e5e0}" text_from="UserText" y="-13.5" Halignment="AlignLeft">
|
||||
<text>3 G 2.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="58" uuid="{cd46ce82-aa06-4235-8140-226e3136382b}" text_from="UserText" y="-81.5" Halignment="AlignLeft">
|
||||
<text>Lave-Linge</text>
|
||||
</dynamic_text>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-160" length2="1.5" length1="1.5" x2="50" y1="-170" x1="50" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-160" length2="1.5" length1="1.5" x2="70" y1="-170" x1="70" end2="none"/>
|
||||
<terminal orientation="n" name="" x="70" uuid="{1ce889d3-310a-4830-810b-9cfa69750c13}" y="-170"/>
|
||||
<terminal orientation="w" name="" x="60" uuid="{82c03209-9e92-498c-ac62-9d58b68c4137}" y="-90"/>
|
||||
<terminal orientation="n" name="" x="50" uuid="{237c83d2-9084-476c-8ffd-b82a69e616d0}" y="-170"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,51 @@
|
||||
<definition orientation="dyyy" link_type="master" type="element" height="180" width="130" hotspot_y="175" version="0.80" hotspot_x="5">
|
||||
<uuid uuid="{4578d5cb-1e59-47b3-a071-45d373669e1f}"/>
|
||||
<names>
|
||||
<name lang="fr">Lave-Vaisselle</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>CBH41</informations>
|
||||
<description>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="85" width="120" ry="0" x="0" rx="0" y="-85"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-15" length2="1.5" length1="1.5" x2="120" y1="-15" x1="0" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="29" z="5" uuid="{b7ec0045-2474-4980-863c-d42024f94185}" text_from="UserText" y="-44" Halignment="AlignLeft">
|
||||
<text>20</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="8" uuid="{c44d0f29-9a9f-40d7-a2e1-8338e130dbc7}" text_from="UserText" y="-63" Halignment="AlignLeft">
|
||||
<text>Cuisine</text>
|
||||
</dynamic_text>
|
||||
<text text=" kA C" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-18" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-45" length2="1.5" length1="1.5" x2="120" y1="-45" x1="0" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-65" length2="1.5" length1="1.5" x2="120" y1="-65" x1="0" end2="none"/>
|
||||
<text text="A" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="66" y="-30" color="#000000"/>
|
||||
<text text=" mm²" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-2" color="#000000"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="70" width="60" ry="0" x="30" rx="0" y="-160"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-144" length2="1.5" length1="1.5" x2="89" y1="-144" x1="30" end2="none"/>
|
||||
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="77.5" diameter="5" y="-155.5"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-110" length2="1.5" length1="1.5" x2="77" y1="-110" x1="43" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-110" length2="1.5" length1="1.5" x2="43" y1="-112" x1="40" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-110" length2="1.5" length1="1.5" x2="77" y1="-112" x1="80" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-114" length2="1.5" length1="1.5" x2="66" y1="-114" x1="55" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-116" length2="1.5" length1="1.5" x2="60" y1="-114" x1="55" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-114" length2="1.5" length1="1.5" x2="66" y1="-116" x1="60" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-123" length2="1.5" length1="1.5" x2="60" y1="-116" x1="60" end2="none"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-180" height="10" width="7" start="0" x="56.5" y="-134"/>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="30" z="43" uuid="{4b67e404-1622-43c7-a1d7-b905643f738c}" text_from="UserText" y="-28.5" Halignment="AlignLeft">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="28" z="44" uuid="{36672e09-99a5-49d0-b7d0-786735c7eda8}" text_from="UserText" y="-13.5" Halignment="AlignLeft">
|
||||
<text>3 G 2.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="45" uuid="{c45f6f92-8bb3-41f1-b7cd-11f1ad762950}" text_from="UserText" y="-81.5" Halignment="AlignLeft">
|
||||
<text>Lave-Vaisselle</text>
|
||||
</dynamic_text>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-160" length2="1.5" length1="1.5" x2="50" y1="-170" x1="50" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-160" length2="1.5" length1="1.5" x2="70" y1="-170" x1="70" end2="none"/>
|
||||
<terminal orientation="n" name="" x="50" uuid="{5ee9be2d-7074-40e6-bd14-a57e41fc053d}" y="-170"/>
|
||||
<terminal orientation="n" name="" x="70" uuid="{c882dfa6-4970-4eda-87cc-2d62bf6a4733}" y="-170"/>
|
||||
<terminal orientation="w" name="" x="60" uuid="{a4df8fb9-ad1b-40dc-894f-42ad131487fc}" y="-90"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,53 @@
|
||||
<definition orientation="dyyy" link_type="master" type="element" height="180" width="130" hotspot_y="175" version="0.80" hotspot_x="5">
|
||||
<uuid uuid="{23ca9091-a7f1-4a59-9233-5d6c69bc9b9c}"/>
|
||||
<names>
|
||||
<name lang="fr">Four à micro-ondes</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>CBH41</informations>
|
||||
<description>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-160" height="2" width="4" start="0" x="71" y="-126"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-160" height="2" width="4" start="-180" x="45" y="-128.5"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-160" height="2" width="4" start="-180" x="45" y="-121"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-160" height="2" width="4" start="0" x="71" y="-118.5"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="85" width="120" ry="0" x="0" rx="0" y="-85"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-15" length2="1.5" length1="1.5" x2="120" y1="-15" x1="0" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="29" z="14" uuid="{42b0e626-ad22-4440-bceb-b8550f7ee43e}" text_from="UserText" y="-44" Halignment="AlignLeft">
|
||||
<text>16</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="16" uuid="{39bf4b0f-9127-4824-99d4-b808772c15df}" text_from="UserText" y="-63" Halignment="AlignLeft">
|
||||
<text>Cuisine</text>
|
||||
</dynamic_text>
|
||||
<text text=" kA C" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-18" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-45" length2="1.5" length1="1.5" x2="120" y1="-45" x1="0" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-65" length2="1.5" length1="1.5" x2="120" y1="-65" x1="0" end2="none"/>
|
||||
<text text="A" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="66" y="-30" color="#000000"/>
|
||||
<text text=" mm²" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-2" color="#000000"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="60" width="60" ry="0" x="30" rx="0" y="-160"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-144" length2="1.5" length1="1.5" x2="89" y1="-144" x1="30" end2="none"/>
|
||||
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="77.5" diameter="5" y="-155.5"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="36" width="52" ry="0" x="34" rx="0" y="-140"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-160" height="2" width="4" start="-180" x="45" y="-136"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-160" height="2" width="4" start="0" x="71" y="-111"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-125" length2="1.5" length1="1.5" x2="71" y1="-135" x1="49" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-117" length2="1.5" length1="1.5" x2="71" y1="-128" x1="49" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-110" length2="1.5" length1="1.5" x2="71" y1="-120" x1="49" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="30" z="45" uuid="{fd24bbdf-d153-48f1-a9a3-f5e1ce92ee20}" text_from="UserText" y="-28.5" Halignment="AlignLeft">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="28" z="46" uuid="{3e44345c-fd68-44b5-8e59-d112c1157a9f}" text_from="UserText" y="-13.5" Halignment="AlignLeft">
|
||||
<text>3 G 2.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="47" uuid="{96624809-0c80-4289-ad91-4991ed5da242}" text_from="UserText" y="-81.5" Halignment="AlignLeft">
|
||||
<text>Micro-Ondes</text>
|
||||
</dynamic_text>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-160" length2="1.5" length1="1.5" x2="50" y1="-170" x1="50" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-160" length2="1.5" length1="1.5" x2="70" y1="-170" x1="70" end2="none"/>
|
||||
<terminal orientation="n" name="" x="50" uuid="{513c2b86-c20e-40e9-b322-f2bcde1ac385}" y="-170"/>
|
||||
<terminal orientation="n" name="" x="70" uuid="{3a486942-813a-4d31-a38c-f9013533e865}" y="-170"/>
|
||||
<terminal orientation="s" name="" x="60" uuid="{f2635817-1726-4533-bf52-de582ae965af}" y="-100"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,51 @@
|
||||
<definition orientation="dyyy" link_type="master" type="element" height="180" width="130" hotspot_y="175" version="0.80" hotspot_x="5">
|
||||
<uuid uuid="{e539e6b2-9df1-4e8a-a6e8-3338d9de8951}"/>
|
||||
<names>
|
||||
<name lang="fr">Plaque de cuisson</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="85" width="120" ry="0" x="0" rx="0" y="-85"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-15" length2="1.5" length1="1.5" x2="120" y1="-15" x1="0" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="29" z="6" uuid="{f3b611a7-54a9-47ef-84c7-b919351cb067}" text_from="UserText" y="-44" Halignment="AlignLeft">
|
||||
<text>32</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="8" uuid="{a6cb3226-d6e4-4ac4-9911-d1bea5d991ec}" text_from="ElementInfo" y="-63" Halignment="AlignLeft">
|
||||
<text></text>
|
||||
<info_name>function</info_name>
|
||||
</dynamic_text>
|
||||
<text text=" kA C" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-18" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-45" length2="1.5" length1="1.5" x2="120" y1="-45" x1="0" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-65" length2="1.5" length1="1.5" x2="120" y1="-65" x1="0" end2="none"/>
|
||||
<text text="A" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="66" y="-30" color="#000000"/>
|
||||
<text text=" mm²" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-2" color="#000000"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="60" width="60" ry="0" x="30" rx="0" y="-160"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-100" length2="1.5" length1="1.5" x2="80" y1="-160" x1="80" end2="none"/>
|
||||
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="84" diameter="2" y="-146"/>
|
||||
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="84" diameter="2" y="-136"/>
|
||||
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="84" diameter="2" y="-126"/>
|
||||
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="84" diameter="2" y="-116"/>
|
||||
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="37.5" diameter="15" y="-152.5"/>
|
||||
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="59" diameter="12" y="-151"/>
|
||||
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="39" diameter="12" y="-124"/>
|
||||
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="57.5" diameter="15" y="-125.5"/>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="28" z="42" uuid="{5c331c8a-561b-4001-a28e-928db46c8bf4}" text_from="UserText" y="-13.5" Halignment="AlignLeft">
|
||||
<text>3 G 6.0</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="30" z="43" uuid="{fb9da06e-d56d-4a01-9f74-026610b60640}" text_from="UserText" y="-28.5" Halignment="AlignLeft">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="44" uuid="{8781ec70-6ae4-447e-82a8-9b5728726829}" text_from="UserText" y="-81.5" Halignment="AlignLeft">
|
||||
<text>Plaques de cuisson</text>
|
||||
</dynamic_text>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-160" length2="1.5" length1="1.5" x2="50" y1="-170" x1="50" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-160" length2="1.5" length1="1.5" x2="70" y1="-170" x1="70" end2="none"/>
|
||||
<terminal orientation="s" name="" x="60" uuid="{a2005e4f-e7d0-4db9-8d5f-4bf397a20d2c}" y="-100"/>
|
||||
<terminal orientation="n" name="" x="70" uuid="{ffef43a3-b413-4824-a306-74dfe1932dcc}" y="-170"/>
|
||||
<terminal orientation="n" name="" x="50" uuid="{04c1a1e7-707a-4703-9467-e0a2bd619ab2}" y="-170"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,55 @@
|
||||
<definition orientation="dyyy" link_type="master" type="element" height="170" width="130" hotspot_y="165" version="0.80" hotspot_x="5">
|
||||
<uuid uuid="{614c2160-333c-4a4f-8a86-d66c5f7475e1}"/>
|
||||
<names>
|
||||
<name lang="fr">Plaque de cuisson</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="85" width="120" ry="0" x="0" rx="0" y="-85"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="9.75" width="6.48" start="90" x="66.78" y="-160"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="9.75" width="6.48" start="90" x="73.26" y="-160"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="9.75" width="6.48" start="270" x="66.78" y="-150.25"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-15" length2="1.5" length1="1.5" x2="120" y1="-15" x1="0" end2="none"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="9.75" width="6.48" start="270" x="73.26" y="-150.25"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black" height="6.5" width="48.6" ry="0" x="36" rx="0" y="-116.125"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="29" z="11" uuid="{6f4beb01-49b6-4c45-b4d8-2862b19b65b3}" text_from="UserText" y="-44" Halignment="AlignLeft">
|
||||
<text>32</text>
|
||||
</dynamic_text>
|
||||
<ellipse antialias="true" style="line-style:normal;line-weight:normal;filling:white;color:white" height="1.625" width="1.62" x="75.69" y="-113.687"/>
|
||||
<ellipse antialias="true" style="line-style:normal;line-weight:normal;filling:white;color:white" height="1.5925" width="1.62" x="43.29" y="-113.671"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="15" uuid="{8db29583-3bab-4d43-ada2-e2e1b45d2ea7}" text_from="ElementInfo" y="-63" Halignment="AlignLeft">
|
||||
<text></text>
|
||||
<info_name>function</info_name>
|
||||
</dynamic_text>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="90" height="9.75" width="9.72" start="180" x="58.68" y="-129.125"/>
|
||||
<text text=" kA C" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-18" color="#000000"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="90" height="9.75" width="9.72" start="270" x="71.64" y="-129.125"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-119.375" length2="1.5" length1="1.5" x2="65.16" y1="-119.375" x1="74.88" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-134" length2="1.5" length1="1.5" x2="58.68" y1="-125.875" x1="58.68" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-45" length2="1.5" length1="1.5" x2="120" y1="-45" x1="0" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-65" length2="1.5" length1="1.5" x2="120" y1="-65" x1="0" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-134" length2="1.5" length1="1.5" x2="81.36" y1="-125.875" x1="81.36" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-134" length2="1.5" length1="1.5" x2="60.3" y1="-134" x1="79.74" end2="none"/>
|
||||
<polygon antialias="false" style="line-style:normal;line-weight:normal;filling:black;color:black" x4="58.68" y4="-129.125" y2="-135.625" y3="-132.375" x2="37.62" y1="-130.75" x1="58.68" x3="36"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="9.75" width="6.48" start="90" x="60.3" y="-160"/>
|
||||
<text text="A" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="66" y="-30" color="#000000"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="9.75" width="6.48" start="270" x="60.3" y="-150.25"/>
|
||||
<text text=" mm²" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-2" color="#000000"/>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="28" z="48" uuid="{731fd6ee-c952-4f0a-abe9-e333a2e6a346}" text_from="UserText" y="-13.5" Halignment="AlignLeft">
|
||||
<text>3 G 6.0</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="30" z="49" uuid="{270fb163-a508-44b9-a8a7-ebd22054dc27}" text_from="UserText" y="-28.5" Halignment="AlignLeft">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="50" uuid="{80bb439c-14f0-4e7e-b2f7-cbf9f85caa44}" text_from="UserText" y="-81.5" Halignment="AlignLeft">
|
||||
<text>Plaques de cuisson</text>
|
||||
</dynamic_text>
|
||||
<terminal orientation="n" name="" x="60" uuid="{651185c8-ba29-4ad7-8d10-a37a628d875e}" y="-160"/>
|
||||
<terminal orientation="n" name="" x="80" uuid="{ebad152a-2a7e-4830-bd21-cdb79547dd40}" y="-160"/>
|
||||
<terminal orientation="s" name="" x="70" uuid="{87d84ca0-c53b-41c8-babb-f49f49a6cfdf}" y="-110"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,46 @@
|
||||
<definition orientation="dyyy" link_type="master" type="element" height="180" width="130" hotspot_y="175" version="0.80" hotspot_x="5">
|
||||
<uuid uuid="{f28d938f-7604-4d17-ae61-1bde98ab7d1e}"/>
|
||||
<names>
|
||||
<name lang="fr">Réfrigérateur</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>CBH41</informations>
|
||||
<description>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="85" width="120" ry="0" x="0" rx="0" y="-85"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-15" length2="1.5" length1="1.5" x2="120" y1="-15" x1="0" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="29" z="6" uuid="{253d3897-b51f-4414-80af-fb490817cde2}" text_from="UserText" y="-44" Halignment="AlignLeft">
|
||||
<text>20</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="8" uuid="{0bcc610c-df52-4f91-b77c-e6c78c563d19}" text_from="UserText" y="-63" Halignment="AlignLeft">
|
||||
<text>Local</text>
|
||||
</dynamic_text>
|
||||
<text text=" kA C" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-18" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-45" length2="1.5" length1="1.5" x2="120" y1="-45" x1="0" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-65" length2="1.5" length1="1.5" x2="120" y1="-65" x1="0" end2="none"/>
|
||||
<text text="A" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="66" y="-30" color="#000000"/>
|
||||
<text text=" mm²" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-2" color="#000000"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="70" width="60" ry="0" x="30" rx="0" y="-160"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="10" width="2" ry="0" x="34" rx="0" y="-150"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-142" length2="1.5" length1="1.5" x2="78" y1="-148" x1="72" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-142" length2="1.5" length1="1.5" x2="72" y1="-148" x1="78" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-145" length2="1.5" length1="1.5" x2="80" y1="-145" x1="70" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-140" length2="1.5" length1="1.5" x2="75" y1="-150" x1="75" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="28" z="36" uuid="{9ef82edd-d8e5-41a2-acfc-bf9cb1abc556}" text_from="UserText" y="-13.5" Halignment="AlignLeft">
|
||||
<text>3 G 2.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="30" z="38" uuid="{7c9099a3-a6b7-4870-847e-fd53b7d6aacf}" text_from="UserText" y="-28.5" Halignment="AlignLeft">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="40" uuid="{60bbbb84-72b7-4fd8-9086-6d19ebae35a3}" text_from="UserText" y="-81.5" Halignment="AlignLeft">
|
||||
<text>Réfrigérateur</text>
|
||||
</dynamic_text>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-160" length2="1.5" length1="1.5" x2="50" y1="-170" x1="50" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-160" length2="1.5" length1="1.5" x2="70" y1="-170" x1="70" end2="none"/>
|
||||
<terminal orientation="n" name="" x="50" uuid="{0e4ffe10-3d4a-45f0-9f09-e14533685a97}" y="-170"/>
|
||||
<terminal orientation="n" name="" x="70" uuid="{2965d7c0-9ade-4427-b485-217255ed8148}" y="-170"/>
|
||||
<terminal orientation="w" name="" x="60" uuid="{74d91b02-9c70-411a-8e0a-25a338bcf0c4}" y="-90"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,62 @@
|
||||
<definition orientation="dyyy" link_type="master" type="element" height="180" width="130" hotspot_y="175" version="0.80" hotspot_x="5">
|
||||
<uuid uuid="{dd8e43b8-e0e5-4fde-94c2-4b7145bbc34b}"/>
|
||||
<names>
|
||||
<name lang="fr">Sèche-Linge</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>CBH41</informations>
|
||||
<description>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="8.4" width="4.68" start="90" x="57.26" y="-133.162"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-115.52" length2="1.5" length1="1.5" x2="54.92" y1="-112.16" x1="51.8" end2="none"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="85" width="120" ry="0" x="0" rx="0" y="-85"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-15" length2="1.5" length1="1.5" x2="120" y1="-15" x1="0" end2="none"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="8.4" width="4.68" start="90" x="61.94" y="-133.162"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="8.4" width="4.68" start="270" x="57.26" y="-124.76"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="8.4" width="4.68" start="270" x="61.94" y="-124.76"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="29" z="10" uuid="{11ad0acf-3096-477a-89d8-b6ea558fe605}" text_from="UserText" y="-44" Halignment="AlignLeft">
|
||||
<text>20</text>
|
||||
</dynamic_text>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="8.4" width="4.68" start="90" x="52.58" y="-133.16"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-112.16" length2="1.5" length1="1.5" x2="54.92" y1="-110.48" x1="53.36" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="14" uuid="{5383083e-25c8-4b32-b62e-a7bf620a1849}" text_from="UserText" y="-63" Halignment="AlignLeft">
|
||||
<text>Local</text>
|
||||
</dynamic_text>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="8.4" width="4.68" start="270" x="52.58" y="-124.76"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-115.52" length2="1.5" length1="1.5" x2="64.28" y1="-112.16" x1="67.4" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-110.48" length2="1.5" length1="1.5" x2="53.36" y1="-112.16" x1="51.8" end2="none"/>
|
||||
<text text=" kA C" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-18" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-110.48" length2="1.5" length1="1.5" x2="65.84" y1="-112.16" x1="67.4" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-45" length2="1.5" length1="1.5" x2="120" y1="-45" x1="0" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-112.16" length2="1.5" length1="1.5" x2="64.28" y1="-110.48" x1="65.84" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-105.44" length2="1.5" length1="1.5" x2="54.92" y1="-112.16" x1="54.92" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-65" length2="1.5" length1="1.5" x2="120" y1="-65" x1="0" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-105.44" length2="1.5" length1="1.5" x2="64.28" y1="-112.16" x1="64.28" end2="none"/>
|
||||
<text text="A" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="66" y="-30" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-115.52" length2="1.5" length1="1.5" x2="56.48" y1="-115.52" x1="54.92" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-115.52" length2="1.5" length1="1.5" x2="62.72" y1="-115.52" x1="64.28" end2="none"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="3.36" width="6.24" start="180" x="56.48" y="-117.2"/>
|
||||
<text text=" mm²" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-2" color="#000000"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="70" width="60" ry="0" x="30" rx="0" y="-160"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-144" length2="1.5" length1="1.5" x2="89" y1="-144" x1="30" end2="none"/>
|
||||
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="77.5" diameter="5" y="-155.5"/>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="30" z="52" uuid="{b7291b5c-83da-4d4f-8e75-04b3dde0b095}" text_from="UserText" y="-28.5" Halignment="AlignLeft">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="28" z="53" uuid="{68effb6a-cf81-4a10-a033-35203a7f7ed1}" text_from="UserText" y="-13.5" Halignment="AlignLeft">
|
||||
<text>3 G 2.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="54" uuid="{2a9610dd-a9f4-47d7-8551-da172426de5b}" text_from="UserText" y="-81.5" Halignment="AlignLeft">
|
||||
<text>Sèche-Linge</text>
|
||||
</dynamic_text>
|
||||
<polygon antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x4="44" y4="-103" y2="-135" y5="-135" x5="44" y3="-103" x2="76" y1="-135" x1="44" x3="76" closed="false"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-95" length2="1.5" length1="1.5" x2="90" y1="-95" x1="30" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-160" length2="1.5" length1="1.5" x2="50" y1="-170" x1="50" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-160" length2="1.5" length1="1.5" x2="70" y1="-170" x1="70" end2="none"/>
|
||||
<terminal orientation="n" name="" x="50" uuid="{8ee41291-dab8-4909-84b5-a7b7b9888f18}" y="-170"/>
|
||||
<terminal orientation="w" name="" x="60" uuid="{2153a7d5-70b3-4dbb-a5af-806867603bed}" y="-90"/>
|
||||
<terminal orientation="n" name="" x="70" uuid="{77678068-6ce4-4e66-b840-93a9cbf486f5}" y="-170"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,49 @@
|
||||
<definition orientation="dyyy" link_type="master" type="element" height="180" width="130" hotspot_y="175" version="0.80" hotspot_x="5">
|
||||
<uuid uuid="{a91d4f8e-203c-4468-acc0-294f06067627}"/>
|
||||
<names>
|
||||
<name lang="fr">Sèche-Linge</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>CBH41</informations>
|
||||
<description>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="85" width="120" ry="0" x="0" rx="0" y="-85"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-15" length2="1.5" length1="1.5" x2="120" y1="-15" x1="0" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="29" z="5" uuid="{cd47ce91-b764-4350-8838-2fd2f65e828e}" text_from="UserText" y="-44" Halignment="AlignLeft">
|
||||
<text>20</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="7" uuid="{d37ab928-21bf-4772-9ffe-cb77c62f3302}" text_from="UserText" y="-63" Halignment="AlignLeft">
|
||||
<text>Local</text>
|
||||
</dynamic_text>
|
||||
<text text=" kA C" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-18" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-45" length2="1.5" length1="1.5" x2="120" y1="-45" x1="0" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-65" length2="1.5" length1="1.5" x2="120" y1="-65" x1="0" end2="none"/>
|
||||
<text text="A" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="66" y="-30" color="#000000"/>
|
||||
<text text=" mm²" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-2" color="#000000"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="70" width="60" ry="0" x="30" rx="0" y="-160"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-144" length2="1.5" length1="1.5" x2="89" y1="-144" x1="30" end2="none"/>
|
||||
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="77.5" diameter="5" y="-155.5"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-110" length2="1.5" length1="1.5" x2="75" y1="-110" x1="45" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-120" length2="1.5" length1="1.5" x2="60" y1="-113" x1="45" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-113" length2="1.5" length1="1.5" x2="75" y1="-120" x1="60" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-122" length2="1.5" length1="1.5" x2="60" y1="-120" x1="60" end2="none"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-260" height="3" width="3" start="-190" x="58.5" y="-125.5"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-160" height="3" width="3" start="70" x="73.5" y="-113"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-160" height="3" width="3" start="-90" x="43.5" y="-113"/>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="30" z="42" uuid="{6bc69f0d-0e83-4b35-a3bc-2e31ac567e20}" text_from="UserText" y="-28.5" Halignment="AlignLeft">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="28" z="43" uuid="{134d2e91-5ea1-4992-88a6-a29393d49a53}" text_from="UserText" y="-13.5" Halignment="AlignLeft">
|
||||
<text>3 G 2.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="44" uuid="{9b82c7b4-8c57-4642-8d74-8b6bac175ffe}" text_from="UserText" y="-81.5" Halignment="AlignLeft">
|
||||
<text>Sèche-Linge</text>
|
||||
</dynamic_text>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-160" length2="1.5" length1="1.5" x2="50" y1="-170" x1="50" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-160" length2="1.5" length1="1.5" x2="70" y1="-170" x1="70" end2="none"/>
|
||||
<terminal orientation="n" name="" x="50" uuid="{c32ba629-f0ca-45e0-a449-5ad50cbd9137}" y="-170"/>
|
||||
<terminal orientation="n" name="" x="70" uuid="{49be744f-5371-4b55-b19f-f50672ac882b}" y="-170"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,27 @@
|
||||
<definition hotspot_x="15" hotspot_y="21" orientation="dyyy" height="50" type="element" link_type="simple" width="30" version="0.5">
|
||||
<uuid uuid="{24de92b9-da33-4723-a25f-b469e974b691}"/>
|
||||
<names>
|
||||
<name lang="ru">Духовой шкаф</name>
|
||||
<name lang="fr">Four électrique</name>
|
||||
<name lang="pl">Piekarnik elektryczny</name>
|
||||
<name lang="cs">Elektrická kamna</name>
|
||||
<name lang="ar">فرن</name>
|
||||
<name lang="el">Ηλεκτρικός φούρνος</name>
|
||||
<name lang="pt">Forno eléctrico</name>
|
||||
<name lang="it">Forno elettrico</name>
|
||||
<name lang="de">Elektrischer Ofen</name>
|
||||
<name lang="en">Electric oven</name>
|
||||
<name lang="es">Horno eléctrico</name>
|
||||
<name lang="nl">Elektrische oven</name>
|
||||
</names>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<input x="-7" rotate="true" size="9" text="_" y="23.5" tagg="label"/>
|
||||
<circle x="-3.1622" style="line-style:normal;line-weight:normal;filling:black;color:black" diameter="6.3245" antialias="true" y="12.8377"/>
|
||||
<rect x="-12" style="line-style:normal;line-weight:normal;filling:none;color:black" height="6" antialias="false" y="-1" width="24"/>
|
||||
<polygon y3="23" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-1" antialias="false" y2="23" x3="12" x2="-12" x4="12" x1="-12" y4="-1"/>
|
||||
<line end2="none" length2="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black" y1="-13" antialias="false" y2="-1" end1="none" x2="0" length1="1.5" x1="0"/>
|
||||
<terminal x="0" orientation="n" y="-13"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,28 @@
|
||||
<definition type="element" width="130" link_type="simple" hotspot_x="5" hotspot_y="186" height="190" orientation="dyyy" version="0.5">
|
||||
<uuid uuid="{3EEA1D6E-4867-4F0E-9B96-B383AF9DE3D3}"/><names>
|
||||
<name lang="fr">Four</name>
|
||||
<name lang="pl">Piekarnik</name>
|
||||
</names>
|
||||
<informations>CBH41</informations>
|
||||
<description>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" width="120" antialias="false" height="85" x="0" y="-85"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" y1="-15" length1="1.5" antialias="false" y2="-15" length2="1.5" x1="0" x2="120"/>
|
||||
<input tagg="none" size="7" rotate="true" x="29" text="20" y="-34.5"/>
|
||||
<input tagg="label" size="7" rotate="true" x="-2" text="Cuisine" y="-53.5"/>
|
||||
<text size="5" x="58" text=" kA C" y="-18"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" y1="-45" length1="1.5" antialias="false" y2="-45" length2="1.5" x1="0" x2="120"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" y1="-65" length1="1.5" antialias="false" y2="-65" length2="1.5" x1="0" x2="120"/>
|
||||
<text size="7" x="66" text="A" y="-30"/>
|
||||
<line style="line-style:dashed;line-weight:normal;filling:none;color:black" end1="none" end2="none" y1="-170" length1="1.5" antialias="false" y2="-170" length2="1.5" x1="0" x2="120"/>
|
||||
<text size="7" x="2" text="Four" y="-69"/>
|
||||
<text size="5" x="58" text=" mm²" y="-2"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" width="60" antialias="false" height="60" x="30" y="-160"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" y1="-180" length1="1.5" antialias="false" y2="-160" length2="1.5" x1="60" x2="60"/>
|
||||
<line style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" end2="none" y1="-144" length1="1.5" antialias="false" y2="-144" length2="1.5" x1="30" x2="89"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" diameter="5" antialias="true" x="77.5" y="-155.5"/>
|
||||
<rect style="line-style:normal;line-weight:normal;filling:none;color:black" width="52" antialias="false" height="36" x="34" y="-140"/>
|
||||
<input tagg="none" size="5" rotate="true" x="30" text="4.5" y="-20"/>
|
||||
<input tagg="none" size="5" rotate="true" x="28" text="3 G 2.5" y="-5"/>
|
||||
<terminal orientation="n" x="60" y="-180"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,39 @@
|
||||
<definition orientation="dyyy" hotspot_x="14" link_type="simple" type="element" height="50" version="0.80" hotspot_y="14" width="30">
|
||||
<uuid uuid="{1827eb12-85e8-41e0-9bdd-46c490787a10}"/>
|
||||
<names>
|
||||
<name lang="cs">Mikrovlnná trouba</name>
|
||||
<name lang="pl">Kuchenka mikrofalowa</name>
|
||||
<name lang="ar">فرن ميكرو موجي</name>
|
||||
<name lang="de">Mikrowellenofen</name>
|
||||
<name lang="en">Microwave oven</name>
|
||||
<name lang="el">Φούρνος μικροκυμάτων</name>
|
||||
<name lang="nl">Magnetron</name>
|
||||
<name lang="it">Forno micro-onde</name>
|
||||
<name lang="fr">Four à micro-ondes</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="ElementInfo" rotation="0" x="-7" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="1" text_width="-1" Halignment="AlignLeft" y="13.05" uuid="{37774f37-3125-46cf-8095-29f0a0794d6c}">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<polygon x1="-12" antialias="false" y3="22.8945" x2="-12" y1="-1.1054" y2="22.8945" x3="12" style="line-style:normal;line-weight:normal;filling:none;color:black" y4="-1.1054" x4="12"/>
|
||||
<line x1="-5" end2="none" antialias="false" x2="5" y1="5" length2="1.5" y2="10" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<arc antialias="true" angle="-90" x="3" height="5" width="5" start="0" y="5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="-5" end2="none" antialias="false" x2="5" y1="13" length2="1.5" y2="18" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="-5" end2="none" antialias="false" x2="5" y1="9" length2="1.5" y2="14" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<arc antialias="true" angle="-90" x="-8" height="5" width="5" start="-180" y="5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<arc antialias="true" angle="-90" x="3" height="5" width="5" start="0" y="12.8945" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<arc antialias="true" angle="-90" x="3" height="5" width="5" start="0" y="9" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<arc antialias="true" angle="-90" x="-8" height="5" width="5" start="-180" y="12.8945" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<arc antialias="true" angle="-90" x="-8" height="5" width="5" start="-180" y="9" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="-10" end2="none" antialias="false" x2="-10" y1="-10" length2="1.5" y2="-1" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="0" y1="24" length2="1.5" y2="30" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="10" end2="none" antialias="false" x2="10" y1="-2" length2="1.5" y2="-10" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<terminal orientation="n" name="" x="-10" y="-10" uuid="{ce174422-ad0d-4504-83fc-48adb0b11e4c}"/>
|
||||
<terminal orientation="n" name="" x="10" y="-10" uuid="{e425277e-a393-4fe7-aab2-75025b7fd352}"/>
|
||||
<terminal orientation="s" name="" x="0" y="30" uuid="{fb8635e6-fb90-4ce7-a5a3-9d876cbedc3e}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,49 @@
|
||||
<definition orientation="dyyy" link_type="simple" type="element" height="180" width="130" hotspot_y="175" version="0.80" hotspot_x="5">
|
||||
<uuid uuid="{d932099a-1f5b-48b2-bb9c-08229dfd4ab0}"/>
|
||||
<names>
|
||||
<name lang="fr">Garage</name>
|
||||
<name lang="pl">Garaż</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="85" width="120" ry="0" x="0" rx="0" y="-85"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-150" length2="1.5" length1="1.5" x2="70" y1="-170" x1="70" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-15" length2="1.5" length1="1.5" x2="120" y1="-15" x1="0" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="29" z="3" uuid="{9d833fe0-b4c0-48d5-bf15-1bb2f99cb9a8}" text_from="UserText" y="-44" Halignment="AlignLeft">
|
||||
<text>20</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="4" uuid="{4ed9d8a6-7bce-4a95-848b-866e0356a908}" text_from="ElementInfo" y="-63" Halignment="AlignLeft">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<text text=" kA C" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-18" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-45" length2="1.5" length1="1.5" x2="120" y1="-45" x1="0" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-65" length2="1.5" length1="1.5" x2="120" y1="-65" x1="0" end2="none"/>
|
||||
<text text="A" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="66" y="-32" color="#000000"/>
|
||||
<text text="Garage" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="2" y="-69" color="#000000"/>
|
||||
<text text=" mm²" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-2" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-135" length2="1.5" length1="1.5" x2="35" y1="-160" x1="60" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-135" length2="1.5" length1="1.5" x2="85" y1="-160" x1="60" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-100" length2="1.5" length1="1.5" x2="40" y1="-140" x1="40" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-100" length2="1.5" length1="1.5" x2="80" y1="-100" x1="40" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-140" length2="1.5" length1="1.5" x2="80" y1="-100" x1="80" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-150" length2="1.5" length1="1.5" x2="50" y1="-170" x1="50" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-125" length2="1.5" length1="1.5" x2="45.5" y1="-100" x1="45.5" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-125" length2="1.5" length1="1.5" x2="74.069" y1="-125" x1="45.931" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-100" length2="1.5" length1="1.5" x2="74.5" y1="-125" x1="74.5" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-120" length2="1.5" length1="1.5" x2="74.07" y1="-120" x1="45.93" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-110" length2="1.5" length1="1.5" x2="74" y1="-110" x1="46" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-105" length2="1.5" length1="1.5" x2="74" y1="-105" x1="46" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-115" length2="1.5" length1="1.5" x2="74" y1="-115" x1="46" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="28" z="25" uuid="{da209880-e9c6-4f64-904f-e19a1ce60e18}" text_from="UserText" y="-13.5" Halignment="AlignLeft">
|
||||
<text>3 G 2.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="30" z="26" uuid="{19a4bae2-83c1-4ea3-951d-181b5ad25a79}" text_from="UserText" y="-28.5" Halignment="AlignLeft">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<terminal orientation="n" name="" x="50" uuid="{8dae2627-0b48-4054-aa90-68363a2f6c6e}" y="-170"/>
|
||||
<terminal orientation="n" name="" x="70" uuid="{fb108633-7f5e-4865-a6ee-331379ddd9cb}" y="-170"/>
|
||||
<terminal orientation="s" name="" x="60" uuid="{60fe2106-6f98-4e73-8c27-38b5805e2047}" y="-100"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,46 @@
|
||||
<definition orientation="dyyy" link_type="simple" type="element" height="170" width="130" hotspot_y="165" version="0.80" hotspot_x="5">
|
||||
<uuid uuid="{6223064e-0744-4b38-ac4c-bb9be77cea74}"/>
|
||||
<names>
|
||||
<name lang="nl">Energiemanagement</name>
|
||||
<name lang="fr">Gestion Énergie</name>
|
||||
<name lang="en">Energy management</name>
|
||||
<name lang="de">Energieverwaltung</name>
|
||||
<name lang="pl">Zarządzanie enerią</name>
|
||||
<name lang="cs">Hospodaření s energií</name>
|
||||
<name lang="it">Gestione Energia</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="85" width="120" ry="0" x="0" rx="0" y="-85"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-15" length2="1.5" length1="1.5" x2="120" y1="-15" x1="0" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="29" z="6" uuid="{1220d352-052d-4f72-b2e4-cff5ab11902e}" text_from="UserText" y="-44" Halignment="AlignLeft">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="7" uuid="{94f31f3e-06ec-4db2-9a88-2d14a2a9573b}" text_from="UserText" y="-63" Halignment="AlignLeft">
|
||||
<text>Coffret</text>
|
||||
</dynamic_text>
|
||||
<text text=" kA C" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-18" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-45" length2="1.5" length1="1.5" x2="120" y1="-45" x1="0" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-65" length2="1.5" length1="1.5" x2="120" y1="-65" x1="0" end2="none"/>
|
||||
<text text="A" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="66" y="-30" color="#000000"/>
|
||||
<text text=" mm²" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-2" color="#000000"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-180" height="6" width="6" start="-180" x="57" y="-154"/>
|
||||
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:red;color:black" x="54" diameter="12" y="-116"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:thin;filling:red;color:black" height="15" width="6" ry="0" x="57" rx="0" y="-130"/>
|
||||
<text text="°C" font="Sans Serif,9,-1,5,50,0,0,0,0,0" rotation="0" x="73" y="-135" color="#000000"/>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="28" z="34" uuid="{1b772a86-21a0-4577-82d9-ad672f25c951}" text_from="UserText" y="-13.5" Halignment="AlignLeft">
|
||||
<text>3 G 1.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="30" z="37" uuid="{92f18812-2cbb-49ca-8623-e7317e07283a}" text_from="UserText" y="-28.5" Halignment="AlignLeft">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="38" uuid="{2286cf29-fb06-454b-aac5-fbfec1bcccbe}" text_from="UserText" y="-81.5" Halignment="AlignLeft">
|
||||
<text>Gestion Énergie</text>
|
||||
</dynamic_text>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-116" length2="1.5" length1="1.5" x2="57" y1="-150" x1="57" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-116" length2="1.5" length1="1.5" x2="63" y1="-150" x1="63" end2="none"/>
|
||||
<terminal orientation="n" name="" x="50" uuid="{e96dc82e-f597-47dc-8040-5606515e884e}" y="-160"/>
|
||||
<terminal orientation="n" name="" x="70" uuid="{74549a99-4cbc-48fe-9e1a-569759eab2ba}" y="-160"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,44 @@
|
||||
<definition orientation="dyyy" link_type="simple" type="element" height="180" width="130" hotspot_y="175" version="0.80" hotspot_x="5">
|
||||
<uuid uuid="{c3305d69-2360-42a7-bd4b-ab740b3b82e8}"/>
|
||||
<names>
|
||||
<name lang="fr">Heures Creuses</name>
|
||||
<name lang="pl">Zegar sterujący licznika</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="85" width="120" ry="0" x="0" rx="0" y="-85"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-15" length2="1.5" length1="1.5" x2="120" y1="-15" x1="0" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="29" z="6" uuid="{a5ce27e3-0e6b-4d8c-b646-d2059545d305}" text_from="UserText" y="-44" Halignment="AlignLeft">
|
||||
<text>2</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="7" uuid="{7f201aa0-e82b-4cf3-a84e-fe04a225750e}" text_from="UserText" y="-63" Halignment="AlignLeft">
|
||||
<text>Coffret</text>
|
||||
</dynamic_text>
|
||||
<text text=" kA C" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-18" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-45" length2="1.5" length1="1.5" x2="120" y1="-45" x1="0" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-65" length2="1.5" length1="1.5" x2="120" y1="-65" x1="0" end2="none"/>
|
||||
<text text="A" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="66" y="-30" color="#000000"/>
|
||||
<text text=" mm²" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-2" color="#000000"/>
|
||||
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="30" diameter="60" y="-160"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-158" length2="1.5" length1="1.5" x2="60" y1="-159" x1="60" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-130" length2="1.5" length1="1.5" x2="32" y1="-130" x1="31" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-130" length2="1.5" length1="1.5" x2="88" y1="-130" x1="89" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-102" length2="1.5" length1="1.5" x2="60" y1="-101" x1="60" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-130" length2="1.5" length1="1.5" x2="85" y1="-130" x1="60" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-146" length2="1.5" length1="1.5" x2="60" y1="-130" x1="60" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="28" z="38" uuid="{d9a1c78e-681e-419d-8091-7ccb7d0a83af}" text_from="UserText" y="-13.5" Halignment="AlignLeft">
|
||||
<text>3 G 1.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="30" z="40" uuid="{4dc80bcc-79bd-4d4a-8c48-0d8f85124b2c}" text_from="UserText" y="-28.5" Halignment="AlignLeft">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,6,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="41" uuid="{2ef2a227-c729-4f03-a99a-033f75388de7}" text_from="UserText" y="-81" Halignment="AlignLeft">
|
||||
<text>Heures Creuses</text>
|
||||
</dynamic_text>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-158" length2="1.5" length1="1.5" x2="50" y1="-170" x1="50" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-158" length2="1.5" length1="1.5" x2="70" y1="-170" x1="70" end2="none"/>
|
||||
<terminal orientation="n" name="" x="50" uuid="{a849bed1-f90a-4676-8e81-37bde24ca06e}" y="-170"/>
|
||||
<terminal orientation="n" name="" x="70" uuid="{70898310-3dc9-4013-956d-aff34e6dd6c0}" y="-170"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,38 @@
|
||||
<definition orientation="dyyy" hotspot_x="14" link_type="simple" type="element" height="50" version="0.80" hotspot_y="14" width="30">
|
||||
<uuid uuid="{471ec520-a632-48d8-8067-212c38867d07}"/>
|
||||
<names>
|
||||
<name lang="cs">Odsávač par s filtrem</name>
|
||||
<name lang="pl">Okap z wentylatorem i filtrem</name>
|
||||
<name lang="ar">شفّاط بمرشّح</name>
|
||||
<name lang="de">Dunstabzugshaube</name>
|
||||
<name lang="en">Cooker Hood filter</name>
|
||||
<name lang="el">Απορροφητήρας</name>
|
||||
<name lang="nl">Afzuigkap</name>
|
||||
<name lang="it">Cappa aspirante/filtrante</name>
|
||||
<name lang="fr">Hotte aspirante filtrante</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<polygon x1="-12" antialias="false" y3="23" x2="-12" y1="-1" y2="23" x3="12" style="line-style:normal;line-weight:normal;filling:none;color:black" y4="-1" x4="12"/>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="ElementInfo" rotation="0" x="-7" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="2" text_width="-1" Halignment="AlignLeft" y="14.05" uuid="{40582990-7247-401d-be3d-9432de2cb224}">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<line x1="0" end2="none" antialias="false" x2="0" y1="23" length2="1.5" y2="17" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="6" end2="none" antialias="false" x2="6" y1="12" length2="1.5" y2="6" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="-6" end2="none" antialias="false" x2="-6" y1="12" length2="1.5" y2="6" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect antialias="false" x="-12" rx="0" height="7" width="24" y="-1" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0"/>
|
||||
<line x1="-10" end2="none" antialias="false" x2="-10" y1="-10" length2="1.5" y2="-1" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<arc antialias="true" angle="-180" x="-7.4982" height="4" width="4" start="-90" y="0.5849" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="4.9763" end2="none" antialias="true" x2="-5.0236" y1="0.5595" length2="1.5" y2="4.5595" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="-5.0236" end2="none" antialias="true" x2="4.9763" y1="0.5595" length2="1.5" y2="4.5595" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<arc antialias="true" angle="-180" x="3.561" height="4" width="4" start="90" y="0.5849" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="10" end2="none" antialias="false" x2="10" y1="-10" length2="1.5" y2="-1" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="0" y1="23" length2="1.5" y2="29" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<terminal orientation="n" name="" x="-10" y="-10" uuid="{eda005cb-5210-4d35-9014-354aa1c4ba15}"/>
|
||||
<terminal orientation="s" name="" x="0" y="30" uuid="{fa8ee3f4-af56-4155-ab60-ff0230c06381}"/>
|
||||
<terminal orientation="n" name="" x="10" y="-10" uuid="{b2537051-ac6e-43e0-8b38-9b70e5416901}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,36 @@
|
||||
<definition width="130" hotspot_x="5" type="element" link_type="simple" orientation="dyyy" version="0.5" height="190" hotspot_y="185">
|
||||
<uuid uuid="{03c43e59-ebfa-44fc-8293-823c54a5f544}"/>
|
||||
<names>
|
||||
<name lang="cs">Pračka</name>
|
||||
<name lang="it">Lavatrice</name>
|
||||
<name lang="pl">Pralka</name>
|
||||
<name lang="en">Washing machine</name>
|
||||
<name lang="nl">Wasmachine</name>
|
||||
<name lang="de">Waschmaschine</name>
|
||||
<name lang="fr">Lave-Linge</name>
|
||||
<name lang="el">Πλυντήριο</name>
|
||||
</names>
|
||||
<informations>
|
||||
CBH41</informations>
|
||||
<description>
|
||||
<rect width="120" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-85" x="0" height="85"/>
|
||||
<line end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-15" antialias="false" length2="1.5" end1="none" length1="1.5" y1="-15" x1="0" x2="120"/>
|
||||
<input tagg="none" rotate="true" size="7" y="-33" x="28" text="20"/>
|
||||
<input tagg="label" rotate="true" size="7" y="-53.5" x="-2" text="Local"/>
|
||||
<text size="5" y="-18" x="42" text="4.5 kA C"/>
|
||||
<line end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-45" antialias="false" length2="1.5" end1="none" length1="1.5" y1="-45" x1="0" x2="120"/>
|
||||
<line end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-65" antialias="false" length2="1.5" end1="none" length1="1.5" y1="-65" x1="0" x2="120"/>
|
||||
<text size="7" y="-30" x="66" text="A"/>
|
||||
<line end2="none" style="line-style:dashed;line-weight:normal;filling:none;color:black" y2="-170" antialias="false" length2="1.5" end1="none" length1="1.5" y1="-170" x1="0" x2="120"/>
|
||||
<text size="7" y="-69" x="2" text="Lave-Linge"/>
|
||||
<text size="5" y="-2" x="36" text="3 G 2.5 mm²"/>
|
||||
<rect width="60" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-160" x="30" height="70"/>
|
||||
<line end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-160" antialias="false" length2="1.5" end1="none" length1="1.5" y1="-180" x1="60" x2="60"/>
|
||||
<line end2="none" style="line-style:normal;line-weight:normal;filling:none;color:black" y2="-144" antialias="false" length2="1.5" end1="none" length1="1.5" y1="-144" x1="30" x2="89"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="32" y="-136" x="44"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="27" y="-133.5" x="46.5"/>
|
||||
<circle style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="true" diameter="5" y="-155.5" x="77.5"/>
|
||||
<rect width="13" style="line-style:normal;line-weight:normal;filling:none;color:black" antialias="false" y="-157" x="33" height="10"/>
|
||||
<terminal y="-180" x="60" orientation="n"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,41 @@
|
||||
<definition orientation="dyyy" hotspot_x="16" link_type="simple" type="element" height="60" version="0.80" hotspot_y="34" width="40">
|
||||
<uuid uuid="{138eba03-d63b-4598-be56-b19c39190fa4}"/>
|
||||
<names>
|
||||
<name lang="es">Lavadora</name>
|
||||
<name lang="fr">Machine à laver</name>
|
||||
<name lang="ca">Rentadora</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Rafael Ferrando.
|
||||
Mantenimiento de Instalaciones Térmicas</informations>
|
||||
<description>
|
||||
<arc antialias="true" angle="-90" x="12.2941" height="20.5151" width="7.33895" start="0" y="-5.63951" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="7.42211" end2="none" antialias="false" x2="7.96339" y1="-18.806" length2="1.5" y2="-18.806" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<arc antialias="true" angle="-90" x="13.3949" height="18.6916" width="5.50421" start="0" y="-4.72773" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<ellipse antialias="true" x="8.65622" height="5.41367" width="3.89724" y="-21.8136" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect antialias="false" x="18.5322" rx="0" height="0.911783" width="1.46779" y="3.47832" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0"/>
|
||||
<rect antialias="false" x="1.83603" rx="0" height="4.21062" width="3.89724" y="-21.2121" style="line-style:normal;line-weight:normal;filling:black;color:black" ry="0"/>
|
||||
<line x1="8.16906" end2="none" antialias="false" x2="8.65622" y1="-21.8136" length2="1.5" y2="-21.2121" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="10.6049" end2="none" antialias="false" x2="10.6049" y1="-23.3375" length2="1.5" y2="-22.6691" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="8.65622" end2="none" antialias="false" x2="8.16906" y1="-17.0015" length2="1.5" y2="-16.4" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="12.5535" end2="none" antialias="false" x2="13.0406" y1="-17.0015" length2="1.5" y2="-16.4" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="10.6049" end2="none" antialias="false" x2="11.5792" y1="-18.806" length2="1.5" y2="-20.0091" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect antialias="false" x="-10.83" rx="0" height="1.80455" width="4.87156" y="-20.0091" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0"/>
|
||||
<rect antialias="false" x="-13.2658" rx="0" height="9.02278" width="29.2294" y="-24.2197" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0"/>
|
||||
<line x1="13.0406" end2="none" antialias="false" x2="14.0149" y1="-20.6106" length2="1.5" y2="-21.2121" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect antialias="false" x="-13.2658" rx="0" height="32.482" width="29.2294" y="-15.197" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0"/>
|
||||
<ellipse antialias="true" x="-5.47133" height="15.6395" width="13.6404" y="-7.97874" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<ellipse antialias="true" x="-7.54014" height="20.1543" width="17.6578" y="-10.0876" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect antialias="false" x="10.1177" rx="0" height="2.40607" width="1.46147" y="-1.96356" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0"/>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="ElementInfo" rotation="0" x="2.38652" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="19" text_width="-1" Halignment="AlignLeft" y="5.0962" uuid="{89c1f6f0-8132-402a-8591-4c323e82e534}">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<line x1="-10" end2="none" antialias="false" x2="-10" y1="-30" length2="1.5" y2="-25" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="10" end2="none" antialias="false" x2="10" y1="-30" length2="1.5" y2="-25" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="0" y1="17" length2="1.5" y2="20" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<terminal orientation="n" name="" x="-10" y="-30" uuid="{79a75695-2506-4be2-b37c-88fa8e361b65}"/>
|
||||
<terminal orientation="n" name="" x="10" y="-30" uuid="{fcbd86bd-2a65-4f67-b64e-8ad7c93c4683}"/>
|
||||
<terminal orientation="s" name="" x="0" y="20" uuid="{7bd9a67f-963c-4116-ab81-2d9a7b879b62}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,42 @@
|
||||
<definition orientation="dyyy" hotspot_x="14" link_type="simple" type="element" height="50" version="0.80" hotspot_y="14" width="30">
|
||||
<uuid uuid="{470e988c-635b-49b3-bb1d-be230244e547}"/>
|
||||
<names>
|
||||
<name lang="ru">Стиральная машина</name>
|
||||
<name lang="cs">Pračka</name>
|
||||
<name lang="es">Lavarropas</name>
|
||||
<name lang="pl">Pralka</name>
|
||||
<name lang="ar">غسّالة ملابس</name>
|
||||
<name lang="de">Waschmaschine</name>
|
||||
<name lang="en">Washer</name>
|
||||
<name lang="el">Πλυντήριο</name>
|
||||
<name lang="nl">Wasmachine</name>
|
||||
<name lang="it">Lavatrice</name>
|
||||
<name lang="fr">Lave-linge</name>
|
||||
<name lang="pt">Máquina de lavar roupa</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<line x1="-2.3114" end2="none" antialias="false" x2="3.6885" y1="14.7775" length2="1.5" y2="8.7774" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="ElementInfo" rotation="0" x="4" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="2" text_width="-1" Halignment="AlignLeft" y="14" uuid="{7d5aad8e-b153-45bd-96f9-61a8f19d886d}">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<polygon x1="-12" antialias="false" y3="23" x2="-12" y1="-1" y2="23" x3="12" style="line-style:normal;line-weight:normal;filling:none;color:black" y4="-1" x4="12"/>
|
||||
<line x1="-3.822" end2="none" antialias="false" x2="2.1779" y1="13.0445" length2="1.5" y2="7.0444" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<circle antialias="true" x="-9" diameter="18" y="2" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="-4.2669" end2="none" antialias="false" x2="0.733" y1="11.733" length2="1.5" y2="6.7329" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="-10" end2="none" antialias="false" x2="-10" y1="-10" length2="1.5" y2="-1" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle antialias="true" x="-4.4721" diameter="8.9442" y="6.5278" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="-4" end2="none" antialias="false" x2="-0.9999" y1="9.9999" length2="1.5" y2="6.9999" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="1" end2="none" antialias="false" x2="4" y1="15" length2="1.5" y2="12" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="-0.9999" end2="none" antialias="false" x2="4" y1="15.0445" length2="1.5" y2="10.0445" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="-3" end2="none" antialias="false" x2="3" y1="14" length2="1.5" y2="7.9999" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="10" end2="none" antialias="false" x2="10" y1="-10" length2="1.5" y2="-1" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="0" y1="24" length2="1.5" y2="30" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<terminal orientation="n" name="" x="10" y="-10" uuid="{0d95341f-da46-41c9-81d5-fea87aa3829b}"/>
|
||||
<terminal orientation="s" name="" x="0" y="30" uuid="{a78d27c5-462f-41c0-bcef-beb1eec237e4}"/>
|
||||
<terminal orientation="n" name="" x="-10" y="-10" uuid="{8e71a582-ace6-47bd-b78d-b4ddfd5f8efc}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,36 @@
|
||||
<definition orientation="dyyy" hotspot_x="14" link_type="simple" type="element" height="50" version="0.80" hotspot_y="14" width="30">
|
||||
<uuid uuid="{c066b497-8dca-4ed6-b0e8-91f434c3f908}"/>
|
||||
<names>
|
||||
<name lang="ru">Посудомоечная машина</name>
|
||||
<name lang="cs">Myčka na nádobí</name>
|
||||
<name lang="es">Lavavajillas</name>
|
||||
<name lang="pl">Zmywarka</name>
|
||||
<name lang="ar">غسّالة أواني</name>
|
||||
<name lang="de">Geschirrspüler</name>
|
||||
<name lang="en">Dishwasher</name>
|
||||
<name lang="el">Πλυντήριο πιάτων</name>
|
||||
<name lang="nl">Afwasmachine</name>
|
||||
<name lang="it">Lavastoviglie</name>
|
||||
<name lang="fr">Lave-vaisselle</name>
|
||||
<name lang="pt">Máquina de lavar louça</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<polygon x1="-12" antialias="false" y3="24" x2="-12" y1="0" y2="24" x3="12" style="line-style:normal;line-weight:normal;filling:none;color:black" y4="0" x4="12"/>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="ElementInfo" rotation="0" x="-4" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="2" text_width="-1" Halignment="AlignLeft" y="12" uuid="{2a25318d-a5e8-400c-a7b4-a4add5dbdb5c}">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<line x1="-10" end2="none" antialias="false" x2="-10" y1="-10" length2="1.5" y2="0" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle antialias="true" x="-8" diameter="16" y="6" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<circle antialias="true" x="-6" diameter="12" y="8" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="-12" end2="none" antialias="false" x2="12" y1="4" length2="1.5" y2="4" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="10" end2="none" antialias="false" x2="10" y1="0" length2="1.5" y2="-10" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="0" y1="24" length2="1.5" y2="30" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<terminal orientation="n" name="" x="10" y="-10" uuid="{49e50554-5ae1-4441-91cb-f19c4c039f8c}"/>
|
||||
<terminal orientation="s" name="" x="0" y="30" uuid="{8b02c49f-e13d-4cdc-a640-7b6b63a60c33}"/>
|
||||
<terminal orientation="n" name="" x="-10" y="-10" uuid="{51103b6a-6ee8-40e1-838a-969e9e72d761}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,38 @@
|
||||
<definition orientation="dyyy" hotspot_x="20" link_type="simple" type="element" height="60" version="0.80" hotspot_y="24" width="40">
|
||||
<uuid uuid="{98375536-f47c-4a20-9687-71aa4eaa94ff}"/>
|
||||
<names>
|
||||
<name lang="es">Lavavajillas</name>
|
||||
<name lang="fr">Lave vaisselle</name>
|
||||
<name lang="ca">Rentaplats</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Rafael Ferrando.
|
||||
Mantenimiento de Instalaciones Térmicas</informations>
|
||||
<description>
|
||||
<arc antialias="true" angle="-90" x="9.14135" height="16.4321" width="7.48442" start="0" y="2.28816" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<ellipse antialias="true" x="9.51558" height="1.46063" width="1.49688" y="-8.30144" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<ellipse antialias="true" x="6.89603" height="1.46063" width="1.49688" y="-8.30144" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<ellipse antialias="true" x="4.27648" height="1.46063" width="1.49688" y="-8.30144" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect antialias="false" x="-15.3702" rx="0" height="3.73776" width="3.97449" y="-10.1852" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0"/>
|
||||
<rect antialias="false" x="-7.33096" rx="0" height="1.4454" width="10.5814" y="-3.74415" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0"/>
|
||||
<rect antialias="false" x="-16.9252" rx="0" height="7.95735" width="29.8088" y="-12.9593" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0"/>
|
||||
<rect antialias="false" x="-16.9252" rx="0" height="25.287" width="29.8088" y="-5.00198" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0"/>
|
||||
<line x1="-16.6799" end2="none" antialias="false" x2="12.8836" y1="-11.953" length2="1.5" y2="-11.953" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<ellipse antialias="true" x="1.28271" height="1.46063" width="1.49688" y="-8.30144" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<arc antialias="true" angle="-90" x="10.264" height="14.9715" width="5.61332" start="0" y="3.01847" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect antialias="false" x="15.5031" rx="0" height="0.730317" width="1.49688" y="9.59133" style="line-style:normal;line-weight:normal;filling:none;color:black" ry="0"/>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="ElementInfo" rotation="0" x="-9.94393" font="Sans Serif,4,-1,5,25,0,0,0,0,0" z="13" text_width="-1" Halignment="AlignLeft" y="4.2823" uuid="{bbaaf0c1-8447-48c8-b6b6-34089195180d}">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<line x1="5.00995" end2="none" antialias="false" x2="5.00995" y1="11.3068" length2="1.5" y2="14.0927" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="4.09008" end2="none" antialias="false" x2="5.97529" y1="14.3384" length2="1.5" y2="14.3384" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<polygon x1="3.15382" antialias="false" y3="8.49585" y5="8.49585" closed="false" x2="5.02492" y1="8.49585" y2="11.052" x3="7.27025" x5="3.52804" style="line-style:normal;line-weight:normal;filling:none;color:black" y4="8.49585" x4="3.15382"/>
|
||||
<line x1="-10" end2="none" antialias="false" x2="-10" y1="-20" length2="1.5" y2="-13" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="10" end2="none" antialias="false" x2="10" y1="-20" length2="1.5" y2="-13" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="0" y1="21" length2="1.5" y2="31" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<terminal orientation="n" name="" x="-10" y="-20" uuid="{fa89ad78-6814-4739-8f55-1807c7328c2a}"/>
|
||||
<terminal orientation="n" name="" x="10" y="-20" uuid="{c3289d4a-3319-4b9c-81d8-15ef69de6724}"/>
|
||||
<terminal orientation="s" name="" x="0" y="30" uuid="{85bf15b9-0dc4-47e4-a324-de2edcb7cd21}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,41 @@
|
||||
<definition orientation="dyyy" hotspot_x="14" link_type="simple" type="element" height="50" version="0.80" hotspot_y="14" width="30">
|
||||
<uuid uuid="{777c929a-aae3-4a28-a695-ea6c23a717b5}"/>
|
||||
<names>
|
||||
<name lang="cs">Myčka na nádobí</name>
|
||||
<name lang="pl">Zmywarka</name>
|
||||
<name lang="ar">غسّالة أواني</name>
|
||||
<name lang="de">Geschirrspüler</name>
|
||||
<name lang="en">Dishwasher</name>
|
||||
<name lang="el">Πλυντήριο πιάτων</name>
|
||||
<name lang="nl">Afwasmachine</name>
|
||||
<name lang="it">Lava piatti</name>
|
||||
<name lang="fr">Lave vaisselles</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="ElementInfo" rotation="0" x="24" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="1" text_width="-1" Halignment="AlignLeft" y="12" uuid="{13164ca8-8ae1-449d-ab46-8f1ab0efbd4f}">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<line x1="12" end2="none" antialias="false" x2="-12" y1="-1" length2="1.5" y2="23" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="-12" end2="none" antialias="false" x2="12" y1="-1" length2="1.5" y2="23" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle antialias="true" x="-9" diameter="18" y="2" style="line-style:normal;line-weight:normal;filling:white;color:black"/>
|
||||
<line x1="-2.3114" end2="none" antialias="false" x2="3.6885" y1="14.7775" length2="1.5" y2="8.7774" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<polygon x1="-12" antialias="false" y3="23" x2="-12" y1="-1" y2="23" x3="12" style="line-style:normal;line-weight:normal;filling:none;color:black" y4="-1" x4="12"/>
|
||||
<line x1="-3.822" end2="none" antialias="false" x2="2.1779" y1="13.0445" length2="1.5" y2="7.0444" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="-4.2669" end2="none" antialias="false" x2="0.733" y1="11.733" length2="1.5" y2="6.7329" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="-10" end2="none" antialias="false" x2="-10" y1="-10" length2="1.5" y2="-1" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle antialias="true" x="-4.4721" diameter="8.9442" y="6.5278" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="-4" end2="none" antialias="false" x2="-0.9999" y1="9.9999" length2="1.5" y2="6.9999" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="1" end2="none" antialias="false" x2="4" y1="15" length2="1.5" y2="12" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="-0.9999" end2="none" antialias="false" x2="4" y1="15.0445" length2="1.5" y2="10.0445" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="-3" end2="none" antialias="false" x2="3" y1="14" length2="1.5" y2="7.9999" end1="none" length1="1.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="10" end2="none" antialias="false" x2="10" y1="-10" length2="1.5" y2="-1" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="0" y1="30" length2="1.5" y2="24" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<terminal orientation="n" name="" x="10" y="-10" uuid="{e97da64d-414b-4803-a7d2-92e58e18dcac}"/>
|
||||
<terminal orientation="s" name="" x="0" y="30" uuid="{844f5937-e88f-4c72-963c-3946effcdd98}"/>
|
||||
<terminal orientation="n" name="" x="-10" y="-10" uuid="{041631f8-1a4c-483e-a0dd-94bdbe8479c4}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,31 @@
|
||||
<definition orientation="dyyy" hotspot_x="11" link_type="master" type="element" height="40" version="0.80" hotspot_y="5" width="80">
|
||||
<uuid uuid="{007e9328-17f9-4ea2-9313-d80abbac9d8e}"/>
|
||||
<names>
|
||||
<name lang="fr">Volet Roulant</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<circle antialias="true" x="-5" diameter="30" y="1" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<arc antialias="true" angle="-360" x="50.8993" height="11" width="12.1007" start="90" y="4.825" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text rotation="0" x="-1" font="Sans Serif,9,-1,5,50,0,0,0,0,0" text="1 ~" y="23" color="#000000"/>
|
||||
<arc antialias="true" angle="180" x="26.698" height="11" width="12.1007" start="90" y="-0.675" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<text rotation="0" x="6" font="Sans Serif,8,-1,5,50,0,0,0,0,0" text="M" y="13" color="#000000"/>
|
||||
<line x1="32.7483" end2="none" antialias="false" x2="56.9497" y1="-0.675" length2="1.5" y2="4.825" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="63" end2="none" antialias="false" x2="63" y1="10.325" length2="1.5" y2="32.325" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="0" y1="4" length2="1.5" y2="0" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="63" end2="none" antialias="false" x2="38.7987" y1="32.325" length2="1.5" y2="23.525" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="20" end2="none" antialias="false" x2="20" y1="0" length2="1.5" y2="4" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="38.7987" end2="none" antialias="false" x2="38.7987" y1="11.9525" length2="1.5" y2="23.5476" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="0" y1="27" length2="1.5" y2="32" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="32.7483" end2="none" antialias="false" x2="56.9497" y1="10.325" length2="1.5" y2="15.825" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<arc antialias="true" angle="-360" x="53.9245" height="5.5" width="6.05034" start="270" y="7.575" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<terminal orientation="n" name="" x="0" y="0" uuid="{1faccbcf-d5b9-499a-8b15-62ab1e26ec4b}"/>
|
||||
<terminal orientation="s" name="" x="0" y="31" uuid="{75053000-1b78-46f8-bbc3-0cb07150413e}"/>
|
||||
<terminal orientation="n" name="" x="20" y="0" uuid="{0e03d738-1660-4a68-918f-178d10d6d9f9}"/>
|
||||
<terminal orientation="n" name="" x="46.0591" y="-0.125" uuid="{46836d6e-6977-49e4-bde1-e82e1773a6df}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,62 @@
|
||||
<definition orientation="dyyy" link_type="master" type="element" height="170" width="130" hotspot_y="165" version="0.80" hotspot_x="5">
|
||||
<uuid uuid="{026b324d-c5b7-4228-ac76-73b5af85d6d4}"/>
|
||||
<names>
|
||||
<name lang="fr">Moteur mono</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<polygon antialias="false" style="line-style:normal;line-weight:thin;filling:gray;color:black" x4="50" y4="-110" y2="-108" y5="-110" x5="48" y3="-108" x2="46" y1="-110" x1="48" x3="52"/>
|
||||
<polygon antialias="false" style="line-style:normal;line-weight:thin;filling:gray;color:black" x4="72" y4="-110" y2="-108" y5="-110" x5="70" y3="-108" x2="68" y1="-110" x1="70" x3="74"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="90" height="4" width="4" start="-90" x="82" y="-114"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="85" width="120" ry="0" x="0" rx="0" y="-85"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-15" length2="1.5" length1="1.5" x2="120" y1="-15" x1="0" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="29" z="10" uuid="{f4d5538b-5cdd-43b2-8f4b-6d6f02ed7af7}" text_from="UserText" y="-44" Halignment="AlignLeft">
|
||||
<text>10</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="12" uuid="{7ccc0455-50d0-4c40-ace5-90ce46664dc5}" text_from="UserText" y="-63" Halignment="AlignLeft">
|
||||
<text>Local</text>
|
||||
</dynamic_text>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-45" length2="1.5" length1="1.5" x2="120" y1="-45" x1="0" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-65" length2="1.5" length1="1.5" x2="120" y1="-65" x1="0" end2="none"/>
|
||||
<text text="A" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="66" y="-32" color="#000000"/>
|
||||
<text text=" mm²" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-2" color="#000000"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="30" width="40" ry="0" x="40" rx="0" y="-140"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-180" height="30" width="10" start="-90" x="34" y="-140"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:hight;filling:none;color:black" end1="none" y2="-125" length2="1.5" length1="1.5" x2="28" y1="-125" x1="33" end2="none"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" height="1.5" width="2" ry="0" x="68" rx="0" y="-143"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-138" length2="1.5" length1="1.5" x2="78" y1="-138" x1="42" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-130" length2="1.5" length1="1.5" x2="77.5101" y1="-130" x1="42.4899" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-126" length2="1.5" length1="1.5" x2="78" y1="-126" x1="42" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-122" length2="1.5" length1="1.5" x2="78" y1="-122" x1="42" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-118" length2="1.5" length1="1.5" x2="78" y1="-118" x1="42" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-114" length2="1.5" length1="1.5" x2="78" y1="-114" x1="42" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-134" length2="1.5" length1="1.5" x2="77.5088" y1="-134" x1="42.4912" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-112" length2="1.5" length1="1.5" x2="86" y1="-138" x1="86" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-140" length2="1.5" length1="1.5" x2="80" y1="-140" x1="84" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-110" length2="1.5" length1="1.5" x2="80" y1="-110" x1="84" end2="none"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:white;color:black" height="6" width="2" ry="0" x="32" rx="0" y="-128"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="4" width="16" ry="0" x="52" rx="0" y="-144"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="90" height="4" width="4" start="0" x="82" y="-140"/>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="28" z="51" uuid="{405d3356-5b99-4fea-b5b1-ab638412d272}" text_from="UserText" y="-13.5" Halignment="AlignLeft">
|
||||
<text>4 G 1.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="58" z="52" uuid="{b4d5c237-eb34-48a9-8f02-1f4af6e65e42}" text_from="UserText" y="-27.5" Halignment="AlignLeft">
|
||||
<text> kA C</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="30" z="53" uuid="{374aeae3-49b8-40b8-a34e-43e38eb82efb}" text_from="UserText" y="-28.5" Halignment="AlignLeft">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="54" uuid="{7bb6d843-9961-43ec-ba42-ae3257954923}" text_from="UserText" y="-81.5" Halignment="AlignLeft">
|
||||
<text>Moteur</text>
|
||||
</dynamic_text>
|
||||
<polygon antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x4="52" y4="-144" y2="-150" y5="-144" x5="52" y3="-144" x2="50" y1="-158" x1="50" x3="52" closed="false"/>
|
||||
<polygon antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x4="68" y4="-144" y2="-150" y3="-144" x2="70" y1="-160" x1="70" x3="68" closed="false"/>
|
||||
<terminal orientation="s" name="" x="60" uuid="{bc205df0-bbdc-4f87-b604-4ada82db5fa3}" y="-110"/>
|
||||
<terminal orientation="n" name="" x="50" uuid="{b23de979-e4d2-45c9-9368-c577cd4a0ac1}" y="-160"/>
|
||||
<terminal orientation="n" name="" x="70" uuid="{a6936c20-3010-442e-91ce-3f1d91fdc6ca}" y="-160"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,67 @@
|
||||
<definition orientation="dyyy" link_type="master" type="element" height="170" width="130" hotspot_y="165" version="0.80" hotspot_x="5">
|
||||
<uuid uuid="{5741d18e-bbb1-428f-adf0-3de539070900}"/>
|
||||
<names>
|
||||
<name lang="fr">Moteur tri</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<polygon antialias="false" style="line-style:normal;line-weight:thin;filling:gray;color:black" x4="72" y4="-110" y2="-108" y5="-110" x5="70" y3="-108" x2="68" y1="-110" x1="70" x3="74"/>
|
||||
<polygon antialias="false" style="line-style:normal;line-weight:thin;filling:gray;color:black" x4="50" y4="-110" y2="-108" y5="-110" x5="48" y3="-108" x2="46" y1="-110" x1="48" x3="52"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="90" height="4" width="4" start="-90" x="82" y="-114"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="85" width="120" ry="0" x="0" rx="0" y="-85"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-15" length2="1.5" length1="1.5" x2="120" y1="-15" x1="0" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="29" z="9" uuid="{eb76fa56-403f-4234-b1de-72704b9b1473}" text_from="UserText" y="-44" Halignment="AlignLeft">
|
||||
<text>10</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="11" uuid="{0af5dbeb-239e-44c3-b0d0-d0898438d9fb}" text_from="UserText" y="-63" Halignment="AlignLeft">
|
||||
<text>Local</text>
|
||||
</dynamic_text>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-45" length2="1.5" length1="1.5" x2="120" y1="-45" x1="0" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-65" length2="1.5" length1="1.5" x2="120" y1="-65" x1="0" end2="none"/>
|
||||
<text text="A" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="66" y="-32" color="#000000"/>
|
||||
<text text=" mm²" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-2" color="#000000"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="30" width="40" ry="0" x="40" rx="0" y="-140"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-180" height="30" width="10" start="-90" x="34" y="-140"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:hight;filling:none;color:black" end1="none" y2="-125" length2="1.5" length1="1.5" x2="28" y1="-125" x1="33" end2="none"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" height="1.5" width="2" ry="0" x="68" rx="0" y="-143"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-138" length2="1.5" length1="1.5" x2="78" y1="-138" x1="42" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-130" length2="1.5" length1="1.5" x2="77.5101" y1="-130" x1="42.4899" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-126" length2="1.5" length1="1.5" x2="78" y1="-126" x1="42" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-122" length2="1.5" length1="1.5" x2="78" y1="-122" x1="42" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-118" length2="1.5" length1="1.5" x2="78" y1="-118" x1="42" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-114" length2="1.5" length1="1.5" x2="78" y1="-114" x1="42" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-134" length2="1.5" length1="1.5" x2="77.5088" y1="-134" x1="42.4912" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-112" length2="1.5" length1="1.5" x2="86" y1="-138" x1="86" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-140" length2="1.5" length1="1.5" x2="80" y1="-140" x1="84" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-110" length2="1.5" length1="1.5" x2="80" y1="-110" x1="84" end2="none"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:white;color:black" height="6" width="2" ry="0" x="32" rx="0" y="-128"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="4" width="16" ry="0" x="52" rx="0" y="-144"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="90" height="4" width="4" start="0" x="82" y="-140"/>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="28" z="48" uuid="{afe74769-7c96-4a88-b74d-85c3469ac2e1}" text_from="UserText" y="-13.5" Halignment="AlignLeft">
|
||||
<text>4 G 1.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="58" z="49" uuid="{822fdfeb-ad76-4fe0-aa2f-b358d0fea8e7}" text_from="UserText" y="-27.5" Halignment="AlignLeft">
|
||||
<text> kA C</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="30" z="50" uuid="{c15b0be2-9e5a-46a6-b5e9-eaade83f8569}" text_from="UserText" y="-28.5" Halignment="AlignLeft">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="51" uuid="{4f23c2a3-6ad5-4818-ae39-838425bf1354}" text_from="UserText" y="-81.5" Halignment="AlignLeft">
|
||||
<text>Moteur</text>
|
||||
</dynamic_text>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-155" length2="1.5" length1="1.5" x2="40" y1="-160" x1="40" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-155" length2="1.5" length1="1.5" x2="40" y1="-160" x1="40" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-144" length2="1.5" length1="1.5" x2="52" y1="-155" x1="40" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-156" length2="1.5" length1="1.5" x2="80" y1="-160" x1="80" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-144" length2="1.5" length1="1.5" x2="68" y1="-156" x1="80" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-144" length2="1.5" length1="1.5" x2="60" y1="-160" x1="60" end2="none"/>
|
||||
<terminal orientation="n" name="" x="40" uuid="{c8e06860-e36e-446e-944c-823ae1e82439}" y="-160"/>
|
||||
<terminal orientation="n" name="" x="80" uuid="{74eb39db-3e43-4205-9e3c-395388e56f11}" y="-160"/>
|
||||
<terminal orientation="s" name="" x="60" uuid="{c0c69691-baa6-4304-bd28-35ad21444405}" y="-110"/>
|
||||
<terminal orientation="n" name="" x="60" uuid="{4b1caf58-c67f-4d0b-827c-f264cfe94dfd}" y="-160"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,33 @@
|
||||
<definition orientation="dyyy" hotspot_x="14" link_type="simple" type="element" height="50" version="0.80" hotspot_y="14" width="30">
|
||||
<uuid uuid="{0ca44a06-42da-464b-b848-93eeb3d98759}"/>
|
||||
<names>
|
||||
<name lang="ru">Печь</name>
|
||||
<name lang="cs">Elektrická pec</name>
|
||||
<name lang="es">Horno</name>
|
||||
<name lang="pl">Piekarnik elektryczny</name>
|
||||
<name lang="de">Elektrobackofen</name>
|
||||
<name lang="en">Oven</name>
|
||||
<name lang="el">Φούρνος</name>
|
||||
<name lang="nl">Elektrische Oven</name>
|
||||
<name lang="it">Forno</name>
|
||||
<name lang="fr">Four</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: Jonas Stein
|
||||
</informations>
|
||||
<description>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="ElementInfo" rotation="0" x="-7" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="1" text_width="-1" Halignment="AlignLeft" y="12" uuid="{6da80e6b-0b45-4c7a-85e8-19a1990a1023}">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<line x1="10" end2="none" antialias="false" x2="10" y1="-10" length2="1.5" y2="-1" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<rect antialias="false" x="-9" rx="0" height="2" width="18" y="3" style="line-style:normal;line-weight:none;filling:black;color:white" ry="0"/>
|
||||
<rect antialias="false" x="-9" rx="0" height="2" width="18" y="18" style="line-style:normal;line-weight:none;filling:black;color:white" ry="0"/>
|
||||
<polygon x1="-12" antialias="false" y3="23" x2="-12" y1="-1" y2="23" x3="12" style="line-style:normal;line-weight:normal;filling:none;color:black" y4="-1" x4="12"/>
|
||||
<line x1="-10" end2="none" antialias="false" x2="-10" y1="-10" length2="1.5" y2="-1" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="0" y1="23" length2="1.5" y2="30" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<terminal orientation="n" name="" x="-10" y="-10" uuid="{958c1acb-6486-467c-9240-bcbe45f39c02}"/>
|
||||
<terminal orientation="s" name="" x="0" y="30" uuid="{5ac887d1-3455-450d-8597-fe1cb05a3aaa}"/>
|
||||
<terminal orientation="n" name="" x="10" y="-10" uuid="{f19ddc68-342e-43a8-9ba2-2918a4220864}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,56 @@
|
||||
<definition orientation="dyyy" link_type="simple" type="element" height="180" width="130" hotspot_y="85" version="0.80" hotspot_x="65">
|
||||
<uuid uuid="{87c26124-49c2-4a67-abfd-1952ab1a41d2}"/>
|
||||
<names>
|
||||
<name lang="fr">Plancher chauffant</name>
|
||||
<name lang="en">Heated floor</name>
|
||||
<name lang="pl">Ogrzewanie podłogowe</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations></informations>
|
||||
<description>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-80" length2="1.5" length1="1.5" x2="10" y1="-61.69" x1="10" end2="none"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="85" width="120" ry="0" x="-60" rx="0" y="5"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="9.07206" width="13.9115" start="270" x="13.7512" y="-52.6193"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="75" length2="1.5" length1="1.5" x2="60" y1="75" x1="-60" end2="none"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="180" height="15.1201" width="17.3894" start="270" x="13.7512" y="-55.6434"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="-179" height="9.07206" width="17.3894" start="270" x="-26.2442" y="-40.5233"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-31" z="6" uuid="{fff4e367-5f28-412d-a32f-b74d295f33c5}" text_from="UserText" y="46" Halignment="AlignLeft">
|
||||
<text>10</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-62" z="7" uuid="{9f02a415-1c4f-4b20-94d0-45ab50c4d454}" text_from="ElementInfo" y="27" Halignment="AlignLeft">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-31.4512" length2="1.5" length1="1.5" x2="24.1848" y1="-31.4512" x1="-19.6363" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-55.6434" length2="1.5" length1="1.5" x2="23.4893" y1="-55.6434" x1="-21.0275" end2="none"/>
|
||||
<text text=" kA C" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="-2" y="72" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="45" length2="1.5" length1="1.5" x2="60" y1="45" x1="-60" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-52.6193" length2="1.5" length1="1.5" x2="20.7069" y1="-52.6193" x1="-21.0275" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="25" length2="1.5" length1="1.5" x2="60" y1="25" x1="-60" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-43.5473" length2="1.5" length1="1.5" x2="20.7069" y1="-43.5473" x1="-21.4707" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-40.5233" length2="1.5" length1="1.5" x2="23.4893" y1="-40.5233" x1="-19.6363" end2="none"/>
|
||||
<text text="A" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="6" y="60" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-28.4272" length2="1.5" length1="1.5" x2="24.1848" y1="-28.4272" x1="-21.0275" end2="none"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:black" angle="-179" height="15.1201" width="20.8672" start="270" x="-29.7221" y="-43.5473"/>
|
||||
<text text="Plancher chauffant" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="-58" y="21" color="#000000"/>
|
||||
<text text=" mm²" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="-2" y="88" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-22.3791" length2="1.5" length1="1.5" x2="-14.0717" y1="-61.6914" x1="-14.0717" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-21.9812" length2="1.5" length1="1.5" x2="-0.160262" y1="-62.0893" x1="-0.160262" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-21.9812" length2="1.5" length1="1.5" x2="13.7512" y1="-62.0893" x1="13.7512" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" end1="none" y2="-55.6434" length2="1.5" length1="1.5" x2="-21.0275" y1="-52.6193" x1="-21.0275" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-80" length2="1.5" length1="1.5" x2="-10" y1="-61.69" x1="-10" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="27.6628" z="27" uuid="{7fb7f0aa-d669-4d66-a768-800cd760e333}" text_from="ElementInfo" y="-48.5112" Halignment="AlignLeft">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-32" z="28" uuid="{c34e1c1a-b014-4bbd-a70c-67556dd0404c}" text_from="UserText" y="76.5" Halignment="AlignLeft">
|
||||
<text>3 G 1.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-30" z="29" uuid="{e35bcff5-2eec-4962-8f18-416a8c1c087f}" text_from="UserText" y="61.5" Halignment="AlignLeft">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<terminal orientation="s" name="" x="0" uuid="{7d383dfe-7049-4f2c-b8c3-f202cb295224}" y="-20"/>
|
||||
<terminal orientation="n" name="" x="10" uuid="{016cf312-f14a-49b6-aa5b-a1de991af26d}" y="-80"/>
|
||||
<terminal orientation="n" name="" x="-10" uuid="{016cf312-f14a-49b6-aa5b-a1de991af26d}" y="-80"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,37 @@
|
||||
<definition orientation="dyyy" hotspot_x="14" link_type="simple" type="element" height="50" version="0.80" hotspot_y="14" width="30">
|
||||
<uuid uuid="{883d8f55-8c00-4d25-9dd0-a0d5dffa0194}"/>
|
||||
<names>
|
||||
<name lang="ru">Эл. плита</name>
|
||||
<name lang="cs">Deska na vaření</name>
|
||||
<name lang="es">Placa de cocina</name>
|
||||
<name lang="pl">Kuchenka elektryczna</name>
|
||||
<name lang="ar">لوحة طبخ</name>
|
||||
<name lang="de">Herdplatte</name>
|
||||
<name lang="en">Solid plate</name>
|
||||
<name lang="el">Κεραμική εστία</name>
|
||||
<name lang="nl">Inductieplaat</name>
|
||||
<name lang="it">Fornelli</name>
|
||||
<name lang="fr">Plaque de cuisson</name>
|
||||
<name lang="pt">Placa de fogão</name>
|
||||
</names>
|
||||
<elementInformations/>
|
||||
<informations>Author: The QElectroTech team
|
||||
License: see http://qelectrotech.org/wiki/doc/elements_license</informations>
|
||||
<description>
|
||||
<dynamic_text Valignment="AlignTop" frame="false" text_from="ElementInfo" rotation="0" x="-8" font="Sans Serif,9,-1,5,50,0,0,0,0,0" z="1" text_width="-1" Halignment="AlignLeft" y="12" uuid="{fe72d015-df6c-49bb-b156-06d1855a4275}">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<polygon x1="-12" antialias="false" y3="23" x2="-12" y1="-1" y2="23" x3="12" style="line-style:normal;line-weight:normal;filling:none;color:black" y4="-1" x4="12"/>
|
||||
<line x1="-10" end2="none" antialias="false" x2="-10" y1="-10" length2="1.5" y2="-1" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<circle antialias="true" x="-8.5" diameter="7" y="13.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<circle antialias="true" x="0.5" diameter="9" y="12.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<circle antialias="true" x="-9.5" diameter="9" y="2.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<circle antialias="true" x="1.5" diameter="7" y="3.5" style="line-style:normal;line-weight:thin;filling:none;color:black"/>
|
||||
<line x1="10" end2="none" antialias="false" x2="10" y1="-1" length2="1.5" y2="-10" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<line x1="0" end2="none" antialias="false" x2="0" y1="23" length2="1.5" y2="30" end1="none" length1="1.5" style="line-style:normal;line-weight:normal;filling:none;color:black"/>
|
||||
<terminal orientation="n" name="" x="10" y="-10" uuid="{b2c4ba2f-173f-4ca9-ace1-2c5b92f93bae}"/>
|
||||
<terminal orientation="s" name="" x="0" y="30" uuid="{0a68f4bc-4934-40b2-ac11-c233acb77e44}"/>
|
||||
<terminal orientation="n" name="" x="-10" y="-10" uuid="{57d26b67-b059-44d1-9cbb-788e2f6f8ed6}"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,79 @@
|
||||
<definition orientation="dyyy" link_type="master" type="element" height="170" width="130" hotspot_y="166" version="0.80" hotspot_x="5">
|
||||
<uuid uuid="{5bc17679-35b1-49f6-9ff1-667ca8115a29}"/>
|
||||
<names>
|
||||
<name lang="fr">Pompe mono</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<polygon antialias="false" style="line-style:normal;line-weight:thin;filling:gray;color:black" x4="68" y4="-108" y2="-110" y5="-110" x5="70" y3="-108" x2="72" y1="-110" x1="70" x3="74"/>
|
||||
<polygon antialias="false" style="line-style:normal;line-weight:thin;filling:gray;color:black" x4="46" y4="-108" y2="-110" y5="-110" x5="48" y3="-108" x2="50" y1="-110" x1="48" x3="52"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="90" height="4" width="4" start="-90" x="82" y="-114"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="85" width="120" ry="0" x="0" rx="0" y="-85"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-15" length2="1.5" length1="1.5" x2="120" y1="-15" x1="0" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="29" z="10" uuid="{d0e9433e-5b6f-4254-b6fe-b56bd6be5563}" text_from="UserText" y="-44" Halignment="AlignLeft">
|
||||
<text>10</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="12" uuid="{8c6f9429-ebe5-4211-8c72-c8510d73dc8a}" text_from="UserText" y="-63" Halignment="AlignLeft">
|
||||
<text>Local</text>
|
||||
</dynamic_text>
|
||||
<text text=" kA C" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-18" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-45" length2="1.5" length1="1.5" x2="120" y1="-45" x1="0" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-65" length2="1.5" length1="1.5" x2="120" y1="-65" x1="0" end2="none"/>
|
||||
<text text="A" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="66" y="-32" color="#000000"/>
|
||||
<text text=" mm²" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-2" color="#000000"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="30" width="40" ry="0" x="40" rx="0" y="-140"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" height="1.5" width="2" ry="0" x="68" rx="0" y="-143"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-138" length2="1.5" length1="1.5" x2="78" y1="-138" x1="42" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-130" length2="1.5" length1="1.5" x2="77.5101" y1="-130" x1="42.4899" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-126" length2="1.5" length1="1.5" x2="78" y1="-126" x1="42" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-122" length2="1.5" length1="1.5" x2="78" y1="-122" x1="42" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-118" length2="1.5" length1="1.5" x2="78" y1="-118" x1="42" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-114" length2="1.5" length1="1.5" x2="78" y1="-114" x1="42" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-134" length2="1.5" length1="1.5" x2="77.5088" y1="-134" x1="42.4912" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-112" length2="1.5" length1="1.5" x2="86" y1="-138" x1="86" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-140" length2="1.5" length1="1.5" x2="80" y1="-140" x1="84" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-110" length2="1.5" length1="1.5" x2="80" y1="-110" x1="84" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="47" uuid="{c3b22b4b-e02e-4a5a-beac-16d4591f360f}" text_from="UserText" y="-81.5" Halignment="AlignLeft">
|
||||
<text>Pompe</text>
|
||||
</dynamic_text>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="4" width="16" ry="0" x="52" rx="0" y="-144"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="90" height="4" width="4" start="0" x="82" y="-140"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="90" height="10" width="10" start="180" x="24" y="-120"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-110" length2="1.5" length1="1.5" x2="44" y1="-110" x1="29" end2="none"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="90" height="10" width="10" start="90" x="24" y="-140"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-134.578" length2="1.5" length1="1.5" x2="24" y1="-128.422" x1="24" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-115.117" length2="1.5" length1="1.5" x2="24" y1="-122.883" x1="24" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-144" length2="1.5" length1="1.5" x2="38" y1="-144" x1="34" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-124" length2="1.5" length1="1.5" x2="19" y1="-128" x1="19" end2="none"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:blue" angle="90" height="16" width="6" start="90" x="37" y="-160"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:blue;color:blue" angle="90" height="22" width="8" start="90" x="36" y="-163"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:blue;color:blue" angle="90" height="22" width="8" start="0" x="28" y="-163"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:blue" angle="90" height="16" width="6" start="0" x="29" y="-160"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-123" length2="1.5" length1="1.5" x2="24" y1="-123" x1="19" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-128" length2="1.5" length1="1.5" x2="24" y1="-128" x1="19" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="30" z="63" uuid="{950ec513-11bb-43f8-917a-1291157ea76d}" text_from="UserText" y="-28.5" Halignment="AlignLeft">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="28" z="64" uuid="{168d77a9-c4f9-42bc-91e7-da664b18bfeb}" text_from="UserText" y="-13.5" Halignment="AlignLeft">
|
||||
<text>3 G 1.5</text>
|
||||
</dynamic_text>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-123" length2="1.5" length1="1.5" x2="24" y1="-128" x1="24" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-140" length2="1.5" length1="1.5" x2="40" y1="-140" x1="29" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-144" length2="1.5" length1="1.5" x2="34" y1="-140" x1="34" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-140" length2="1.5" length1="1.5" x2="38" y1="-144" x1="38" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:blue" end1="none" y2="-144" length2="1.5" length1="1.5" x2="35" y1="-152" x1="35" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:blue" end1="none" y2="-144" length2="1.5" length1="1.5" x2="36" y1="-152" x1="36" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:blue" end1="none" y2="-144" length2="1.5" length1="1.5" x2="37" y1="-152" x1="37" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-150" length2="1.5" length1="1.5" x2="50" y1="-160" x1="50" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-144" length2="1.5" length1="1.5" x2="52" y1="-150" x1="50" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-150" length2="1.5" length1="1.5" x2="70" y1="-144" x1="68" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-160" length2="1.5" length1="1.5" x2="70" y1="-150" x1="70" end2="none"/>
|
||||
<terminal orientation="s" name="" x="60" uuid="{58f7992d-3a19-4941-8153-1a7585dc1ba4}" y="-110"/>
|
||||
<terminal orientation="n" name="" x="50" uuid="{b37fe597-2329-484b-a1af-cb6366b0134e}" y="-160"/>
|
||||
<terminal orientation="n" name="" x="70" uuid="{9830b3a0-60f4-4e16-ad89-8fa80b27201c}" y="-160"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,81 @@
|
||||
<definition orientation="dyyy" link_type="master" type="element" height="170" width="130" hotspot_y="166" version="0.80" hotspot_x="5">
|
||||
<uuid uuid="{ebb83245-5127-4058-8896-29dda64268cc}"/>
|
||||
<names>
|
||||
<name lang="fr">Pompe tri</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<polygon antialias="false" style="line-style:normal;line-weight:thin;filling:gray;color:black" x4="68" y4="-108" y2="-110" y5="-110" x5="70" y3="-108" x2="72" y1="-110" x1="70" x3="74"/>
|
||||
<polygon antialias="false" style="line-style:normal;line-weight:thin;filling:gray;color:black" x4="46" y4="-108" y2="-110" y5="-110" x5="48" y3="-108" x2="50" y1="-110" x1="48" x3="52"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="90" height="4" width="4" start="-90" x="82" y="-114"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="85" width="120" ry="0" x="0" rx="0" y="-85"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-15" length2="1.5" length1="1.5" x2="120" y1="-15" x1="0" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="29" z="8" uuid="{4777c01e-1dd1-48bf-b0cd-1a372106bfec}" text_from="UserText" y="-44" Halignment="AlignLeft">
|
||||
<text>10</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="10" uuid="{cdf1f9e2-d8e1-4c44-a629-0700df3d49aa}" text_from="UserText" y="-63" Halignment="AlignLeft">
|
||||
<text>Local</text>
|
||||
</dynamic_text>
|
||||
<text text=" kA C" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-18" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-45" length2="1.5" length1="1.5" x2="120" y1="-45" x1="0" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-65" length2="1.5" length1="1.5" x2="120" y1="-65" x1="0" end2="none"/>
|
||||
<text text="A" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="66" y="-32" color="#000000"/>
|
||||
<text text=" mm²" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-2" color="#000000"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="30" width="40" ry="0" x="40" rx="0" y="-140"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:black" height="1.5" width="2" ry="0" x="68" rx="0" y="-143"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-138" length2="1.5" length1="1.5" x2="78" y1="-138" x1="42" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-130" length2="1.5" length1="1.5" x2="77.5101" y1="-130" x1="42.4899" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-126" length2="1.5" length1="1.5" x2="78" y1="-126" x1="42" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-122" length2="1.5" length1="1.5" x2="78" y1="-122" x1="42" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-118" length2="1.5" length1="1.5" x2="78" y1="-118" x1="42" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-114" length2="1.5" length1="1.5" x2="78" y1="-114" x1="42" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-134" length2="1.5" length1="1.5" x2="77.5088" y1="-134" x1="42.4912" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-112" length2="1.5" length1="1.5" x2="86" y1="-138" x1="86" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-140" length2="1.5" length1="1.5" x2="80" y1="-140" x1="84" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-110" length2="1.5" length1="1.5" x2="80" y1="-110" x1="84" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="44" uuid="{a3f72137-da35-4d3e-93d9-d599a9c05a8a}" text_from="UserText" y="-82" Halignment="AlignLeft">
|
||||
<text>Pompe</text>
|
||||
</dynamic_text>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="4" width="16" ry="0" x="52" rx="0" y="-144"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="90" height="4" width="4" start="0" x="82" y="-140"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="90" height="10" width="10" start="180" x="24" y="-120"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-110" length2="1.5" length1="1.5" x2="44" y1="-110" x1="29" end2="none"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="90" height="10" width="10" start="90" x="24" y="-140"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-134.578" length2="1.5" length1="1.5" x2="24" y1="-128.422" x1="24" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-115.117" length2="1.5" length1="1.5" x2="24" y1="-122.883" x1="24" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-144" length2="1.5" length1="1.5" x2="38" y1="-144" x1="34" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-124" length2="1.5" length1="1.5" x2="19" y1="-128" x1="19" end2="none"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:blue" angle="90" height="16" width="6" start="90" x="37" y="-160"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:blue;color:blue" angle="90" height="22" width="8" start="90" x="36" y="-163"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:blue;color:blue" angle="90" height="22" width="8" start="0" x="28" y="-163"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:thin;filling:none;color:blue" angle="90" height="16" width="6" start="0" x="29" y="-160"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-123" length2="1.5" length1="1.5" x2="24" y1="-123" x1="19" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-128" length2="1.5" length1="1.5" x2="24" y1="-128" x1="19" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="30" z="60" uuid="{2b0d0a04-728c-4aff-b16d-3785a172dc91}" text_from="UserText" y="-28.5" Halignment="AlignLeft">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="28" z="61" uuid="{96aadcb7-86b4-4fa0-98ba-8ce83ead6f59}" text_from="UserText" y="-13.5" Halignment="AlignLeft">
|
||||
<text>4 G 1.5</text>
|
||||
</dynamic_text>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-123" length2="1.5" length1="1.5" x2="24" y1="-128" x1="24" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-140" length2="1.5" length1="1.5" x2="40" y1="-140" x1="29" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-144" length2="1.5" length1="1.5" x2="34" y1="-140" x1="34" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-140" length2="1.5" length1="1.5" x2="38" y1="-144" x1="38" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:blue" end1="none" y2="-144" length2="1.5" length1="1.5" x2="35" y1="-152" x1="35" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:blue" end1="none" y2="-144" length2="1.5" length1="1.5" x2="36" y1="-152" x1="36" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:thin;filling:none;color:blue" end1="none" y2="-144" length2="1.5" length1="1.5" x2="37" y1="-152" x1="37" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-144" length2="1.5" length1="1.5" x2="60" y1="-160" x1="60" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-156" length2="1.5" length1="1.5" x2="80" y1="-160" x1="80" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-144" length2="1.5" length1="1.5" x2="68" y1="-156" x1="80" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-156" length2="1.5" length1="1.5" x2="40" y1="-160" x1="40" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-144" length2="1.5" length1="1.5" x2="52" y1="-156" x1="40" end2="none"/>
|
||||
<terminal orientation="n" name="" x="60" uuid="{9fef16a7-426f-4739-b4fd-010fc6f2d96a}" y="-160"/>
|
||||
<terminal orientation="n" name="" x="40" uuid="{af970a95-ee7d-4b24-93ac-7cddd5f33026}" y="-160"/>
|
||||
<terminal orientation="n" name="" x="80" uuid="{93628a68-8ee0-4637-bd1a-a93ba73f7c85}" y="-160"/>
|
||||
<terminal orientation="s" name="" x="60" uuid="{f3588b4e-6b18-4a7b-8a9a-4bcfcb68b6d0}" y="-110"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,57 @@
|
||||
<definition orientation="dyyy" link_type="master" type="element" height="180" width="130" hotspot_y="175" version="0.80" hotspot_x="5">
|
||||
<uuid uuid="{1b39ea57-22dd-4a37-b7b1-370649520687}"/>
|
||||
<names>
|
||||
<name lang="fr">Portail</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>cbh41
|
||||
</informations>
|
||||
<description>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="85" width="120" ry="0" x="0" rx="0" y="-85"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-15" length2="1.5" length1="1.5" x2="120" y1="-15" x1="0" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="29" z="6" uuid="{ab522d9c-6a06-4383-b738-9d7750729375}" text_from="UserText" y="-44" Halignment="AlignLeft">
|
||||
<text>10</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="7" uuid="{5232bbea-09a9-4645-983a-f8507952c8e2}" text_from="UserText" y="-63" Halignment="AlignLeft">
|
||||
<text>Extérieur</text>
|
||||
</dynamic_text>
|
||||
<text text=" kA C" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-18" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-45" length2="1.5" length1="1.5" x2="120" y1="-45" x1="0" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-65" length2="1.5" length1="1.5" x2="120" y1="-65" x1="0" end2="none"/>
|
||||
<text text="A" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="66" y="-30" color="#000000"/>
|
||||
<text text=" mm²" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-2" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-100" length2="1.5" length1="1.5" x2="110" y1="-100" x1="10" end2="none"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="60" width="2" ry="0" x="10" rx="0" y="-160"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="60" width="2" ry="0" x="108" rx="0" y="-160"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="54" width="2" ry="0" x="20" rx="0" y="-154"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="52" width="2" ry="0" x="30" rx="0" y="-152"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-180" height="20" width="100" start="0" x="10" y="-170"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="50" width="2" ry="0" x="40" rx="0" y="-150"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="54" width="2" ry="0" x="98" rx="0" y="-154"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="52" width="2" ry="0" x="88" rx="0" y="-152"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="50" width="2" ry="0" x="78" rx="0" y="-150"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="50" width="2" ry="0" x="68" rx="0" y="-150"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="50" width="2" ry="0" x="50" rx="0" y="-150"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="50" width="2" ry="0" x="60" rx="0" y="-150"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="50" width="2" ry="0" x="57" rx="0" y="-150"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" angle="-180" height="14" width="96" start="0" x="12" y="-167"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="2" width="1" ry="0" x="59" rx="0" y="-153"/>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="30" z="48" uuid="{72fdca1d-d99d-4875-ae93-9f2ce7464baf}" text_from="UserText" y="-28.5" Halignment="AlignLeft">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="28" z="49" uuid="{8b2876de-882a-4ffe-bf3c-806957ae8651}" text_from="UserText" y="-13.5" Halignment="AlignLeft">
|
||||
<text>3 G 1.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="50" uuid="{78153712-4dc0-4635-aae7-d40e38fdf370}" text_from="UserText" y="-81.5" Halignment="AlignLeft">
|
||||
<text>Portail</text>
|
||||
</dynamic_text>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-154" length2="1.5" length1="1.5" x2="50" y1="-170" x1="50" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-154" length2="1.5" length1="1.5" x2="70" y1="-170" x1="70" end2="none"/>
|
||||
<terminal orientation="w" name="" x="60" uuid="{7a2bf8e6-991c-46b1-bce2-4c003f4d2741}" y="-100"/>
|
||||
<terminal orientation="n" name="" x="50" uuid="{4aca5802-bcf4-48b5-86fe-622db0a6bf6c}" y="-170"/>
|
||||
<terminal orientation="n" name="" x="70" uuid="{bf27ed89-14dd-402c-bfb7-e2577b5a1590}" y="-170"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,53 @@
|
||||
<definition orientation="dyyy" link_type="master" type="element" height="300" width="130" hotspot_y="295" version="0.80" hotspot_x="5">
|
||||
<uuid uuid="{a10706c9-15f6-41e1-a5e2-d4f2b9bff227}"/>
|
||||
<names>
|
||||
<name lang="fr">Porte Garage</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-137" length2="1.5" length1="1.5" x2="79" y1="-152" x1="39" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-137" length2="1.5" length1="1.5" x2="90" y1="-152" x1="50" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-152" length2="1.5" length1="1.5" x2="39" y1="-145" x1="32" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-120" length2="1.5" length1="1.5" x2="72" y1="-135" x1="32" end2="none"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="85" width="120" ry="0" x="0" rx="0" y="-85"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-15" length2="1.5" length1="1.5" x2="120" y1="-15" x1="0" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="29" z="14" uuid="{8154b586-b172-4dd8-8d13-627b091c7fb1}" text_from="UserText" y="-44" Halignment="AlignLeft">
|
||||
<text>10</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="16" uuid="{ce2fa180-b2a9-4db7-854b-865b6ee5f17e}" text_from="UserText" y="-63" Halignment="AlignLeft">
|
||||
<text>Local</text>
|
||||
</dynamic_text>
|
||||
<text text=" kA C" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-18" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-45" length2="1.5" length1="1.5" x2="120" y1="-45" x1="0" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-65" length2="1.5" length1="1.5" x2="120" y1="-65" x1="0" end2="none"/>
|
||||
<text text="A" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="66" y="-32" color="#000000"/>
|
||||
<text text=" mm²" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-2" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-100.318" length2="1.5" length1="1.5" x2="72" y1="-129.682" x1="72" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-116" length2="1.5" length1="1.5" x2="32" y1="-100" x1="72" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-116.726" length2="1.5" length1="1.5" x2="32" y1="-144.274" x1="32" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-110" length2="1.5" length1="1.5" x2="72" y1="-125" x1="32" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-145" length2="1.5" length1="1.5" x2="32" y1="-130" x1="72" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-137" length2="1.5" length1="1.5" x2="79" y1="-130" x1="72" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-137" length2="1.5" length1="1.5" x2="89" y1="-137" x1="79" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-152" length2="1.5" length1="1.5" x2="50" y1="-152" x1="39" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="28" z="44" uuid="{3a14da1b-b0d3-4be7-aa1e-39c4e7c91cb7}" text_from="UserText" y="-13.5" Halignment="AlignLeft">
|
||||
<text>3 G 1.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="30" z="45" uuid="{168dc330-8845-4c59-a8ce-ed44685a755b}" text_from="UserText" y="-28.5" Halignment="AlignLeft">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="46" uuid="{7987c47f-b0d5-4b5d-bd08-955fae594d93}" text_from="UserText" y="-81.5" Halignment="AlignLeft">
|
||||
<text>Porte Motarisée</text>
|
||||
</dynamic_text>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-145" length2="1.5" length1="1.5" x2="70" y1="-160" x1="70" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-152" length2="1.5" length1="1.5" x2="50" y1="-160" x1="50" end2="none"/>
|
||||
<terminal orientation="n" name="" x="70" uuid="{47229211-f1fb-4dfe-beae-7202eb8bf158}" y="-160"/>
|
||||
<terminal orientation="w" name="" x="60" uuid="{25ba5256-1af0-41bc-b6a0-2e144898f2e3}" y="-105"/>
|
||||
<terminal orientation="n" name="" x="50" uuid="{947ff614-911b-4d58-87aa-73cc6978d12c}" y="-160"/>
|
||||
<terminal orientation="n" name="" x="60" uuid="{b80cb2c4-573d-4f07-adbb-6378ff6b7a83}" y="-290"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,45 @@
|
||||
<definition orientation="dyyy" link_type="master" type="element" height="180" width="130" hotspot_y="175" version="0.80" hotspot_x="5">
|
||||
<uuid uuid="{d0ba9d2e-bfca-4ba0-8489-00c66594cda0}"/>
|
||||
<names>
|
||||
<name lang="fr">Prise 10 A</name>
|
||||
<name lang="pl">Gniazdo wtyczkowe trójbiegunowe</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="85" width="120" ry="0" x="0" rx="0" y="-85"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-15" length2="1.5" length1="1.5" x2="120" y1="-15" x1="0" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="29" z="5" uuid="{e3dead9c-d1d3-4b2a-a17e-fc5b19bba9ba}" text_from="UserText" y="-44" Halignment="AlignLeft">
|
||||
<text>10</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="7" uuid="{e2c0c922-8d0b-42f2-86cd-d89998e9deff}" text_from="UserText" y="-63" Halignment="AlignLeft">
|
||||
<text>Local</text>
|
||||
</dynamic_text>
|
||||
<text text=" kA C" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-18" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-45" length2="1.5" length1="1.5" x2="120" y1="-45" x1="0" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-65" length2="1.5" length1="1.5" x2="120" y1="-65" x1="0" end2="none"/>
|
||||
<text text="A" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="66" y="-30" color="#000000"/>
|
||||
<text text=" mm²" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-2" color="#000000"/>
|
||||
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="30" diameter="60" y="-160"/>
|
||||
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="56" diameter="8" y="-148"/>
|
||||
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="41" diameter="8" y="-134"/>
|
||||
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="71" diameter="8" y="-134"/>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="28" z="33" uuid="{26adbda0-6f82-44f3-a124-eb62bfee3b45}" text_from="UserText" y="-13.5" Halignment="AlignLeft">
|
||||
<text>3 G 1.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="30" z="35" uuid="{07d14010-abf0-4c68-8d7d-d1e72fd7ae64}" text_from="UserText" y="-28.5" Halignment="AlignLeft">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="37" uuid="{809940d9-8520-4fc4-ab77-46b2eec1d600}" text_from="UserText" y="-81.5" Halignment="AlignLeft">
|
||||
<text>Prise 10 A</text>
|
||||
</dynamic_text>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-159" length2="1.5" length1="1.5" x2="50" y1="-170" x1="50" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-159" length2="1.5" length1="1.5" x2="70" y1="-170" x1="70" end2="none"/>
|
||||
<terminal orientation="s" name="" x="60" uuid="{d80699ad-17df-4e35-81b7-822abe5ca9da}" y="-100"/>
|
||||
<terminal orientation="n" name="" x="70" uuid="{b87cb774-f6ee-4552-8f7d-e23dce9ef5bc}" y="-170"/>
|
||||
<terminal orientation="n" name="" x="50" uuid="{7e8cee38-044f-474a-8947-3553e4670312}" y="-170"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,45 @@
|
||||
<definition orientation="dyyy" link_type="master" type="element" height="180" width="130" hotspot_y="175" version="0.80" hotspot_x="5">
|
||||
<uuid uuid="{f8c59391-b9c9-4daf-9540-0a4693a5e765}"/>
|
||||
<names>
|
||||
<name lang="fr">Prise 16 A</name>
|
||||
<name lang="pl">Gniazdo wtyczkowe trójbiegunowe</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="85" width="120" ry="0" x="0" rx="0" y="-85"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-15" length2="1.5" length1="1.5" x2="120" y1="-15" x1="0" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="29" z="5" uuid="{7d426174-8bcf-4c49-81c8-54cd1933bbdc}" text_from="UserText" y="-44" Halignment="AlignLeft">
|
||||
<text>16</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="7" uuid="{a1372fe3-4966-4b82-9dd8-aac16bc47975}" text_from="UserText" y="-63" Halignment="AlignLeft">
|
||||
<text>Local</text>
|
||||
</dynamic_text>
|
||||
<text text=" kA C" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-18" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-45" length2="1.5" length1="1.5" x2="120" y1="-45" x1="0" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-65" length2="1.5" length1="1.5" x2="120" y1="-65" x1="0" end2="none"/>
|
||||
<text text="A" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="66" y="-30" color="#000000"/>
|
||||
<text text=" mm²" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-2" color="#000000"/>
|
||||
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="30" diameter="60" y="-160"/>
|
||||
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:black;color:black" x="56" diameter="8" y="-148"/>
|
||||
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="41" diameter="8" y="-134"/>
|
||||
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="71" diameter="8" y="-134"/>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="28" z="33" uuid="{04f8e93b-ea9a-48c8-9a33-9dd2c9491abe}" text_from="UserText" y="-13.5" Halignment="AlignLeft">
|
||||
<text>3 G 2.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="30" z="35" uuid="{e31ea200-e861-40d4-b94f-59bf645694fd}" text_from="UserText" y="-28.5" Halignment="AlignLeft">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="37" uuid="{c050adff-4433-41e1-9476-1f09344d3aa3}" text_from="UserText" y="-81.5" Halignment="AlignLeft">
|
||||
<text>Prise 16 A</text>
|
||||
</dynamic_text>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-159" length2="1.5" length1="1.5" x2="50" y1="-171" x1="50" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-159" length2="1.5" length1="1.5" x2="70" y1="-170" x1="70" end2="none"/>
|
||||
<terminal orientation="n" name="" x="50" uuid="{e9f8e1d0-2081-4dcf-ad28-4c109afc4134}" y="-170"/>
|
||||
<terminal orientation="s" name="" x="60" uuid="{4617dfeb-f8a0-4ea0-90cc-5f71026874fd}" y="-100"/>
|
||||
<terminal orientation="n" name="" x="70" uuid="{2a924961-4f71-47c9-a19a-253dd5dce8e8}" y="-170"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,45 @@
|
||||
<definition orientation="dyyy" link_type="master" type="element" height="180" width="130" hotspot_y="175" version="0.80" hotspot_x="5">
|
||||
<uuid uuid="{65e185c5-b4c4-47cd-a8db-47878a203b0d}"/>
|
||||
<names>
|
||||
<name lang="fr">Prise 20 A</name>
|
||||
<name lang="pl">Gniazdo wtyczkowe trójbiegunowe</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="85" width="120" ry="0" x="0" rx="0" y="-85"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-15" length2="1.5" length1="1.5" x2="120" y1="-15" x1="0" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="29" z="5" uuid="{f184058e-123b-4dc6-8754-c9fb08761bbb}" text_from="UserText" y="-44" Halignment="AlignLeft">
|
||||
<text>20</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="8" uuid="{5d58c52f-30ff-4677-92a0-9c2e12ee3a32}" text_from="UserText" y="-63" Halignment="AlignLeft">
|
||||
<text>Local</text>
|
||||
</dynamic_text>
|
||||
<text text=" kA C" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-18" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-45" length2="1.5" length1="1.5" x2="120" y1="-45" x1="0" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-65" length2="1.5" length1="1.5" x2="120" y1="-65" x1="0" end2="none"/>
|
||||
<text text="A" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="66" y="-32" color="#000000"/>
|
||||
<text text=" mm²" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-2" color="#000000"/>
|
||||
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:black" x="30" diameter="60" y="-160"/>
|
||||
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:gray;color:black" x="41" diameter="8" y="-139"/>
|
||||
<circle antialias="true" style="line-style:normal;line-weight:normal;filling:gray;color:black" x="71" diameter="8" y="-139"/>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:gray;color:black" height="5" width="12" ry="0" x="54" rx="0" y="-118"/>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="28" z="33" uuid="{490d7a21-9bf7-462e-ab4b-a25960774fd0}" text_from="UserText" y="-13.5" Halignment="AlignLeft">
|
||||
<text>3 G 4.0</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="30" z="34" uuid="{b1997c86-04e6-44da-8e26-eb4a088e162e}" text_from="UserText" y="-28.5" Halignment="AlignLeft">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="38" uuid="{90c79d68-fb55-4d3e-aacd-3d811d4ac66e}" text_from="UserText" y="-81.5" Halignment="AlignLeft">
|
||||
<text>Prise 20 A</text>
|
||||
</dynamic_text>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-159" length2="1.5" length1="1.5" x2="50" y1="-170" x1="50" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-158" length2="1.5" length1="1.5" x2="70" y1="-170" x1="70" end2="none"/>
|
||||
<terminal orientation="s" name="" x="60" uuid="{6f1a6ed7-de7b-4545-8f40-16d25239463d}" y="-100"/>
|
||||
<terminal orientation="n" name="" x="70" uuid="{e8f9b2fd-2a4e-4016-b123-3e7ee2fc85b3}" y="-170"/>
|
||||
<terminal orientation="n" name="" x="50" uuid="{18acda57-d500-4515-82bf-eb75a8fdcf0f}" y="-170"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,46 @@
|
||||
<definition orientation="dyyy" link_type="master" type="element" height="180" width="130" hotspot_y="175" version="0.80" hotspot_x="5">
|
||||
<uuid uuid="{b15044e7-30ff-425f-ac08-10eb50eb1c73}"/>
|
||||
<names>
|
||||
<name lang="fr">Prise 2 P+T 230 V</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="85" width="120" ry="0" x="0" rx="0" y="-85"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-15" length2="1.5" length1="1.5" x2="120" y1="-15" x1="0" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="29" z="5" uuid="{bee45d7c-134d-403f-ba9a-71c92f660072}" text_from="UserText" y="-44" Halignment="AlignLeft">
|
||||
<text>16</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="8" uuid="{df4abf19-0550-4977-b091-ed359a5f8b6d}" text_from="UserText" y="-63" Halignment="AlignLeft">
|
||||
<text>Local</text>
|
||||
</dynamic_text>
|
||||
<text text=" kA C" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-18" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-45" length2="1.5" length1="1.5" x2="120" y1="-45" x1="0" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-65" length2="1.5" length1="1.5" x2="120" y1="-65" x1="0" end2="none"/>
|
||||
<text text="A" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="66" y="-30" color="#000000"/>
|
||||
<text text=" mm²" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-2" color="#000000"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:blue" angle="-344" height="60" width="60" start="-98" x="30" y="-160"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:blue" angle="-180" height="8" width="8" start="0" x="56" y="-104"/>
|
||||
<circle antialias="false" style="line-style:normal;line-weight:normal;filling:blue;color:black" x="32.5" diameter="55" y="-157.5"/>
|
||||
<circle antialias="false" style="line-style:normal;line-weight:normal;filling:white;color:black" x="55" diameter="10" y="-120"/>
|
||||
<circle antialias="false" style="line-style:normal;line-weight:normal;filling:white;color:black" x="65" diameter="8" y="-146"/>
|
||||
<circle antialias="false" style="line-style:normal;line-weight:normal;filling:white;color:black" x="47" diameter="8" y="-146"/>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="28" z="37" uuid="{a31deff5-43f1-4556-bf7c-f3c2c66b435e}" text_from="UserText" y="-13.5" Halignment="AlignLeft">
|
||||
<text>3 G 2.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="30" z="39" uuid="{395520c4-102a-4a2e-bf61-fe26eeffe591}" text_from="UserText" y="-28.5" Halignment="AlignLeft">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="40" uuid="{75e8db9f-e1d9-4cf2-964b-c2949086e442}" text_from="UserText" y="-81.5" Halignment="AlignLeft">
|
||||
<text>Prise 2 P + T 230 V</text>
|
||||
</dynamic_text>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-158" length2="1.5" length1="1.5" x2="50" y1="-168" x1="50" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-158" length2="1.5" length1="1.5" x2="70" y1="-170" x1="70" end2="none"/>
|
||||
<terminal orientation="n" name="" x="70" uuid="{3b889261-baf3-4edb-b385-394839b11856}" y="-170"/>
|
||||
<terminal orientation="s" name="" x="60" uuid="{4ddfab58-6f71-4d7c-ac6c-487ecf83c8ed}" y="-100"/>
|
||||
<terminal orientation="n" name="" x="50" uuid="{f89eb4ca-ba3d-4c1c-a732-f4e25fab82ff}" y="-170"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,45 @@
|
||||
<definition type="element" height="180" width="130" orientation="dyyy" link_type="master" hotspot_x="5" version="0.80" hotspot_y="175">
|
||||
<uuid uuid="{05b1b642-e883-4372-93e1-6849a7d25a19}"/>
|
||||
<names>
|
||||
<name lang="fr">Prise 32 A</name>
|
||||
<name lang="pl">Gniazdo wtyczkowe trójbiegunowe</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation name="type" show="1">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<rect height="85" width="120" ry="0" x="0" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-85" rx="0" antialias="false"/>
|
||||
<line x1="0" length1="1.5" y1="-15" length2="1.5" end1="none" y2="-15" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" antialias="false" x2="120"/>
|
||||
<dynamic_text z="5" text_width="-1" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" uuid="{772ee4af-933d-42ca-a51e-23f04595bce3}" text_from="UserText" Valignment="AlignTop" x="29" y="-44" rotation="0" frame="false">
|
||||
<text>32</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="7" text_width="-1" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" uuid="{4c3a744e-ab4f-40e7-8d8f-661b89473bec}" text_from="UserText" Valignment="AlignTop" x="-2" y="-63" rotation="0" frame="false">
|
||||
<text>Local</text>
|
||||
</dynamic_text>
|
||||
<text text=" kA C" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="58" y="-18" rotation="0"/>
|
||||
<line x1="0" length1="1.5" y1="-45" length2="1.5" end1="none" y2="-45" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" antialias="false" x2="120"/>
|
||||
<line x1="0" length1="1.5" y1="-65" length2="1.5" end1="none" y2="-65" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" antialias="false" x2="120"/>
|
||||
<text text="A" font="Sans Serif,7,-1,5,50,0,0,0,0,0" color="#000000" x="66" y="-31" rotation="0"/>
|
||||
<text text=" mm²" font="Sans Serif,5,-1,5,50,0,0,0,0,0" color="#000000" x="58" y="-2" rotation="0"/>
|
||||
<circle x="30" style="line-style:normal;line-weight:normal;filling:none;color:black" y="-160" antialias="true" diameter="60"/>
|
||||
<circle x="41" style="line-style:normal;line-weight:normal;filling:gray;color:black" y="-139" antialias="true" diameter="8"/>
|
||||
<circle x="71" style="line-style:normal;line-weight:normal;filling:gray;color:black" y="-139" antialias="true" diameter="8"/>
|
||||
<rect height="5" width="10" ry="0" x="55" style="line-style:normal;line-weight:normal;filling:gray;color:black" y="-118" rx="0" antialias="false"/>
|
||||
<dynamic_text z="32" text_width="-1" Halignment="AlignLeft" font="Sans Serif,5,-1,5,50,0,0,0,0,0" uuid="{4752b04f-eb5a-42c6-b518-cb53d38cb99e}" text_from="UserText" Valignment="AlignTop" x="28" y="-13.5" rotation="0" frame="false">
|
||||
<text>3 G 6.0</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="35" text_width="-1" Halignment="AlignLeft" font="Sans Serif,5,-1,5,50,0,0,0,0,0" uuid="{c251015d-9408-4d29-af48-350577c8131a}" text_from="UserText" Valignment="AlignTop" x="30" y="-28.5" rotation="0" frame="false">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text z="38" text_width="-1" Halignment="AlignLeft" font="Sans Serif,7,-1,5,50,0,0,0,0,0" uuid="{c8267a5f-4d91-4268-8354-19e34ae83280}" text_from="UserText" Valignment="AlignTop" x="-2" y="-81.5" rotation="0" frame="false">
|
||||
<text>Prise 32 A</text>
|
||||
</dynamic_text>
|
||||
<line x1="50" length1="1.5" y1="-170" length2="1.5" end1="none" y2="-158" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" antialias="false" x2="50"/>
|
||||
<line x1="70" length1="1.5" y1="-170" length2="1.5" end1="none" y2="-159" style="line-style:normal;line-weight:normal;filling:none;color:black" end2="none" antialias="false" x2="70"/>
|
||||
<terminal name="" orientation="n" uuid="{01846186-8fe1-4c9c-b243-5208e4258d80}" x="70" y="-170"/>
|
||||
<terminal name="" orientation="n" uuid="{8bd7c977-1bc4-4a3e-9043-3f49ee9769ef}" x="50" y="-170"/>
|
||||
<terminal name="" orientation="s" uuid="{b56d62da-b358-439b-ae3b-11d34fd2d733}" x="60" y="-100"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,53 @@
|
||||
<definition orientation="dyyy" link_type="master" type="element" height="180" width="130" hotspot_y="175" version="0.80" hotspot_x="5">
|
||||
<uuid uuid="{913c7d70-1cf6-496e-85e0-c54c99b499ee}"/>
|
||||
<names>
|
||||
<name lang="fr">Prise 3 P+T 400 V</name>
|
||||
<name lang="pl">Gniazdo wtyczkowe czterobiegunowe 3P+E</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="85" width="120" ry="0" x="0" rx="0" y="-85"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-15" length2="1.5" length1="1.5" x2="120" y1="-15" x1="0" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="29" z="5" uuid="{871862f5-68d0-40e6-844b-21d14bab5796}" text_from="UserText" y="-44" Halignment="AlignLeft">
|
||||
<text>1000</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="8" uuid="{757bf51f-4fd5-4cd4-a05c-3198f5a04990}" text_from="ElementInfo" y="-63" Halignment="AlignLeft">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<text text=" kA C" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-18" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-45" length2="1.5" length1="1.5" x2="120" y1="-45" x1="0" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-65" length2="1.5" length1="1.5" x2="120" y1="-65" x1="0" end2="none"/>
|
||||
<text text="A" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="66" y="-30" color="#000000"/>
|
||||
<text text=" mm²" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-2" color="#000000"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:red" angle="-344" height="60" width="60" start="-98" x="30" y="-160"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:red" angle="-180" height="8" width="8" start="0" x="56" y="-104"/>
|
||||
<circle antialias="false" style="line-style:normal;line-weight:normal;filling:red;color:black" x="32.5" diameter="55" y="-157.5"/>
|
||||
<circle antialias="false" style="line-style:normal;line-weight:normal;filling:white;color:black" x="55" diameter="10" y="-120"/>
|
||||
<circle antialias="false" style="line-style:normal;line-weight:normal;filling:white;color:black" x="56" diameter="8" y="-149"/>
|
||||
<circle antialias="false" style="line-style:normal;line-weight:normal;filling:white;color:black" x="41" diameter="8" y="-134"/>
|
||||
<circle antialias="false" style="line-style:normal;line-weight:normal;filling:white;color:black" x="71" diameter="8" y="-134"/>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="28" z="39" uuid="{cf592c28-d8f0-494c-8e35-ea564a89995e}" text_from="UserText" y="-13.5" Halignment="AlignLeft">
|
||||
<text>4 G 2.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="30" z="40" uuid="{2bdcd46c-04a2-4f56-aa01-8b2be20bc3d6}" text_from="UserText" y="-28.5" Halignment="AlignLeft">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="41" uuid="{5e238068-c25c-40c2-b41f-73b1188c5ad0}" text_from="ElementInfo" y="-81.5" Halignment="AlignLeft">
|
||||
<text></text>
|
||||
<info_name>label</info_name>
|
||||
</dynamic_text>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-166" length2="1.5" length1="1.5" x2="40" y1="-170" x1="40" end2="none"/>
|
||||
<polygon antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x4="46" y4="-156" y2="-164" y3="-156" x2="40" y1="-170" x1="40" x3="46" closed="false"/>
|
||||
<polygon antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" x4="76" y4="-156" y2="-162" y3="-156" x2="80" y1="-170" x1="80" x3="76" closed="false"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-160" length2="1.5" length1="1.5" x2="60" y1="-170" x1="60" end2="none"/>
|
||||
<terminal orientation="n" name="" x="40" uuid="{9d904b42-2911-4106-a952-f9c6fe248cc2}" y="-170"/>
|
||||
<terminal orientation="n" name="" x="80" uuid="{fd0f4cc9-ba44-41d3-aa12-644de54e6413}" y="-170"/>
|
||||
<terminal orientation="n" name="" x="60" uuid="{757b0ef5-d28e-4623-8d4e-11b13d783bac}" y="-170"/>
|
||||
<terminal orientation="s" name="" x="60" uuid="{8aab1ec9-1923-4b47-83ee-60a9c583e451}" y="-100"/>
|
||||
</description>
|
||||
</definition>
|
||||
@@ -0,0 +1,55 @@
|
||||
<definition orientation="dyyy" link_type="master" type="element" height="200" width="130" hotspot_y="195" version="0.80" hotspot_x="5">
|
||||
<uuid uuid="{ebc4aa32-17ab-4791-9f66-2fc481552e71}"/>
|
||||
<names>
|
||||
<name lang="fr">Prise 3 P+ N+ T 230 V</name>
|
||||
<name lang="pl">Gniazdo wtyczkowe pięciobiegunowe 3P+N+E</name>
|
||||
</names>
|
||||
<kindInformations>
|
||||
<kindInformation show="1" name="type">protection</kindInformation>
|
||||
</kindInformations>
|
||||
<elementInformations/>
|
||||
<informations>cbh41</informations>
|
||||
<description>
|
||||
<rect antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" height="85" width="120" ry="0" x="0" rx="0" y="-85"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-15" length2="1.5" length1="1.5" x2="120" y1="-15" x1="0" end2="none"/>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="29" z="5" uuid="{e4e85cee-07ad-48cd-a0c5-2792b2f3648b}" text_from="UserText" y="-44" Halignment="AlignLeft">
|
||||
<text>1000</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="8" uuid="{89a690fd-3db2-49eb-998b-c57cc35bc5d1}" text_from="UserText" y="-63" Halignment="AlignLeft">
|
||||
<text>Local</text>
|
||||
</dynamic_text>
|
||||
<text text=" kA C" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-18" color="#000000"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-45" length2="1.5" length1="1.5" x2="120" y1="-45" x1="0" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-65" length2="1.5" length1="1.5" x2="120" y1="-65" x1="0" end2="none"/>
|
||||
<text text="A" font="Sans Serif,7,-1,5,50,0,0,0,0,0" rotation="0" x="66" y="-30" color="#000000"/>
|
||||
<text text=" mm²" font="Sans Serif,5,-1,5,50,0,0,0,0,0" rotation="0" x="58" y="-2" color="#000000"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:blue" angle="-344" height="60" width="60" start="-98" x="30" y="-160"/>
|
||||
<arc antialias="true" style="line-style:normal;line-weight:normal;filling:none;color:blue" angle="-180" height="8" width="8" start="0" x="56" y="-104"/>
|
||||
<circle antialias="false" style="line-style:normal;line-weight:normal;filling:blue;color:black" x="32.5" diameter="55" y="-157.5"/>
|
||||
<circle antialias="false" style="line-style:normal;line-weight:normal;filling:white;color:black" x="55" diameter="10" y="-120"/>
|
||||
<circle antialias="false" style="line-style:normal;line-weight:normal;filling:white;color:black" x="65" diameter="8" y="-146"/>
|
||||
<circle antialias="false" style="line-style:normal;line-weight:normal;filling:white;color:black" x="42" diameter="8" y="-128"/>
|
||||
<circle antialias="false" style="line-style:normal;line-weight:normal;filling:white;color:black" x="70" diameter="8" y="-128"/>
|
||||
<circle antialias="false" style="line-style:normal;line-weight:normal;filling:white;color:black" x="47" diameter="8" y="-146"/>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="30" z="40" uuid="{958b6e3f-bf64-4583-8f6c-fba8413f5b83}" text_from="UserText" y="-28.5" Halignment="AlignLeft">
|
||||
<text>4.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,5,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="28" z="41" uuid="{b857e30d-05aa-49a8-9315-c4373755cb5a}" text_from="UserText" y="-13.5" Halignment="AlignLeft">
|
||||
<text>5 G 2.5</text>
|
||||
</dynamic_text>
|
||||
<dynamic_text font="Sans Serif,7,-1,5,50,0,0,0,0,0" Valignment="AlignTop" rotation="0" text_width="-1" frame="false" x="-2" z="42" uuid="{8782609e-7299-4ccd-ac95-558cde0c3c4f}" text_from="UserText" y="-81.5" Halignment="AlignLeft">
|
||||
<text>Prise 3 P + N +T 230 V</text>
|
||||
</dynamic_text>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-158" length2="1.5" length1="1.5" x2="50" y1="-190" x1="50" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-158" length2="1.5" length1="1.5" x2="70" y1="-190" x1="70" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-170" length2="1.5" length1="1.5" x2="30" y1="-190" x1="30" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-156" length2="1.5" length1="1.5" x2="44" y1="-170" x1="30" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-170" length2="1.5" length1="1.5" x2="90" y1="-190" x1="90" end2="none"/>
|
||||
<line antialias="false" style="line-style:normal;line-weight:normal;filling:none;color:black" end1="none" y2="-156" length2="1.5" length1="1.5" x2="76" y1="-170" x1="90" end2="none"/>
|
||||
<terminal orientation="s" name="" x="60" uuid="{65d86c92-90df-46be-9fea-6d2a66d83a74}" y="-100"/>
|
||||
<terminal orientation="n" name="" x="50" uuid="{1e44dc8f-45a8-4f04-938e-195fd89dd9b9}" y="-190"/>
|
||||
<terminal orientation="n" name="" x="90" uuid="{4e0e9e9d-d69b-4549-a2af-c252d40c26fb}" y="-190"/>
|
||||
<terminal orientation="n" name="" x="70" uuid="{63a92906-ecda-4181-b79f-1fc36c9fba14}" y="-190"/>
|
||||
<terminal orientation="n" name="" x="30" uuid="{2bcb5569-fd81-4ceb-94cc-c73d3cf80e90}" y="-190"/>
|
||||
</description>
|
||||
</definition>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user