From b8c46cbb37b323d487abc8c0486435022e4b5706 Mon Sep 17 00:00:00 2001 From: akshay-c Date: Fri, 13 Sep 2019 12:26:25 +0530 Subject: Svg Images for Toolbars in LDmicro --- Software/OpenPLC V1/SoftImages/Add.svg | 94 +++++++++++++++++++++ Software/OpenPLC V1/SoftImages/CountDown.svg | 89 ++++++++++++++++++++ Software/OpenPLC V1/SoftImages/CountUp.svg | 89 ++++++++++++++++++++ Software/OpenPLC V1/SoftImages/Div.svg | 99 +++++++++++++++++++++++ Software/OpenPLC V1/SoftImages/Multiply.svg | 98 ++++++++++++++++++++++ Software/OpenPLC V1/SoftImages/NegatedCoil.svg | 77 ++++++++++++++++++ Software/OpenPLC V1/SoftImages/NegatedContact.svg | 77 ++++++++++++++++++ Software/OpenPLC V1/SoftImages/NormalCoil.svg | 77 ++++++++++++++++++ Software/OpenPLC V1/SoftImages/NormalContact.svg | 74 +++++++++++++++++ Software/OpenPLC V1/SoftImages/OffTimer.svg | 89 ++++++++++++++++++++ Software/OpenPLC V1/SoftImages/OnTimer.svg | 87 ++++++++++++++++++++ Software/OpenPLC V1/SoftImages/Reset.svg | 89 ++++++++++++++++++++ Software/OpenPLC V1/SoftImages/ResetOnlyCoil.svg | 78 ++++++++++++++++++ Software/OpenPLC V1/SoftImages/SetOnlyCoil.svg | 78 ++++++++++++++++++ Software/OpenPLC V1/SoftImages/Sub.svg | 89 ++++++++++++++++++++ 15 files changed, 1284 insertions(+) create mode 100644 Software/OpenPLC V1/SoftImages/Add.svg create mode 100644 Software/OpenPLC V1/SoftImages/CountDown.svg create mode 100644 Software/OpenPLC V1/SoftImages/CountUp.svg create mode 100644 Software/OpenPLC V1/SoftImages/Div.svg create mode 100644 Software/OpenPLC V1/SoftImages/Multiply.svg create mode 100644 Software/OpenPLC V1/SoftImages/NegatedCoil.svg create mode 100644 Software/OpenPLC V1/SoftImages/NegatedContact.svg create mode 100644 Software/OpenPLC V1/SoftImages/NormalCoil.svg create mode 100644 Software/OpenPLC V1/SoftImages/NormalContact.svg create mode 100644 Software/OpenPLC V1/SoftImages/OffTimer.svg create mode 100644 Software/OpenPLC V1/SoftImages/OnTimer.svg create mode 100644 Software/OpenPLC V1/SoftImages/Reset.svg create mode 100644 Software/OpenPLC V1/SoftImages/ResetOnlyCoil.svg create mode 100644 Software/OpenPLC V1/SoftImages/SetOnlyCoil.svg create mode 100644 Software/OpenPLC V1/SoftImages/Sub.svg diff --git a/Software/OpenPLC V1/SoftImages/Add.svg b/Software/OpenPLC V1/SoftImages/Add.svg new file mode 100644 index 0000000..f928830 --- /dev/null +++ b/Software/OpenPLC V1/SoftImages/Add.svg @@ -0,0 +1,94 @@ + + + + + + + + + + image/svg+xml + + + + + + + { } + + + diff --git a/Software/OpenPLC V1/SoftImages/CountDown.svg b/Software/OpenPLC V1/SoftImages/CountDown.svg new file mode 100644 index 0000000..8a011d1 --- /dev/null +++ b/Software/OpenPLC V1/SoftImages/CountDown.svg @@ -0,0 +1,89 @@ + + + + + + + + + + image/svg+xml + + + + + + + [CTD] + diff --git a/Software/OpenPLC V1/SoftImages/CountUp.svg b/Software/OpenPLC V1/SoftImages/CountUp.svg new file mode 100644 index 0000000..d8a3cd5 --- /dev/null +++ b/Software/OpenPLC V1/SoftImages/CountUp.svg @@ -0,0 +1,89 @@ + + + + + + + + + + image/svg+xml + + + + + + + [CTU] + diff --git a/Software/OpenPLC V1/SoftImages/Div.svg b/Software/OpenPLC V1/SoftImages/Div.svg new file mode 100644 index 0000000..a097c9a --- /dev/null +++ b/Software/OpenPLC V1/SoftImages/Div.svg @@ -0,0 +1,99 @@ + + + + + + + + + + image/svg+xml + + + + + + + { } + + + + diff --git a/Software/OpenPLC V1/SoftImages/Multiply.svg b/Software/OpenPLC V1/SoftImages/Multiply.svg new file mode 100644 index 0000000..1160687 --- /dev/null +++ b/Software/OpenPLC V1/SoftImages/Multiply.svg @@ -0,0 +1,98 @@ + + + + + + + + + + image/svg+xml + + + + + + + { } + + + + + diff --git a/Software/OpenPLC V1/SoftImages/NegatedCoil.svg b/Software/OpenPLC V1/SoftImages/NegatedCoil.svg new file mode 100644 index 0000000..0b0f78e --- /dev/null +++ b/Software/OpenPLC V1/SoftImages/NegatedCoil.svg @@ -0,0 +1,77 @@ + + + + + + + + + + image/svg+xml + + + + + + + (/) + diff --git a/Software/OpenPLC V1/SoftImages/NegatedContact.svg b/Software/OpenPLC V1/SoftImages/NegatedContact.svg new file mode 100644 index 0000000..aa8b697 --- /dev/null +++ b/Software/OpenPLC V1/SoftImages/NegatedContact.svg @@ -0,0 +1,77 @@ + + + + + + + + + + image/svg+xml + + + + + + + ]/[ + diff --git a/Software/OpenPLC V1/SoftImages/NormalCoil.svg b/Software/OpenPLC V1/SoftImages/NormalCoil.svg new file mode 100644 index 0000000..a5de160 --- /dev/null +++ b/Software/OpenPLC V1/SoftImages/NormalCoil.svg @@ -0,0 +1,77 @@ + + + + + + + + + + image/svg+xml + + + + + + + ( ) + diff --git a/Software/OpenPLC V1/SoftImages/NormalContact.svg b/Software/OpenPLC V1/SoftImages/NormalContact.svg new file mode 100644 index 0000000..f9f291f --- /dev/null +++ b/Software/OpenPLC V1/SoftImages/NormalContact.svg @@ -0,0 +1,74 @@ + + + + + + + + + + image/svg+xml + + + + + + + ] [ + diff --git a/Software/OpenPLC V1/SoftImages/OffTimer.svg b/Software/OpenPLC V1/SoftImages/OffTimer.svg new file mode 100644 index 0000000..36de57b --- /dev/null +++ b/Software/OpenPLC V1/SoftImages/OffTimer.svg @@ -0,0 +1,89 @@ + + + + + + + + + + image/svg+xml + + + + + + + [TOF] + diff --git a/Software/OpenPLC V1/SoftImages/OnTimer.svg b/Software/OpenPLC V1/SoftImages/OnTimer.svg new file mode 100644 index 0000000..fcbfd40 --- /dev/null +++ b/Software/OpenPLC V1/SoftImages/OnTimer.svg @@ -0,0 +1,87 @@ + + + + + + + + + + image/svg+xml + + + + + + + [TON] + diff --git a/Software/OpenPLC V1/SoftImages/Reset.svg b/Software/OpenPLC V1/SoftImages/Reset.svg new file mode 100644 index 0000000..4963903 --- /dev/null +++ b/Software/OpenPLC V1/SoftImages/Reset.svg @@ -0,0 +1,89 @@ + + + + + + + + + + image/svg+xml + + + + + + + {RES} + + + diff --git a/Software/OpenPLC V1/SoftImages/ResetOnlyCoil.svg b/Software/OpenPLC V1/SoftImages/ResetOnlyCoil.svg new file mode 100644 index 0000000..9cc0a51 --- /dev/null +++ b/Software/OpenPLC V1/SoftImages/ResetOnlyCoil.svg @@ -0,0 +1,78 @@ + + + + + + + + + + image/svg+xml + + + + + + + (R) + diff --git a/Software/OpenPLC V1/SoftImages/SetOnlyCoil.svg b/Software/OpenPLC V1/SoftImages/SetOnlyCoil.svg new file mode 100644 index 0000000..41cf4a7 --- /dev/null +++ b/Software/OpenPLC V1/SoftImages/SetOnlyCoil.svg @@ -0,0 +1,78 @@ + + + + + + + + + + image/svg+xml + + + + + + + (S) + diff --git a/Software/OpenPLC V1/SoftImages/Sub.svg b/Software/OpenPLC V1/SoftImages/Sub.svg new file mode 100644 index 0000000..1d65630 --- /dev/null +++ b/Software/OpenPLC V1/SoftImages/Sub.svg @@ -0,0 +1,89 @@ + + + + + + + + + + image/svg+xml + + + + + + + { } + + -- cgit From e73ac177ccbc9d7e2bc0d3ad251586be998dbb4e Mon Sep 17 00:00:00 2001 From: akshay-c Date: Fri, 13 Sep 2019 12:28:18 +0530 Subject: logo svg --- Software/OpenPLC V1/SoftImages/ldmicro.png | Bin 0 -> 1793 bytes Software/OpenPLC V1/SoftImages/ldmicro.svg | 122 +++++++++++++++++++++++++++++ 2 files changed, 122 insertions(+) create mode 100644 Software/OpenPLC V1/SoftImages/ldmicro.png create mode 100644 Software/OpenPLC V1/SoftImages/ldmicro.svg diff --git a/Software/OpenPLC V1/SoftImages/ldmicro.png b/Software/OpenPLC V1/SoftImages/ldmicro.png new file mode 100644 index 0000000..9012cc1 Binary files /dev/null and b/Software/OpenPLC V1/SoftImages/ldmicro.png differ diff --git a/Software/OpenPLC V1/SoftImages/ldmicro.svg b/Software/OpenPLC V1/SoftImages/ldmicro.svg new file mode 100644 index 0000000..d9a18a2 --- /dev/null +++ b/Software/OpenPLC V1/SoftImages/ldmicro.svg @@ -0,0 +1,122 @@ + + + + + + + + + + image/svg+xml + + + + + + + + ][ + + + () + ][ + + + + + + -- cgit From 57e09a5ebe60c3dea75ad25979b3f9ae9bfd1432 Mon Sep 17 00:00:00 2001 From: akshay-c Date: Fri, 13 Sep 2019 12:35:25 +0530 Subject: Acrylic Designs --- Designs/LiftSetup/Lift.svg | 948 +++++++++++++++++++++++++++++++++++++++++ Designs/SwitchSetup/Switch.svg | 678 +++++++++++++++++++++++++++++ 2 files changed, 1626 insertions(+) create mode 100644 Designs/LiftSetup/Lift.svg create mode 100644 Designs/SwitchSetup/Switch.svg diff --git a/Designs/LiftSetup/Lift.svg b/Designs/LiftSetup/Lift.svg new file mode 100644 index 0000000..c5c56ad --- /dev/null +++ b/Designs/LiftSetup/Lift.svg @@ -0,0 +1,948 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Designs/SwitchSetup/Switch.svg b/Designs/SwitchSetup/Switch.svg new file mode 100644 index 0000000..5675d97 --- /dev/null +++ b/Designs/SwitchSetup/Switch.svg @@ -0,0 +1,678 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit From 4f2a18498ab5da6c296569f46bf3931e0b555550 Mon Sep 17 00:00:00 2001 From: akshay-c Date: Mon, 16 Dec 2019 12:05:22 +0530 Subject: Latest Qt and Gtk Releases for LDmicro --- .../linux-debian/Gtk/LDMicro-2.2.5-Linux-Gtk14.deb | Bin 0 -> 1162158 bytes .../linux-debian/Gtk/LDMicro-2.2.5-Linux-Gtk16.deb | Bin 0 -> 980190 bytes .../linux-debian/Qt/LDmicro_Qt-2.3.1-Linux-bionic.deb | Bin 0 -> 4933066 bytes .../linux-debian/Qt/LDmicro_Qt-2.3.1-Linux-xenial.deb | Bin 0 -> 3221056 bytes .../linux-debian/Qt/LDmicro_Qt-2.3.2-Linux-bionic.deb | Bin 0 -> 4933774 bytes .../linux-debian/Qt/LDmicro_Qt-2.3.2-Linux-xenial.deb | Bin 0 -> 3221132 bytes 6 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 Software/OpenPLC V1/linux-debian/Gtk/LDMicro-2.2.5-Linux-Gtk14.deb create mode 100644 Software/OpenPLC V1/linux-debian/Gtk/LDMicro-2.2.5-Linux-Gtk16.deb create mode 100644 Software/OpenPLC V1/linux-debian/Qt/LDmicro_Qt-2.3.1-Linux-bionic.deb create mode 100644 Software/OpenPLC V1/linux-debian/Qt/LDmicro_Qt-2.3.1-Linux-xenial.deb create mode 100644 Software/OpenPLC V1/linux-debian/Qt/LDmicro_Qt-2.3.2-Linux-bionic.deb create mode 100644 Software/OpenPLC V1/linux-debian/Qt/LDmicro_Qt-2.3.2-Linux-xenial.deb diff --git a/Software/OpenPLC V1/linux-debian/Gtk/LDMicro-2.2.5-Linux-Gtk14.deb b/Software/OpenPLC V1/linux-debian/Gtk/LDMicro-2.2.5-Linux-Gtk14.deb new file mode 100644 index 0000000..5d918a4 Binary files /dev/null and b/Software/OpenPLC V1/linux-debian/Gtk/LDMicro-2.2.5-Linux-Gtk14.deb differ diff --git a/Software/OpenPLC V1/linux-debian/Gtk/LDMicro-2.2.5-Linux-Gtk16.deb b/Software/OpenPLC V1/linux-debian/Gtk/LDMicro-2.2.5-Linux-Gtk16.deb new file mode 100644 index 0000000..ab211b6 Binary files /dev/null and b/Software/OpenPLC V1/linux-debian/Gtk/LDMicro-2.2.5-Linux-Gtk16.deb differ diff --git a/Software/OpenPLC V1/linux-debian/Qt/LDmicro_Qt-2.3.1-Linux-bionic.deb b/Software/OpenPLC V1/linux-debian/Qt/LDmicro_Qt-2.3.1-Linux-bionic.deb new file mode 100644 index 0000000..57bbc94 Binary files /dev/null and b/Software/OpenPLC V1/linux-debian/Qt/LDmicro_Qt-2.3.1-Linux-bionic.deb differ diff --git a/Software/OpenPLC V1/linux-debian/Qt/LDmicro_Qt-2.3.1-Linux-xenial.deb b/Software/OpenPLC V1/linux-debian/Qt/LDmicro_Qt-2.3.1-Linux-xenial.deb new file mode 100644 index 0000000..99e8561 Binary files /dev/null and b/Software/OpenPLC V1/linux-debian/Qt/LDmicro_Qt-2.3.1-Linux-xenial.deb differ diff --git a/Software/OpenPLC V1/linux-debian/Qt/LDmicro_Qt-2.3.2-Linux-bionic.deb b/Software/OpenPLC V1/linux-debian/Qt/LDmicro_Qt-2.3.2-Linux-bionic.deb new file mode 100644 index 0000000..5dda353 Binary files /dev/null and b/Software/OpenPLC V1/linux-debian/Qt/LDmicro_Qt-2.3.2-Linux-bionic.deb differ diff --git a/Software/OpenPLC V1/linux-debian/Qt/LDmicro_Qt-2.3.2-Linux-xenial.deb b/Software/OpenPLC V1/linux-debian/Qt/LDmicro_Qt-2.3.2-Linux-xenial.deb new file mode 100644 index 0000000..184d0f3 Binary files /dev/null and b/Software/OpenPLC V1/linux-debian/Qt/LDmicro_Qt-2.3.2-Linux-xenial.deb differ -- cgit From 8803a1a317243f1dd67d2f1fad0eca39d7f657b8 Mon Sep 17 00:00:00 2001 From: akshay-c Date: Mon, 16 Dec 2019 15:51:06 +0530 Subject: Legacy Package for Qt --- .../Qt/LDmicro_Qt-bionic--2.3.0-Linux.deb | Bin 0 -> 4933066 bytes .../Qt/LDmicro_Qt-xenial--2.3.0-Linux.deb | Bin 0 -> 3220770 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 Software/OpenPLC V1/linux-debian/Qt/LDmicro_Qt-bionic--2.3.0-Linux.deb create mode 100644 Software/OpenPLC V1/linux-debian/Qt/LDmicro_Qt-xenial--2.3.0-Linux.deb diff --git a/Software/OpenPLC V1/linux-debian/Qt/LDmicro_Qt-bionic--2.3.0-Linux.deb b/Software/OpenPLC V1/linux-debian/Qt/LDmicro_Qt-bionic--2.3.0-Linux.deb new file mode 100644 index 0000000..63ebd5b Binary files /dev/null and b/Software/OpenPLC V1/linux-debian/Qt/LDmicro_Qt-bionic--2.3.0-Linux.deb differ diff --git a/Software/OpenPLC V1/linux-debian/Qt/LDmicro_Qt-xenial--2.3.0-Linux.deb b/Software/OpenPLC V1/linux-debian/Qt/LDmicro_Qt-xenial--2.3.0-Linux.deb new file mode 100644 index 0000000..fa67036 Binary files /dev/null and b/Software/OpenPLC V1/linux-debian/Qt/LDmicro_Qt-xenial--2.3.0-Linux.deb differ -- cgit From 381c57f811249833341c0e394fb48460d4b175b1 Mon Sep 17 00:00:00 2001 From: akshay-c Date: Tue, 17 Dec 2019 16:24:20 +0530 Subject: Primary Gtk Versions --- .../Gtk/LDMicro-2.2.0-Linux-Ubuntu14.04.deb | Bin 0 -> 2081634 bytes .../Gtk/LDMicro-2.2.0-Linux-Ubuntu16.04.deb | Bin 0 -> 3024854 bytes .../Gtk/LDMicro-2.2.0-Linux-Ubuntu18.04.deb | Bin 0 -> 4719362 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 Software/OpenPLC V1/linux-debian/Gtk/LDMicro-2.2.0-Linux-Ubuntu14.04.deb create mode 100644 Software/OpenPLC V1/linux-debian/Gtk/LDMicro-2.2.0-Linux-Ubuntu16.04.deb create mode 100644 Software/OpenPLC V1/linux-debian/Gtk/LDMicro-2.2.0-Linux-Ubuntu18.04.deb diff --git a/Software/OpenPLC V1/linux-debian/Gtk/LDMicro-2.2.0-Linux-Ubuntu14.04.deb b/Software/OpenPLC V1/linux-debian/Gtk/LDMicro-2.2.0-Linux-Ubuntu14.04.deb new file mode 100644 index 0000000..4897671 Binary files /dev/null and b/Software/OpenPLC V1/linux-debian/Gtk/LDMicro-2.2.0-Linux-Ubuntu14.04.deb differ diff --git a/Software/OpenPLC V1/linux-debian/Gtk/LDMicro-2.2.0-Linux-Ubuntu16.04.deb b/Software/OpenPLC V1/linux-debian/Gtk/LDMicro-2.2.0-Linux-Ubuntu16.04.deb new file mode 100644 index 0000000..3312ca0 Binary files /dev/null and b/Software/OpenPLC V1/linux-debian/Gtk/LDMicro-2.2.0-Linux-Ubuntu16.04.deb differ diff --git a/Software/OpenPLC V1/linux-debian/Gtk/LDMicro-2.2.0-Linux-Ubuntu18.04.deb b/Software/OpenPLC V1/linux-debian/Gtk/LDMicro-2.2.0-Linux-Ubuntu18.04.deb new file mode 100644 index 0000000..528b2d0 Binary files /dev/null and b/Software/OpenPLC V1/linux-debian/Gtk/LDMicro-2.2.0-Linux-Ubuntu18.04.deb differ -- cgit