├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── 99-usbtmc.rules ├── GPL.txt ├── LICENSE ├── Multimeter-RS232.desktop ├── Multimeter-RS232.py ├── Multimeter-TCP.py ├── Multimeter.desktop ├── P409x.ico ├── PeakTech-409x-blue.ui ├── README ├── README.md ├── buzz.png ├── default.ui ├── diode.png ├── led-blue-on.png ├── led-green-on.png ├── led-off.png ├── led-red-on.png ├── multimeter.ini └── ohm.png /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Bug report 3 | about: Create a report to help us improve 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | **Describe the bug** 11 | A clear and concise description of what the bug is. 12 | 13 | **To Reproduce** 14 | Steps to reproduce the behavior: 15 | 1. Go to '...' 16 | 2. Click on '....' 17 | 3. Scroll down to '....' 18 | 4. See error 19 | 20 | **Expected behavior** 21 | A clear and concise description of what you expected to happen. 22 | 23 | **Screenshots** 24 | If applicable, add screenshots to help explain your problem. 25 | 26 | **Desktop (please complete the following information):** 27 | - OS: [e.g. iOS] 28 | - Browser [e.g. chrome, safari] 29 | - Version [e.g. 22] 30 | 31 | **Smartphone (please complete the following information):** 32 | - Device: [e.g. iPhone6] 33 | - OS: [e.g. iOS8.1] 34 | - Browser [e.g. stock browser, safari] 35 | - Version [e.g. 22] 36 | 37 | **Additional context** 38 | Add any other context about the problem here. 39 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Feature request 3 | about: Suggest an idea for this project 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | **Is your feature request related to a problem? Please describe.** 11 | A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 12 | 13 | **Describe the solution you'd like** 14 | A clear and concise description of what you want to happen. 15 | 16 | **Describe alternatives you've considered** 17 | A clear and concise description of any alternative solutions or features you've considered. 18 | 19 | **Additional context** 20 | Add any other context or screenshots about the feature request here. 21 | -------------------------------------------------------------------------------- /99-usbtmc.rules: -------------------------------------------------------------------------------- 1 | KERNEL=="usbtmc[0..9]", SUBSYSTEM=="usbmisc", GROUP="dialout", MODE="0666" 2 | ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="5345", ATTR{idProduct}=="1234", MODE="0666", GROUP="dialout" 3 | -------------------------------------------------------------------------------- /GPL.txt: -------------------------------------------------------------------------------- 1 | 2 | GNU GENERAL PUBLIC LICENSE 3 | 4 | Version 3, 29 June 2007 5 | 6 | Copyright © 2007 Free Software Foundation, Inc. 7 | 8 | Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. 9 | 10 | Preamble 11 | 12 | The GNU General Public License is a free, copyleft license for software and other kinds of works. 13 | 14 | The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. 15 | 16 | When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. 17 | 18 | To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. 19 | 20 | For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. 21 | 22 | Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. 23 | 24 | For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. 25 | 26 | Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. 27 | 28 | Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. 29 | 30 | The precise terms and conditions for copying, distribution and modification follow. 31 | 32 | TERMS AND CONDITIONS 33 | 0. Definitions. 34 | 35 | “This License” refers to version 3 of the GNU General Public License. 36 | 37 | “Copyright” also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. 38 | 39 | “The Program” refers to any copyrightable work licensed under this License. Each licensee is addressed as “you”. “Licensees” and “recipients” may be individuals or organizations. 40 | 41 | To “modify” a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work. 42 | 43 | A “covered work” means either the unmodified Program or a work based on the Program. 44 | 45 | To “propagate” a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. 46 | 47 | To “convey” a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. 48 | 49 | An interactive user interface displays “Appropriate Legal Notices” to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 50 | 1. Source Code. 51 | 52 | The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work. 53 | 54 | A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. 55 | 56 | The “System Libraries” of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Component”, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. 57 | 58 | The “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. 59 | 60 | The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. 61 | 62 | The Corresponding Source for a work in source code form is that same work. 63 | 2. Basic Permissions. 64 | 65 | All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. 66 | 67 | You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. 68 | 69 | Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 70 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 71 | 72 | No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. 73 | 74 | When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 75 | 4. Conveying Verbatim Copies. 76 | 77 | You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. 78 | 79 | You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 80 | 5. Conveying Modified Source Versions. 81 | 82 | You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: 83 | 84 | a) The work must carry prominent notices stating that you modified it, and giving a relevant date. 85 | b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to “keep intact all notices”. 86 | c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. 87 | d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. 88 | 89 | A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 90 | 6. Conveying Non-Source Forms. 91 | 92 | You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: 93 | 94 | a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. 95 | b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. 96 | c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. 97 | d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. 98 | e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. 99 | 100 | A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. 101 | 102 | A “User Product” is either (1) a “consumer product”, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, “normally used” refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. 103 | 104 | “Installation Information” for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. 105 | 106 | If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). 107 | 108 | The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. 109 | 110 | Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 111 | 7. Additional Terms. 112 | 113 | “Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. 114 | 115 | When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. 116 | 117 | Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: 118 | 119 | a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or 120 | b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or 121 | c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or 122 | d) Limiting the use for publicity purposes of names of licensors or authors of the material; or 123 | e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or 124 | f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. 125 | 126 | All other non-permissive additional terms are considered “further restrictions” within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. 127 | 128 | If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. 129 | 130 | Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 131 | 8. Termination. 132 | 133 | You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). 134 | 135 | However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. 136 | 137 | Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. 138 | 139 | Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 140 | 9. Acceptance Not Required for Having Copies. 141 | 142 | You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 143 | 10. Automatic Licensing of Downstream Recipients. 144 | 145 | Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. 146 | 147 | An “entity transaction” is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. 148 | 149 | You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 150 | 11. Patents. 151 | 152 | A “contributor” is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's “contributor version”. 153 | 154 | A contributor's “essential patent claims” are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, “control” includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. 155 | 156 | Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. 157 | 158 | In the following three paragraphs, a “patent license” is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To “grant” such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. 159 | 160 | If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. “Knowingly relying” means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. 161 | 162 | If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. 163 | 164 | A patent license is “discriminatory” if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. 165 | 166 | Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 167 | 12. No Surrender of Others' Freedom. 168 | 169 | If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 170 | 13. Use with the GNU Affero General Public License. 171 | 172 | Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 173 | 14. Revised Versions of this License. 174 | 175 | The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. 176 | 177 | Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. 178 | 179 | If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. 180 | 181 | Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 182 | 15. Disclaimer of Warranty. 183 | 184 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 185 | 16. Limitation of Liability. 186 | 187 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 188 | 17. Interpretation of Sections 15 and 16. 189 | 190 | If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. 191 | 192 | END OF TERMS AND CONDITIONS 193 | 194 | How to Apply These Terms to Your New Programs 195 | 196 | If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. 197 | 198 | To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found. 199 | 200 | 201 | Copyright (C) 202 | 203 | This program is free software: you can redistribute it and/or modify 204 | it under the terms of the GNU General Public License as published by 205 | the Free Software Foundation, either version 3 of the License, or 206 | (at your option) any later version. 207 | 208 | This program is distributed in the hope that it will be useful, 209 | but WITHOUT ANY WARRANTY; without even the implied warranty of 210 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 211 | GNU General Public License for more details. 212 | 213 | You should have received a copy of the GNU General Public License 214 | along with this program. If not, see . 215 | 216 | Also add information on how to contact you by electronic and paper mail. 217 | 218 | If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: 219 | 220 | Copyright (C) 221 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 222 | This is free software, and you are welcome to redistribute it 223 | under certain conditions; type `show c' for details. 224 | 225 | The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an “about box”. 226 | 227 | You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . 228 | 229 | The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . 230 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 3, 29 June 2007 3 | 4 | Copyright (C) 2007 Free Software Foundation, Inc. 5 | Everyone is permitted to copy and distribute verbatim copies 6 | of this license document, but changing it is not allowed. 7 | 8 | Preamble 9 | 10 | The GNU General Public License is a free, copyleft license for 11 | software and other kinds of works. 12 | 13 | The licenses for most software and other practical works are designed 14 | to take away your freedom to share and change the works. By contrast, 15 | the GNU General Public License is intended to guarantee your freedom to 16 | share and change all versions of a program--to make sure it remains free 17 | software for all its users. We, the Free Software Foundation, use the 18 | GNU General Public License for most of our software; it applies also to 19 | any other work released this way by its authors. You can apply it to 20 | your programs, too. 21 | 22 | When we speak of free software, we are referring to freedom, not 23 | price. Our General Public Licenses are designed to make sure that you 24 | have the freedom to distribute copies of free software (and charge for 25 | them if you wish), that you receive source code or can get it if you 26 | want it, that you can change the software or use pieces of it in new 27 | free programs, and that you know you can do these things. 28 | 29 | To protect your rights, we need to prevent others from denying you 30 | these rights or asking you to surrender the rights. Therefore, you have 31 | certain responsibilities if you distribute copies of the software, or if 32 | you modify it: responsibilities to respect the freedom of others. 33 | 34 | For example, if you distribute copies of such a program, whether 35 | gratis or for a fee, you must pass on to the recipients the same 36 | freedoms that you received. You must make sure that they, too, receive 37 | or can get the source code. And you must show them these terms so they 38 | know their rights. 39 | 40 | Developers that use the GNU GPL protect your rights with two steps: 41 | (1) assert copyright on the software, and (2) offer you this License 42 | giving you legal permission to copy, distribute and/or modify it. 43 | 44 | For the developers' and authors' protection, the GPL clearly explains 45 | that there is no warranty for this free software. For both users' and 46 | authors' sake, the GPL requires that modified versions be marked as 47 | changed, so that their problems will not be attributed erroneously to 48 | authors of previous versions. 49 | 50 | Some devices are designed to deny users access to install or run 51 | modified versions of the software inside them, although the manufacturer 52 | can do so. This is fundamentally incompatible with the aim of 53 | protecting users' freedom to change the software. The systematic 54 | pattern of such abuse occurs in the area of products for individuals to 55 | use, which is precisely where it is most unacceptable. Therefore, we 56 | have designed this version of the GPL to prohibit the practice for those 57 | products. If such problems arise substantially in other domains, we 58 | stand ready to extend this provision to those domains in future versions 59 | of the GPL, as needed to protect the freedom of users. 60 | 61 | Finally, every program is threatened constantly by software patents. 62 | States should not allow patents to restrict development and use of 63 | software on general-purpose computers, but in those that do, we wish to 64 | avoid the special danger that patents applied to a free program could 65 | make it effectively proprietary. To prevent this, the GPL assures that 66 | patents cannot be used to render the program non-free. 67 | 68 | The precise terms and conditions for copying, distribution and 69 | modification follow. 70 | 71 | TERMS AND CONDITIONS 72 | 73 | 0. Definitions. 74 | 75 | "This License" refers to version 3 of the GNU General Public License. 76 | 77 | "Copyright" also means copyright-like laws that apply to other kinds of 78 | works, such as semiconductor masks. 79 | 80 | "The Program" refers to any copyrightable work licensed under this 81 | License. Each licensee is addressed as "you". "Licensees" and 82 | "recipients" may be individuals or organizations. 83 | 84 | To "modify" a work means to copy from or adapt all or part of the work 85 | in a fashion requiring copyright permission, other than the making of an 86 | exact copy. The resulting work is called a "modified version" of the 87 | earlier work or a work "based on" the earlier work. 88 | 89 | A "covered work" means either the unmodified Program or a work based 90 | on the Program. 91 | 92 | To "propagate" a work means to do anything with it that, without 93 | permission, would make you directly or secondarily liable for 94 | infringement under applicable copyright law, except executing it on a 95 | computer or modifying a private copy. Propagation includes copying, 96 | distribution (with or without modification), making available to the 97 | public, and in some countries other activities as well. 98 | 99 | To "convey" a work means any kind of propagation that enables other 100 | parties to make or receive copies. Mere interaction with a user through 101 | a computer network, with no transfer of a copy, is not conveying. 102 | 103 | An interactive user interface displays "Appropriate Legal Notices" 104 | to the extent that it includes a convenient and prominently visible 105 | feature that (1) displays an appropriate copyright notice, and (2) 106 | tells the user that there is no warranty for the work (except to the 107 | extent that warranties are provided), that licensees may convey the 108 | work under this License, and how to view a copy of this License. If 109 | the interface presents a list of user commands or options, such as a 110 | menu, a prominent item in the list meets this criterion. 111 | 112 | 1. Source Code. 113 | 114 | The "source code" for a work means the preferred form of the work 115 | for making modifications to it. "Object code" means any non-source 116 | form of a work. 117 | 118 | A "Standard Interface" means an interface that either is an official 119 | standard defined by a recognized standards body, or, in the case of 120 | interfaces specified for a particular programming language, one that 121 | is widely used among developers working in that language. 122 | 123 | The "System Libraries" of an executable work include anything, other 124 | than the work as a whole, that (a) is included in the normal form of 125 | packaging a Major Component, but which is not part of that Major 126 | Component, and (b) serves only to enable use of the work with that 127 | Major Component, or to implement a Standard Interface for which an 128 | implementation is available to the public in source code form. A 129 | "Major Component", in this context, means a major essential component 130 | (kernel, window system, and so on) of the specific operating system 131 | (if any) on which the executable work runs, or a compiler used to 132 | produce the work, or an object code interpreter used to run it. 133 | 134 | The "Corresponding Source" for a work in object code form means all 135 | the source code needed to generate, install, and (for an executable 136 | work) run the object code and to modify the work, including scripts to 137 | control those activities. However, it does not include the work's 138 | System Libraries, or general-purpose tools or generally available free 139 | programs which are used unmodified in performing those activities but 140 | which are not part of the work. For example, Corresponding Source 141 | includes interface definition files associated with source files for 142 | the work, and the source code for shared libraries and dynamically 143 | linked subprograms that the work is specifically designed to require, 144 | such as by intimate data communication or control flow between those 145 | subprograms and other parts of the work. 146 | 147 | The Corresponding Source need not include anything that users 148 | can regenerate automatically from other parts of the Corresponding 149 | Source. 150 | 151 | The Corresponding Source for a work in source code form is that 152 | same work. 153 | 154 | 2. Basic Permissions. 155 | 156 | All rights granted under this License are granted for the term of 157 | copyright on the Program, and are irrevocable provided the stated 158 | conditions are met. This License explicitly affirms your unlimited 159 | permission to run the unmodified Program. The output from running a 160 | covered work is covered by this License only if the output, given its 161 | content, constitutes a covered work. This License acknowledges your 162 | rights of fair use or other equivalent, as provided by copyright law. 163 | 164 | You may make, run and propagate covered works that you do not 165 | convey, without conditions so long as your license otherwise remains 166 | in force. You may convey covered works to others for the sole purpose 167 | of having them make modifications exclusively for you, or provide you 168 | with facilities for running those works, provided that you comply with 169 | the terms of this License in conveying all material for which you do 170 | not control copyright. Those thus making or running the covered works 171 | for you must do so exclusively on your behalf, under your direction 172 | and control, on terms that prohibit them from making any copies of 173 | your copyrighted material outside their relationship with you. 174 | 175 | Conveying under any other circumstances is permitted solely under 176 | the conditions stated below. Sublicensing is not allowed; section 10 177 | makes it unnecessary. 178 | 179 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 180 | 181 | No covered work shall be deemed part of an effective technological 182 | measure under any applicable law fulfilling obligations under article 183 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or 184 | similar laws prohibiting or restricting circumvention of such 185 | measures. 186 | 187 | When you convey a covered work, you waive any legal power to forbid 188 | circumvention of technological measures to the extent such circumvention 189 | is effected by exercising rights under this License with respect to 190 | the covered work, and you disclaim any intention to limit operation or 191 | modification of the work as a means of enforcing, against the work's 192 | users, your or third parties' legal rights to forbid circumvention of 193 | technological measures. 194 | 195 | 4. Conveying Verbatim Copies. 196 | 197 | You may convey verbatim copies of the Program's source code as you 198 | receive it, in any medium, provided that you conspicuously and 199 | appropriately publish on each copy an appropriate copyright notice; 200 | keep intact all notices stating that this License and any 201 | non-permissive terms added in accord with section 7 apply to the code; 202 | keep intact all notices of the absence of any warranty; and give all 203 | recipients a copy of this License along with the Program. 204 | 205 | You may charge any price or no price for each copy that you convey, 206 | and you may offer support or warranty protection for a fee. 207 | 208 | 5. Conveying Modified Source Versions. 209 | 210 | You may convey a work based on the Program, or the modifications to 211 | produce it from the Program, in the form of source code under the 212 | terms of section 4, provided that you also meet all of these conditions: 213 | 214 | a) The work must carry prominent notices stating that you modified 215 | it, and giving a relevant date. 216 | 217 | b) The work must carry prominent notices stating that it is 218 | released under this License and any conditions added under section 219 | 7. This requirement modifies the requirement in section 4 to 220 | "keep intact all notices". 221 | 222 | c) You must license the entire work, as a whole, under this 223 | License to anyone who comes into possession of a copy. This 224 | License will therefore apply, along with any applicable section 7 225 | additional terms, to the whole of the work, and all its parts, 226 | regardless of how they are packaged. This License gives no 227 | permission to license the work in any other way, but it does not 228 | invalidate such permission if you have separately received it. 229 | 230 | d) If the work has interactive user interfaces, each must display 231 | Appropriate Legal Notices; however, if the Program has interactive 232 | interfaces that do not display Appropriate Legal Notices, your 233 | work need not make them do so. 234 | 235 | A compilation of a covered work with other separate and independent 236 | works, which are not by their nature extensions of the covered work, 237 | and which are not combined with it such as to form a larger program, 238 | in or on a volume of a storage or distribution medium, is called an 239 | "aggregate" if the compilation and its resulting copyright are not 240 | used to limit the access or legal rights of the compilation's users 241 | beyond what the individual works permit. Inclusion of a covered work 242 | in an aggregate does not cause this License to apply to the other 243 | parts of the aggregate. 244 | 245 | 6. Conveying Non-Source Forms. 246 | 247 | You may convey a covered work in object code form under the terms 248 | of sections 4 and 5, provided that you also convey the 249 | machine-readable Corresponding Source under the terms of this License, 250 | in one of these ways: 251 | 252 | a) Convey the object code in, or embodied in, a physical product 253 | (including a physical distribution medium), accompanied by the 254 | Corresponding Source fixed on a durable physical medium 255 | customarily used for software interchange. 256 | 257 | b) Convey the object code in, or embodied in, a physical product 258 | (including a physical distribution medium), accompanied by a 259 | written offer, valid for at least three years and valid for as 260 | long as you offer spare parts or customer support for that product 261 | model, to give anyone who possesses the object code either (1) a 262 | copy of the Corresponding Source for all the software in the 263 | product that is covered by this License, on a durable physical 264 | medium customarily used for software interchange, for a price no 265 | more than your reasonable cost of physically performing this 266 | conveying of source, or (2) access to copy the 267 | Corresponding Source from a network server at no charge. 268 | 269 | c) Convey individual copies of the object code with a copy of the 270 | written offer to provide the Corresponding Source. This 271 | alternative is allowed only occasionally and noncommercially, and 272 | only if you received the object code with such an offer, in accord 273 | with subsection 6b. 274 | 275 | d) Convey the object code by offering access from a designated 276 | place (gratis or for a charge), and offer equivalent access to the 277 | Corresponding Source in the same way through the same place at no 278 | further charge. You need not require recipients to copy the 279 | Corresponding Source along with the object code. If the place to 280 | copy the object code is a network server, the Corresponding Source 281 | may be on a different server (operated by you or a third party) 282 | that supports equivalent copying facilities, provided you maintain 283 | clear directions next to the object code saying where to find the 284 | Corresponding Source. Regardless of what server hosts the 285 | Corresponding Source, you remain obligated to ensure that it is 286 | available for as long as needed to satisfy these requirements. 287 | 288 | e) Convey the object code using peer-to-peer transmission, provided 289 | you inform other peers where the object code and Corresponding 290 | Source of the work are being offered to the general public at no 291 | charge under subsection 6d. 292 | 293 | A separable portion of the object code, whose source code is excluded 294 | from the Corresponding Source as a System Library, need not be 295 | included in conveying the object code work. 296 | 297 | A "User Product" is either (1) a "consumer product", which means any 298 | tangible personal property which is normally used for personal, family, 299 | or household purposes, or (2) anything designed or sold for incorporation 300 | into a dwelling. In determining whether a product is a consumer product, 301 | doubtful cases shall be resolved in favor of coverage. For a particular 302 | product received by a particular user, "normally used" refers to a 303 | typical or common use of that class of product, regardless of the status 304 | of the particular user or of the way in which the particular user 305 | actually uses, or expects or is expected to use, the product. A product 306 | is a consumer product regardless of whether the product has substantial 307 | commercial, industrial or non-consumer uses, unless such uses represent 308 | the only significant mode of use of the product. 309 | 310 | "Installation Information" for a User Product means any methods, 311 | procedures, authorization keys, or other information required to install 312 | and execute modified versions of a covered work in that User Product from 313 | a modified version of its Corresponding Source. The information must 314 | suffice to ensure that the continued functioning of the modified object 315 | code is in no case prevented or interfered with solely because 316 | modification has been made. 317 | 318 | If you convey an object code work under this section in, or with, or 319 | specifically for use in, a User Product, and the conveying occurs as 320 | part of a transaction in which the right of possession and use of the 321 | User Product is transferred to the recipient in perpetuity or for a 322 | fixed term (regardless of how the transaction is characterized), the 323 | Corresponding Source conveyed under this section must be accompanied 324 | by the Installation Information. But this requirement does not apply 325 | if neither you nor any third party retains the ability to install 326 | modified object code on the User Product (for example, the work has 327 | been installed in ROM). 328 | 329 | The requirement to provide Installation Information does not include a 330 | requirement to continue to provide support service, warranty, or updates 331 | for a work that has been modified or installed by the recipient, or for 332 | the User Product in which it has been modified or installed. Access to a 333 | network may be denied when the modification itself materially and 334 | adversely affects the operation of the network or violates the rules and 335 | protocols for communication across the network. 336 | 337 | Corresponding Source conveyed, and Installation Information provided, 338 | in accord with this section must be in a format that is publicly 339 | documented (and with an implementation available to the public in 340 | source code form), and must require no special password or key for 341 | unpacking, reading or copying. 342 | 343 | 7. Additional Terms. 344 | 345 | "Additional permissions" are terms that supplement the terms of this 346 | License by making exceptions from one or more of its conditions. 347 | Additional permissions that are applicable to the entire Program shall 348 | be treated as though they were included in this License, to the extent 349 | that they are valid under applicable law. If additional permissions 350 | apply only to part of the Program, that part may be used separately 351 | under those permissions, but the entire Program remains governed by 352 | this License without regard to the additional permissions. 353 | 354 | When you convey a copy of a covered work, you may at your option 355 | remove any additional permissions from that copy, or from any part of 356 | it. (Additional permissions may be written to require their own 357 | removal in certain cases when you modify the work.) You may place 358 | additional permissions on material, added by you to a covered work, 359 | for which you have or can give appropriate copyright permission. 360 | 361 | Notwithstanding any other provision of this License, for material you 362 | add to a covered work, you may (if authorized by the copyright holders of 363 | that material) supplement the terms of this License with terms: 364 | 365 | a) Disclaiming warranty or limiting liability differently from the 366 | terms of sections 15 and 16 of this License; or 367 | 368 | b) Requiring preservation of specified reasonable legal notices or 369 | author attributions in that material or in the Appropriate Legal 370 | Notices displayed by works containing it; or 371 | 372 | c) Prohibiting misrepresentation of the origin of that material, or 373 | requiring that modified versions of such material be marked in 374 | reasonable ways as different from the original version; or 375 | 376 | d) Limiting the use for publicity purposes of names of licensors or 377 | authors of the material; or 378 | 379 | e) Declining to grant rights under trademark law for use of some 380 | trade names, trademarks, or service marks; or 381 | 382 | f) Requiring indemnification of licensors and authors of that 383 | material by anyone who conveys the material (or modified versions of 384 | it) with contractual assumptions of liability to the recipient, for 385 | any liability that these contractual assumptions directly impose on 386 | those licensors and authors. 387 | 388 | All other non-permissive additional terms are considered "further 389 | restrictions" within the meaning of section 10. If the Program as you 390 | received it, or any part of it, contains a notice stating that it is 391 | governed by this License along with a term that is a further 392 | restriction, you may remove that term. If a license document contains 393 | a further restriction but permits relicensing or conveying under this 394 | License, you may add to a covered work material governed by the terms 395 | of that license document, provided that the further restriction does 396 | not survive such relicensing or conveying. 397 | 398 | If you add terms to a covered work in accord with this section, you 399 | must place, in the relevant source files, a statement of the 400 | additional terms that apply to those files, or a notice indicating 401 | where to find the applicable terms. 402 | 403 | Additional terms, permissive or non-permissive, may be stated in the 404 | form of a separately written license, or stated as exceptions; 405 | the above requirements apply either way. 406 | 407 | 8. Termination. 408 | 409 | You may not propagate or modify a covered work except as expressly 410 | provided under this License. Any attempt otherwise to propagate or 411 | modify it is void, and will automatically terminate your rights under 412 | this License (including any patent licenses granted under the third 413 | paragraph of section 11). 414 | 415 | However, if you cease all violation of this License, then your 416 | license from a particular copyright holder is reinstated (a) 417 | provisionally, unless and until the copyright holder explicitly and 418 | finally terminates your license, and (b) permanently, if the copyright 419 | holder fails to notify you of the violation by some reasonable means 420 | prior to 60 days after the cessation. 421 | 422 | Moreover, your license from a particular copyright holder is 423 | reinstated permanently if the copyright holder notifies you of the 424 | violation by some reasonable means, this is the first time you have 425 | received notice of violation of this License (for any work) from that 426 | copyright holder, and you cure the violation prior to 30 days after 427 | your receipt of the notice. 428 | 429 | Termination of your rights under this section does not terminate the 430 | licenses of parties who have received copies or rights from you under 431 | this License. If your rights have been terminated and not permanently 432 | reinstated, you do not qualify to receive new licenses for the same 433 | material under section 10. 434 | 435 | 9. Acceptance Not Required for Having Copies. 436 | 437 | You are not required to accept this License in order to receive or 438 | run a copy of the Program. Ancillary propagation of a covered work 439 | occurring solely as a consequence of using peer-to-peer transmission 440 | to receive a copy likewise does not require acceptance. However, 441 | nothing other than this License grants you permission to propagate or 442 | modify any covered work. These actions infringe copyright if you do 443 | not accept this License. Therefore, by modifying or propagating a 444 | covered work, you indicate your acceptance of this License to do so. 445 | 446 | 10. Automatic Licensing of Downstream Recipients. 447 | 448 | Each time you convey a covered work, the recipient automatically 449 | receives a license from the original licensors, to run, modify and 450 | propagate that work, subject to this License. You are not responsible 451 | for enforcing compliance by third parties with this License. 452 | 453 | An "entity transaction" is a transaction transferring control of an 454 | organization, or substantially all assets of one, or subdividing an 455 | organization, or merging organizations. If propagation of a covered 456 | work results from an entity transaction, each party to that 457 | transaction who receives a copy of the work also receives whatever 458 | licenses to the work the party's predecessor in interest had or could 459 | give under the previous paragraph, plus a right to possession of the 460 | Corresponding Source of the work from the predecessor in interest, if 461 | the predecessor has it or can get it with reasonable efforts. 462 | 463 | You may not impose any further restrictions on the exercise of the 464 | rights granted or affirmed under this License. For example, you may 465 | not impose a license fee, royalty, or other charge for exercise of 466 | rights granted under this License, and you may not initiate litigation 467 | (including a cross-claim or counterclaim in a lawsuit) alleging that 468 | any patent claim is infringed by making, using, selling, offering for 469 | sale, or importing the Program or any portion of it. 470 | 471 | 11. Patents. 472 | 473 | A "contributor" is a copyright holder who authorizes use under this 474 | License of the Program or a work on which the Program is based. The 475 | work thus licensed is called the contributor's "contributor version". 476 | 477 | A contributor's "essential patent claims" are all patent claims 478 | owned or controlled by the contributor, whether already acquired or 479 | hereafter acquired, that would be infringed by some manner, permitted 480 | by this License, of making, using, or selling its contributor version, 481 | but do not include claims that would be infringed only as a 482 | consequence of further modification of the contributor version. For 483 | purposes of this definition, "control" includes the right to grant 484 | patent sublicenses in a manner consistent with the requirements of 485 | this License. 486 | 487 | Each contributor grants you a non-exclusive, worldwide, royalty-free 488 | patent license under the contributor's essential patent claims, to 489 | make, use, sell, offer for sale, import and otherwise run, modify and 490 | propagate the contents of its contributor version. 491 | 492 | In the following three paragraphs, a "patent license" is any express 493 | agreement or commitment, however denominated, not to enforce a patent 494 | (such as an express permission to practice a patent or covenant not to 495 | sue for patent infringement). To "grant" such a patent license to a 496 | party means to make such an agreement or commitment not to enforce a 497 | patent against the party. 498 | 499 | If you convey a covered work, knowingly relying on a patent license, 500 | and the Corresponding Source of the work is not available for anyone 501 | to copy, free of charge and under the terms of this License, through a 502 | publicly available network server or other readily accessible means, 503 | then you must either (1) cause the Corresponding Source to be so 504 | available, or (2) arrange to deprive yourself of the benefit of the 505 | patent license for this particular work, or (3) arrange, in a manner 506 | consistent with the requirements of this License, to extend the patent 507 | license to downstream recipients. "Knowingly relying" means you have 508 | actual knowledge that, but for the patent license, your conveying the 509 | covered work in a country, or your recipient's use of the covered work 510 | in a country, would infringe one or more identifiable patents in that 511 | country that you have reason to believe are valid. 512 | 513 | If, pursuant to or in connection with a single transaction or 514 | arrangement, you convey, or propagate by procuring conveyance of, a 515 | covered work, and grant a patent license to some of the parties 516 | receiving the covered work authorizing them to use, propagate, modify 517 | or convey a specific copy of the covered work, then the patent license 518 | you grant is automatically extended to all recipients of the covered 519 | work and works based on it. 520 | 521 | A patent license is "discriminatory" if it does not include within 522 | the scope of its coverage, prohibits the exercise of, or is 523 | conditioned on the non-exercise of one or more of the rights that are 524 | specifically granted under this License. You may not convey a covered 525 | work if you are a party to an arrangement with a third party that is 526 | in the business of distributing software, under which you make payment 527 | to the third party based on the extent of your activity of conveying 528 | the work, and under which the third party grants, to any of the 529 | parties who would receive the covered work from you, a discriminatory 530 | patent license (a) in connection with copies of the covered work 531 | conveyed by you (or copies made from those copies), or (b) primarily 532 | for and in connection with specific products or compilations that 533 | contain the covered work, unless you entered into that arrangement, 534 | or that patent license was granted, prior to 28 March 2007. 535 | 536 | Nothing in this License shall be construed as excluding or limiting 537 | any implied license or other defenses to infringement that may 538 | otherwise be available to you under applicable patent law. 539 | 540 | 12. No Surrender of Others' Freedom. 541 | 542 | If conditions are imposed on you (whether by court order, agreement or 543 | otherwise) that contradict the conditions of this License, they do not 544 | excuse you from the conditions of this License. If you cannot convey a 545 | covered work so as to satisfy simultaneously your obligations under this 546 | License and any other pertinent obligations, then as a consequence you may 547 | not convey it at all. For example, if you agree to terms that obligate you 548 | to collect a royalty for further conveying from those to whom you convey 549 | the Program, the only way you could satisfy both those terms and this 550 | License would be to refrain entirely from conveying the Program. 551 | 552 | 13. Use with the GNU Affero General Public License. 553 | 554 | Notwithstanding any other provision of this License, you have 555 | permission to link or combine any covered work with a work licensed 556 | under version 3 of the GNU Affero General Public License into a single 557 | combined work, and to convey the resulting work. The terms of this 558 | License will continue to apply to the part which is the covered work, 559 | but the special requirements of the GNU Affero General Public License, 560 | section 13, concerning interaction through a network will apply to the 561 | combination as such. 562 | 563 | 14. Revised Versions of this License. 564 | 565 | The Free Software Foundation may publish revised and/or new versions of 566 | the GNU General Public License from time to time. Such new versions will 567 | be similar in spirit to the present version, but may differ in detail to 568 | address new problems or concerns. 569 | 570 | Each version is given a distinguishing version number. If the 571 | Program specifies that a certain numbered version of the GNU General 572 | Public License "or any later version" applies to it, you have the 573 | option of following the terms and conditions either of that numbered 574 | version or of any later version published by the Free Software 575 | Foundation. If the Program does not specify a version number of the 576 | GNU General Public License, you may choose any version ever published 577 | by the Free Software Foundation. 578 | 579 | If the Program specifies that a proxy can decide which future 580 | versions of the GNU General Public License can be used, that proxy's 581 | public statement of acceptance of a version permanently authorizes you 582 | to choose that version for the Program. 583 | 584 | Later license versions may give you additional or different 585 | permissions. However, no additional obligations are imposed on any 586 | author or copyright holder as a result of your choosing to follow a 587 | later version. 588 | 589 | 15. Disclaimer of Warranty. 590 | 591 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 592 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 593 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 594 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 595 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 596 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 597 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 598 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 599 | 600 | 16. Limitation of Liability. 601 | 602 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 603 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 604 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 605 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 606 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 607 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 608 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 609 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 610 | SUCH DAMAGES. 611 | 612 | 17. Interpretation of Sections 15 and 16. 613 | 614 | If the disclaimer of warranty and limitation of liability provided 615 | above cannot be given local legal effect according to their terms, 616 | reviewing courts shall apply local law that most closely approximates 617 | an absolute waiver of all civil liability in connection with the 618 | Program, unless a warranty or assumption of liability accompanies a 619 | copy of the Program in return for a fee. 620 | 621 | END OF TERMS AND CONDITIONS 622 | 623 | How to Apply These Terms to Your New Programs 624 | 625 | If you develop a new program, and you want it to be of the greatest 626 | possible use to the public, the best way to achieve this is to make it 627 | free software which everyone can redistribute and change under these terms. 628 | 629 | To do so, attach the following notices to the program. It is safest 630 | to attach them to the start of each source file to most effectively 631 | state the exclusion of warranty; and each file should have at least 632 | the "copyright" line and a pointer to where the full notice is found. 633 | 634 | 635 | Copyright (C) 636 | 637 | This program is free software: you can redistribute it and/or modify 638 | it under the terms of the GNU General Public License as published by 639 | the Free Software Foundation, either version 3 of the License, or 640 | (at your option) any later version. 641 | 642 | This program is distributed in the hope that it will be useful, 643 | but WITHOUT ANY WARRANTY; without even the implied warranty of 644 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 645 | GNU General Public License for more details. 646 | 647 | You should have received a copy of the GNU General Public License 648 | along with this program. If not, see . 649 | 650 | Also add information on how to contact you by electronic and paper mail. 651 | 652 | If the program does terminal interaction, make it output a short 653 | notice like this when it starts in an interactive mode: 654 | 655 | Copyright (C) 656 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 657 | This is free software, and you are welcome to redistribute it 658 | under certain conditions; type `show c' for details. 659 | 660 | The hypothetical commands `show w' and `show c' should show the appropriate 661 | parts of the General Public License. Of course, your program's commands 662 | might be different; for a GUI interface, you would use an "about box". 663 | 664 | You should also get your employer (if you work as a programmer) or school, 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. 666 | For more information on this, and how to apply and follow the GNU GPL, see 667 | . 668 | 669 | The GNU General Public License does not permit incorporating your program 670 | into proprietary programs. If your program is a subroutine library, you 671 | may consider it more useful to permit linking proprietary applications with 672 | the library. If this is what you want to do, use the GNU Lesser General 673 | Public License instead of this License. But first, please read 674 | . 675 | -------------------------------------------------------------------------------- /Multimeter-RS232.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Version=1.0 3 | Type=Application 4 | Name=Multimeter RS232 5 | Comment= 6 | Exec=python3 /home/USER_NAME/Multimeter/Multimeter-RS232.py 7 | Icon=/home/USER_NAME/Multimeter/P409x.ico 8 | Path=/home/USER_NAME/Multimeter 9 | Terminal=false 10 | StartupNotify=true 11 | -------------------------------------------------------------------------------- /Multimeter.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Version=1.0 3 | Type=Application 4 | Name=Multimeter USB/TCP 5 | Comment= 6 | Exec=python3 /home/USER_NAME/Multimeter/Multimeter-TCP.py 7 | Icon=/home/USER_NAME/Multimeter/P409x.ico 8 | Path=/home/USER_NAME/Multimeter 9 | Terminal=false 10 | StartupNotify=true 11 | -------------------------------------------------------------------------------- /P409x.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martin-bochum/Multimeter/9c8515a77378282865002d226a2a834f3f590370/P409x.ico -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- 1 | Step 1. Install software and dependencies for Debian 11 and raspios-bullseye: 2 | 3 | open Console: 4 | 5 | sudo apt-get install git 6 | 7 | git clone https://github.com/martin-bochum/Multimeter.git 8 | 9 | cd ~/Multimeter 10 | 11 | sudo apt-get install qtcreator 12 | sudo apt-get install pyqt5-dev-tools 13 | sudo apt-get install python3-pip 14 | sudo pip3 install pyusb 15 | sudo pip3 install -U pyvisa 16 | sudo pip3 install pyvisa-py 17 | 18 | sudo apt-get install python3-xlsxwriter 19 | sudo apt-get install python3-pyqtgraph 20 | 21 | sudo pip3 install pyuic5-tool 22 | pyuic5 23 | Error: one input ui-file must be specified # all OK, pyuic5 is working ! 24 | 25 | designer --help # check Qt-Designer Version, on DEBIAN 11 and raspios-bullseye there is nothing to do. 26 | # If Qt-Designer is not 5.15.2 - DEBIAN 10 Qt Version is 5.11.3 27 | designer default.ui 28 | ...and save without changes ! 29 | 30 | nano multimeter.ini 31 | 32 | sudo cp 99-usbtmc.rules /etc/udev/rules.d 33 | 34 | cd /var/cache/apt/archives 35 | ls -l *.deb 36 | sudo rm *.deb 37 | 38 | sudo reboot # or 39 | exit # restart over DESKTOP. 40 | ------------------------------------------- 41 | Step 2. Check Software 42 | 43 | open Console: 44 | 45 | # plug in DMM USB. 46 | sudo dmesg 47 | [ 5736.801890] usb 1-1: new high-speed USB device number 17 using xhci_hcd 48 | [ 5736.950767] usb 1-1: New USB device found, idVendor=5345, idProduct=1234, bcdDevice= 1.00 49 | [ 5736.950773] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 50 | [ 5736.950777] usb 1-1: Product: xxxxxxx 51 | [ 5736.950779] usb 1-1: Manufacturer: xxxx 52 | [ 5736.950782] usb 1-1: SerialNumber: xxxxxxx 53 | 54 | ls -l /dev/usbtmc* 55 | crw-rw-rw- 1 root dialout 180, 0 20. Nov 13:51 /dev/usbtmc0 56 | 57 | # USB/TCP connection 58 | cd ~/Multimeter 59 | python3 Multimeter-TCP.py 60 | 61 | # RS232 connection 62 | nano multimeter.ini 63 | python3 Multimeter-RS232.py 64 | 65 | ################################################### 66 | ##### If group of /dev/usbtmc is not dialout ##### 67 | sudo groupadd dialout 68 | 69 | if user has no access to /dev/usbtmc, add user to group dialout 70 | sudo usermod -a -G dialout your_username 71 | 72 | sudo reboot # or 73 | exit # restart over Desktop. 74 | ##### ##### 75 | 76 | ################################################### 77 | ##### if numpy or pygtgraph ERROR ##### 78 | pip3 show numpy 79 | 80 | dpkg --list | grep numpy 81 | sudo apt-get remove python-numpy 82 | sudo apt-get remove python3-numpy 83 | 84 | sudo pip3 uninstall numpy 85 | sudo pip3 show numpy 86 | sudo pip3 uninstall pyqtgraph 87 | sudo apt-get install python3-pyqtgraph # or sudo apt-get install python-pyqtgraph 88 | 89 | ##### ##### 90 | 91 | ------------------------------------------------ 92 | PYVISA SHELL 93 | martin@intel-nuc:~$ pyvisa-shell 94 | 95 | Welcome to the VISA shell. Type help or ? to list commands. 96 | 97 | (visa) list 98 | ( 0) USB0::21317::4660::xxxxxxx::0::INSTR 99 | (visa) open 0 100 | USB0::21317::4660::xxxxxxx::0::INSTR has been opened. 101 | You can talk to the device using "write", "read" or "query". 102 | The default end of message is added to each message. 103 | (open) query *IDN? 104 | Response: PEAK,P4095,xxxxxxx,V2.18.0,1 105 | 106 | (open) help 107 | 108 | Documented commands (type help ): 109 | ======================================== 110 | EOF attr close exit help list open query read termchar timeout write 111 | 112 | (open) close 113 | The resource has been closed. 114 | (visa) exit 115 | 116 | Welcome to the VISA shell. Type help or ? to list commands. 117 | 118 | (visa) exit 119 | 120 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Linux/Debian SCPI Digital Multimeter Control 2 | Digital Multimeter Control USB/TCP/RS232 3 | 4 | Linux/Debian/RaspiOS 5 | 6 | Owon XDM3041, XDM3051
7 | PeakTech P4095, P4096
8 | VOLTCRAFT VC-7060BT, VC-7200BT
9 | 10 | read README ! 11 | 12 | ![Screenshot_20220117_113127](https://user-images.githubusercontent.com/97905711/149811740-71f5b2ec-fbcb-4c65-926e-b966dfc12568.png) 13 | ![Screenshot_20220117_113212](https://user-images.githubusercontent.com/97905711/149811759-2c05954f-9df6-4196-86ec-7297ec850718.png) 14 | ![Screenshot_20220117_113938](https://user-images.githubusercontent.com/97905711/149811787-2c9cf285-a7f0-4837-8a0d-9c72b045c5db.png) 15 | ![Screenshot_20220117_113715](https://user-images.githubusercontent.com/97905711/149811794-6a0d190b-0c78-46e5-b1f9-7b9972b596a6.png) 16 | -------------------------------------------------------------------------------- /buzz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martin-bochum/Multimeter/9c8515a77378282865002d226a2a834f3f590370/buzz.png -------------------------------------------------------------------------------- /default.ui: -------------------------------------------------------------------------------- 1 | 2 | 3 | Martin Müller Bochum 4 | MainWindow 5 | 6 | 7 | true 8 | 9 | 10 | 11 | 0 12 | 0 13 | 745 14 | 244 15 | 16 | 17 | 18 | 19 | 745 20 | 244 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 162 30 | 162 31 | 162 32 | 33 | 34 | 35 | 36 | 37 | 38 | 162 39 | 162 40 | 162 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 162 50 | 162 51 | 162 52 | 53 | 54 | 55 | 56 | 57 | 58 | 162 59 | 162 60 | 162 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 162 70 | 162 71 | 162 72 | 73 | 74 | 75 | 76 | 77 | 78 | 162 79 | 162 80 | 162 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 9 90 | 91 | 92 | 93 | PeakTech Multimeter 4095 94 | 95 | 96 | 97 | P409x.icoP409x.ico 98 | 99 | 100 | true 101 | 102 | 103 | 104 | 105 | 106 | 107 | 32 108 | 32 109 | 110 | 111 | 112 | false 113 | 114 | 115 | 116 | 117 | 118 | 4 119 | 7 120 | 541 121 | 171 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 0 131 | 0 132 | 0 133 | 134 | 135 | 136 | 137 | 138 | 139 | 170 140 | 255 141 | 0 142 | 143 | 144 | 145 | 146 | 147 | 148 | 212 149 | 255 150 | 127 151 | 152 | 153 | 154 | 155 | 156 | 157 | 191 158 | 255 159 | 63 160 | 161 | 162 | 163 | 164 | 165 | 166 | 85 167 | 127 168 | 0 169 | 170 | 171 | 172 | 173 | 174 | 175 | 113 176 | 170 177 | 0 178 | 179 | 180 | 181 | 182 | 183 | 184 | 0 185 | 0 186 | 0 187 | 188 | 189 | 190 | 191 | 192 | 193 | 255 194 | 255 195 | 255 196 | 197 | 198 | 199 | 200 | 201 | 202 | 0 203 | 0 204 | 0 205 | 206 | 207 | 208 | 209 | 210 | 211 | 255 212 | 255 213 | 255 214 | 215 | 216 | 217 | 218 | 219 | 220 | 170 221 | 255 222 | 0 223 | 224 | 225 | 226 | 227 | 228 | 229 | 0 230 | 0 231 | 0 232 | 233 | 234 | 235 | 236 | 237 | 238 | 212 239 | 255 240 | 127 241 | 242 | 243 | 244 | 245 | 246 | 247 | 255 248 | 255 249 | 220 250 | 251 | 252 | 253 | 254 | 255 | 256 | 0 257 | 0 258 | 0 259 | 260 | 261 | 262 | 263 | 264 | 265 | 0 266 | 0 267 | 0 268 | 269 | 270 | 271 | 272 | 273 | 274 | 275 | 276 | 0 277 | 0 278 | 0 279 | 280 | 281 | 282 | 283 | 284 | 285 | 170 286 | 255 287 | 0 288 | 289 | 290 | 291 | 292 | 293 | 294 | 212 295 | 255 296 | 127 297 | 298 | 299 | 300 | 301 | 302 | 303 | 191 304 | 255 305 | 63 306 | 307 | 308 | 309 | 310 | 311 | 312 | 85 313 | 127 314 | 0 315 | 316 | 317 | 318 | 319 | 320 | 321 | 113 322 | 170 323 | 0 324 | 325 | 326 | 327 | 328 | 329 | 330 | 0 331 | 0 332 | 0 333 | 334 | 335 | 336 | 337 | 338 | 339 | 255 340 | 255 341 | 255 342 | 343 | 344 | 345 | 346 | 347 | 348 | 0 349 | 0 350 | 0 351 | 352 | 353 | 354 | 355 | 356 | 357 | 255 358 | 255 359 | 255 360 | 361 | 362 | 363 | 364 | 365 | 366 | 170 367 | 255 368 | 0 369 | 370 | 371 | 372 | 373 | 374 | 375 | 0 376 | 0 377 | 0 378 | 379 | 380 | 381 | 382 | 383 | 384 | 212 385 | 255 386 | 127 387 | 388 | 389 | 390 | 391 | 392 | 393 | 255 394 | 255 395 | 220 396 | 397 | 398 | 399 | 400 | 401 | 402 | 0 403 | 0 404 | 0 405 | 406 | 407 | 408 | 409 | 410 | 411 | 0 412 | 0 413 | 0 414 | 415 | 416 | 417 | 418 | 419 | 420 | 421 | 422 | 85 423 | 127 424 | 0 425 | 426 | 427 | 428 | 429 | 430 | 431 | 170 432 | 255 433 | 0 434 | 435 | 436 | 437 | 438 | 439 | 440 | 212 441 | 255 442 | 127 443 | 444 | 445 | 446 | 447 | 448 | 449 | 191 450 | 255 451 | 63 452 | 453 | 454 | 455 | 456 | 457 | 458 | 85 459 | 127 460 | 0 461 | 462 | 463 | 464 | 465 | 466 | 467 | 113 468 | 170 469 | 0 470 | 471 | 472 | 473 | 474 | 475 | 476 | 85 477 | 127 478 | 0 479 | 480 | 481 | 482 | 483 | 484 | 485 | 255 486 | 255 487 | 255 488 | 489 | 490 | 491 | 492 | 493 | 494 | 85 495 | 127 496 | 0 497 | 498 | 499 | 500 | 501 | 502 | 503 | 170 504 | 255 505 | 0 506 | 507 | 508 | 509 | 510 | 511 | 512 | 170 513 | 255 514 | 0 515 | 516 | 517 | 518 | 519 | 520 | 521 | 0 522 | 0 523 | 0 524 | 525 | 526 | 527 | 528 | 529 | 530 | 170 531 | 255 532 | 0 533 | 534 | 535 | 536 | 537 | 538 | 539 | 255 540 | 255 541 | 220 542 | 543 | 544 | 545 | 546 | 547 | 548 | 0 549 | 0 550 | 0 551 | 552 | 553 | 554 | 555 | 556 | 557 | 0 558 | 0 559 | 0 560 | 561 | 562 | 563 | 564 | 565 | 566 | 567 | 568 | DejaVu Sans Mono 569 | 42 570 | 75 571 | true 572 | 573 | 574 | 575 | true 576 | 577 | 578 | QFrame::StyledPanel 579 | 580 | 581 | QFrame::Raised 582 | 583 | 584 | 585 | 586 | 418 587 | 32 588 | 110 589 | 52 590 | 591 | 592 | 593 | 594 | 595 | 596 | 597 | 598 | 170 599 | 255 600 | 0 601 | 602 | 603 | 604 | 605 | 606 | 607 | 608 | 609 | 170 610 | 255 611 | 0 612 | 613 | 614 | 615 | 616 | 617 | 618 | 619 | 620 | 170 621 | 255 622 | 0 623 | 624 | 625 | 626 | 627 | 628 | 629 | 630 | 631 | DejaVu Sans Mono 632 | 42 633 | 75 634 | true 635 | 636 | 637 | 638 | false 639 | 640 | 641 | true 642 | 643 | 644 | 888 645 | 646 | 647 | false 648 | 649 | 650 | true 651 | 652 | 653 | 654 | 655 | true 656 | 657 | 658 | 659 | 366 660 | 136 661 | 171 662 | 32 663 | 664 | 665 | 666 | 667 | 668 | 669 | 670 | 671 | 0 672 | 0 673 | 0 674 | 675 | 676 | 677 | 678 | 679 | 680 | 170 681 | 255 682 | 0 683 | 684 | 685 | 686 | 687 | 688 | 689 | 0 690 | 0 691 | 0 692 | 693 | 694 | 695 | 696 | 697 | 698 | 699 | 700 | 0 701 | 0 702 | 0 703 | 704 | 705 | 706 | 707 | 708 | 709 | 170 710 | 255 711 | 0 712 | 713 | 714 | 715 | 716 | 717 | 718 | 0 719 | 0 720 | 0 721 | 722 | 723 | 724 | 725 | 726 | 727 | 728 | 729 | 168 730 | 169 731 | 169 732 | 733 | 734 | 735 | 736 | 737 | 738 | 240 739 | 240 740 | 240 741 | 742 | 743 | 744 | 745 | 746 | 747 | 0 748 | 0 749 | 0 750 | 751 | 752 | 753 | 754 | 755 | 756 | 757 | 758 | DejaVu Sans Mono 759 | 12 760 | 75 761 | true 762 | 763 | 764 | 765 | 8888888888888888 766 | 767 | 768 | true 769 | 770 | 771 | Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter 772 | 773 | 774 | true 775 | 776 | 777 | 778 | 779 | true 780 | 781 | 782 | 783 | 4 784 | 136 785 | 269 786 | 32 787 | 788 | 789 | 790 | 791 | 792 | 793 | 794 | 795 | 170 796 | 255 797 | 0 798 | 799 | 800 | 801 | 802 | 803 | 804 | 805 | 806 | 170 807 | 255 808 | 0 809 | 810 | 811 | 812 | 813 | 814 | 815 | 816 | 817 | 170 818 | 255 819 | 0 820 | 821 | 822 | 823 | 824 | 825 | 826 | 827 | 828 | DejaVu Sans Mono 829 | 12 830 | 75 831 | true 832 | 833 | 834 | 835 | DUAL OFF 836 | 837 | 838 | Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter 839 | 840 | 841 | true 842 | 843 | 844 | 845 | 846 | 847 | 10 848 | 27 849 | 401 850 | 66 851 | 852 | 853 | 854 | 855 | 856 | 857 | 858 | 859 | 170 860 | 255 861 | 0 862 | 863 | 864 | 865 | 866 | 867 | 868 | 869 | 870 | 170 871 | 255 872 | 0 873 | 874 | 875 | 876 | 877 | 878 | 879 | 880 | 881 | 170 882 | 255 883 | 0 884 | 885 | 886 | 887 | 888 | 889 | 890 | 891 | 892 | DejaVu Sans Mono 893 | 60 894 | 75 895 | false 896 | true 897 | 898 | 899 | 900 | false 901 | 902 | 903 | Qt::RightToLeft 904 | 905 | 906 | true 907 | 908 | 909 | 88888888 910 | 911 | 912 | false 913 | 914 | 915 | Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter 916 | 917 | 918 | true 919 | 920 | 921 | 922 | 923 | true 924 | 925 | 926 | 927 | 4 928 | 118 929 | 355 930 | 16 931 | 932 | 933 | 934 | 935 | 936 | 937 | 938 | 939 | 170 940 | 255 941 | 0 942 | 943 | 944 | 945 | 946 | 947 | 948 | 949 | 950 | 170 951 | 255 952 | 0 953 | 954 | 955 | 956 | 957 | 958 | 959 | 960 | 961 | 170 962 | 255 963 | 0 964 | 965 | 966 | 967 | 968 | 969 | 970 | 971 | 972 | DejaVu Sans Mono 973 | 8 974 | 75 975 | false 976 | true 977 | 978 | 979 | 980 | 981 | 982 | 983 | Debug: 984 | 985 | 986 | true 987 | 988 | 989 | Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter 990 | 991 | 992 | true 993 | 994 | 995 | 996 | 997 | true 998 | 999 | 1000 | 1001 | 10 1002 | 5 1003 | 401 1004 | 20 1005 | 1006 | 1007 | 1008 | 1009 | 1010 | 1011 | 1012 | 1013 | 170 1014 | 255 1015 | 0 1016 | 1017 | 1018 | 1019 | 1020 | 1021 | 1022 | 1023 | 1024 | 170 1025 | 255 1026 | 0 1027 | 1028 | 1029 | 1030 | 1031 | 1032 | 1033 | 1034 | 1035 | 170 1036 | 255 1037 | 0 1038 | 1039 | 1040 | 1041 | 1042 | 1043 | 1044 | 1045 | 1046 | DejaVu Sans Mono 1047 | 12 1048 | 75 1049 | false 1050 | true 1051 | 1052 | 1053 | 1054 | Qt::LeftToRight 1055 | 1056 | 1057 | 1058 | 1059 | 1060 | 1061 | 1062 | 1063 | true 1064 | 1065 | 1066 | Qt::AlignCenter 1067 | 1068 | 1069 | true 1070 | 1071 | 1072 | 1073 | 1074 | true 1075 | 1076 | 1077 | 1078 | 366 1079 | 102 1080 | 171 1081 | 32 1082 | 1083 | 1084 | 1085 | 1086 | 1087 | 1088 | 1089 | 1090 | 0 1091 | 0 1092 | 0 1093 | 1094 | 1095 | 1096 | 1097 | 1098 | 1099 | 170 1100 | 255 1101 | 0 1102 | 1103 | 1104 | 1105 | 1106 | 1107 | 1108 | 0 1109 | 0 1110 | 0 1111 | 1112 | 1113 | 1114 | 1115 | 1116 | 1117 | 1118 | 1119 | 0 1120 | 0 1121 | 0 1122 | 1123 | 1124 | 1125 | 1126 | 1127 | 1128 | 170 1129 | 255 1130 | 0 1131 | 1132 | 1133 | 1134 | 1135 | 1136 | 1137 | 0 1138 | 0 1139 | 0 1140 | 1141 | 1142 | 1143 | 1144 | 1145 | 1146 | 1147 | 1148 | 168 1149 | 169 1150 | 169 1151 | 1152 | 1153 | 1154 | 1155 | 1156 | 1157 | 240 1158 | 240 1159 | 240 1160 | 1161 | 1162 | 1163 | 1164 | 1165 | 1166 | 0 1167 | 0 1168 | 0 1169 | 1170 | 1171 | 1172 | 1173 | 1174 | 1175 | 1176 | 1177 | DejaVu Sans Mono 1178 | 12 1179 | 75 1180 | true 1181 | false 1182 | 1183 | 1184 | 1185 | Qt::ClickFocus 1186 | 1187 | 1188 | false 1189 | 1190 | 1191 | 8888888888888888 1192 | 1193 | 1194 | true 1195 | 1196 | 1197 | Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter 1198 | 1199 | 1200 | true 1201 | 1202 | 1203 | 1204 | 1205 | 1206 | 1207 | 4 1208 | 182 1209 | 44 1210 | 34 1211 | 1212 | 1213 | 1214 | 1215 | 7 1216 | 1217 | 1218 | 1219 | Volt 1220 | DC 1221 | 1222 | 1223 | 1224 | 1225 | 1226 | 96 1227 | 182 1228 | 44 1229 | 34 1230 | 1231 | 1232 | 1233 | 1234 | 7 1235 | 1236 | 1237 | 1238 | Curr. 1239 | DC 1240 | 1241 | 1242 | 1243 | 1244 | 1245 | 188 1246 | 182 1247 | 29 1248 | 34 1249 | 1250 | 1251 | 1252 | 1253 | 1254 | 1255 | 1256 | ohm.png 1257 | 1258 | 1259 | 1260 | 1261 | 100 1262 | 18 1263 | 1264 | 1265 | 1266 | 1267 | 1268 | 1269 | 282 1270 | 182 1271 | 83 1272 | 34 1273 | 1274 | 1275 | 1276 | 1277 | 9 1278 | 1279 | 1280 | 1281 | Capacitor 1282 | 1283 | 1284 | 1285 | 1286 | 1287 | 370 1288 | 182 1289 | 44 1290 | 34 1291 | 1292 | 1293 | 1294 | 1295 | 9 1296 | 1297 | 1298 | 1299 | Freq. 1300 | 1301 | 1302 | 1303 | 1304 | 1305 | 462 1306 | 182 1307 | 84 1308 | 34 1309 | 1310 | 1311 | 1312 | 1313 | 9 1314 | 1315 | 1316 | 1317 | Temperature 1318 | 1319 | 1320 | 1321 | 1322 | 1323 | 10 1324 | 240 1325 | 180 1326 | 32 1327 | 1328 | 1329 | 1330 | 1331 | 1332 | 1333 | 1334 | 1335 | 255 1336 | 255 1337 | 0 1338 | 1339 | 1340 | 1341 | 1342 | 1343 | 1344 | 255 1345 | 255 1346 | 0 1347 | 1348 | 1349 | 1350 | 1351 | 1352 | 1353 | 1354 | 1355 | 255 1356 | 255 1357 | 0 1358 | 1359 | 1360 | 1361 | 1362 | 1363 | 1364 | 255 1365 | 255 1366 | 0 1367 | 1368 | 1369 | 1370 | 1371 | 1372 | 1373 | 1374 | 1375 | 168 1376 | 169 1377 | 169 1378 | 1379 | 1380 | 1381 | 1382 | 1383 | 1384 | 255 1385 | 255 1386 | 0 1387 | 1388 | 1389 | 1390 | 1391 | 1392 | 1393 | 1394 | Qt::AlignCenter 1395 | 1396 | 1397 | true 1398 | 1399 | 1400 | 1401 | 1402 | 1403 | 10 1404 | 280 1405 | 180 1406 | 32 1407 | 1408 | 1409 | 1410 | 1411 | 1412 | 1413 | 1414 | 1415 | 255 1416 | 255 1417 | 0 1418 | 1419 | 1420 | 1421 | 1422 | 1423 | 1424 | 255 1425 | 255 1426 | 0 1427 | 1428 | 1429 | 1430 | 1431 | 1432 | 1433 | 1434 | 1435 | 255 1436 | 255 1437 | 0 1438 | 1439 | 1440 | 1441 | 1442 | 1443 | 1444 | 255 1445 | 255 1446 | 0 1447 | 1448 | 1449 | 1450 | 1451 | 1452 | 1453 | 1454 | 1455 | 168 1456 | 169 1457 | 169 1458 | 1459 | 1460 | 1461 | 1462 | 1463 | 1464 | 255 1465 | 255 1466 | 0 1467 | 1468 | 1469 | 1470 | 1471 | 1472 | 1473 | 1474 | Qt::AlignCenter 1475 | 1476 | 1477 | true 1478 | 1479 | 1480 | 1481 | 1482 | 1483 | 190 1484 | 240 1485 | 180 1486 | 32 1487 | 1488 | 1489 | 1490 | 1491 | 1492 | 1493 | 1494 | 1495 | 255 1496 | 255 1497 | 0 1498 | 1499 | 1500 | 1501 | 1502 | 1503 | 1504 | 255 1505 | 255 1506 | 0 1507 | 1508 | 1509 | 1510 | 1511 | 1512 | 1513 | 1514 | 1515 | 255 1516 | 255 1517 | 0 1518 | 1519 | 1520 | 1521 | 1522 | 1523 | 1524 | 255 1525 | 255 1526 | 0 1527 | 1528 | 1529 | 1530 | 1531 | 1532 | 1533 | 1534 | 1535 | 168 1536 | 169 1537 | 169 1538 | 1539 | 1540 | 1541 | 1542 | 1543 | 1544 | 255 1545 | 255 1546 | 0 1547 | 1548 | 1549 | 1550 | 1551 | 1552 | 1553 | 1554 | Qt::AlignCenter 1555 | 1556 | 1557 | true 1558 | 1559 | 1560 | 1561 | 1562 | 1563 | 190 1564 | 280 1565 | 180 1566 | 32 1567 | 1568 | 1569 | 1570 | 1571 | 1572 | 1573 | 1574 | 1575 | 255 1576 | 255 1577 | 0 1578 | 1579 | 1580 | 1581 | 1582 | 1583 | 1584 | 255 1585 | 255 1586 | 0 1587 | 1588 | 1589 | 1590 | 1591 | 1592 | 1593 | 1594 | 1595 | 255 1596 | 255 1597 | 0 1598 | 1599 | 1600 | 1601 | 1602 | 1603 | 1604 | 255 1605 | 255 1606 | 0 1607 | 1608 | 1609 | 1610 | 1611 | 1612 | 1613 | 1614 | 1615 | 168 1616 | 169 1617 | 169 1618 | 1619 | 1620 | 1621 | 1622 | 1623 | 1624 | 255 1625 | 255 1626 | 0 1627 | 1628 | 1629 | 1630 | 1631 | 1632 | 1633 | 1634 | Qt::AlignCenter 1635 | 1636 | 1637 | true 1638 | 1639 | 1640 | 1641 | 1642 | 1643 | 370 1644 | 240 1645 | 180 1646 | 32 1647 | 1648 | 1649 | 1650 | 1651 | 1652 | 1653 | 1654 | 1655 | 255 1656 | 255 1657 | 0 1658 | 1659 | 1660 | 1661 | 1662 | 1663 | 1664 | 255 1665 | 255 1666 | 0 1667 | 1668 | 1669 | 1670 | 1671 | 1672 | 1673 | 1674 | 1675 | 255 1676 | 255 1677 | 0 1678 | 1679 | 1680 | 1681 | 1682 | 1683 | 1684 | 255 1685 | 255 1686 | 0 1687 | 1688 | 1689 | 1690 | 1691 | 1692 | 1693 | 1694 | 1695 | 168 1696 | 169 1697 | 169 1698 | 1699 | 1700 | 1701 | 1702 | 1703 | 1704 | 255 1705 | 255 1706 | 0 1707 | 1708 | 1709 | 1710 | 1711 | 1712 | 1713 | 1714 | Qt::AlignCenter 1715 | 1716 | 1717 | true 1718 | 1719 | 1720 | 1721 | 1722 | 1723 | 370 1724 | 280 1725 | 180 1726 | 32 1727 | 1728 | 1729 | 1730 | 1731 | 1732 | 1733 | 1734 | 1735 | 255 1736 | 255 1737 | 0 1738 | 1739 | 1740 | 1741 | 1742 | 1743 | 1744 | 255 1745 | 255 1746 | 0 1747 | 1748 | 1749 | 1750 | 1751 | 1752 | 1753 | 1754 | 1755 | 255 1756 | 255 1757 | 0 1758 | 1759 | 1760 | 1761 | 1762 | 1763 | 1764 | 255 1765 | 255 1766 | 0 1767 | 1768 | 1769 | 1770 | 1771 | 1772 | 1773 | 1774 | 1775 | 168 1776 | 169 1777 | 169 1778 | 1779 | 1780 | 1781 | 1782 | 1783 | 1784 | 255 1785 | 255 1786 | 0 1787 | 1788 | 1789 | 1790 | 1791 | 1792 | 1793 | 1794 | Qt::LeftToRight 1795 | 1796 | 1797 | Qt::AlignCenter 1798 | 1799 | 1800 | true 1801 | 1802 | 1803 | 1804 | 1805 | 1806 | 568 1807 | 16 1808 | 60 1809 | 60 1810 | 1811 | 1812 | 1813 | 1814 | 1815 | 1816 | 1817 | 1818 | 35 1819 | 38 1820 | 39 1821 | 1822 | 1823 | 1824 | 1825 | 1826 | 1827 | 161 1828 | 161 1829 | 161 1830 | 1831 | 1832 | 1833 | 1834 | 1835 | 1836 | 0 1837 | 0 1838 | 0 1839 | 1840 | 1841 | 1842 | 1843 | 1844 | 1845 | 170 1846 | 0 1847 | 0 1848 | 1849 | 1850 | 1851 | 1852 | 1853 | 1854 | 255 1855 | 255 1856 | 255 1857 | 1858 | 1859 | 1860 | 1861 | 1862 | 1863 | 255 1864 | 255 1865 | 255 1866 | 1867 | 1868 | 1869 | 1870 | 1871 | 1872 | 255 1873 | 255 1874 | 255 1875 | 1876 | 1877 | 1878 | 1879 | 1880 | 1881 | 255 1882 | 255 1883 | 255 1884 | 1885 | 1886 | 1887 | 1888 | 1889 | 1890 | 255 1891 | 255 1892 | 255 1893 | 1894 | 1895 | 1896 | 1897 | 1898 | 1899 | 255 1900 | 255 1901 | 255 1902 | 1903 | 1904 | 1905 | 1906 | 1907 | 1908 | 255 1909 | 255 1910 | 255 1911 | 1912 | 1913 | 1914 | 1915 | 1916 | 1917 | 1918 | 1919 | 35 1920 | 38 1921 | 39 1922 | 1923 | 1924 | 1925 | 1926 | 1927 | 1928 | 161 1929 | 161 1930 | 161 1931 | 1932 | 1933 | 1934 | 1935 | 1936 | 1937 | 0 1938 | 0 1939 | 0 1940 | 1941 | 1942 | 1943 | 1944 | 1945 | 1946 | 170 1947 | 0 1948 | 0 1949 | 1950 | 1951 | 1952 | 1953 | 1954 | 1955 | 255 1956 | 255 1957 | 255 1958 | 1959 | 1960 | 1961 | 1962 | 1963 | 1964 | 255 1965 | 255 1966 | 255 1967 | 1968 | 1969 | 1970 | 1971 | 1972 | 1973 | 255 1974 | 255 1975 | 255 1976 | 1977 | 1978 | 1979 | 1980 | 1981 | 1982 | 255 1983 | 255 1984 | 255 1985 | 1986 | 1987 | 1988 | 1989 | 1990 | 1991 | 255 1992 | 255 1993 | 255 1994 | 1995 | 1996 | 1997 | 1998 | 1999 | 2000 | 255 2001 | 255 2002 | 255 2003 | 2004 | 2005 | 2006 | 2007 | 2008 | 2009 | 255 2010 | 255 2011 | 255 2012 | 2013 | 2014 | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 255 2021 | 255 2022 | 255 2023 | 2024 | 2025 | 2026 | 2027 | 2028 | 2029 | 161 2030 | 161 2031 | 161 2032 | 2033 | 2034 | 2035 | 2036 | 2037 | 2038 | 0 2039 | 0 2040 | 0 2041 | 2042 | 2043 | 2044 | 2045 | 2046 | 2047 | 170 2048 | 0 2049 | 0 2050 | 2051 | 2052 | 2053 | 2054 | 2055 | 2056 | 255 2057 | 255 2058 | 255 2059 | 2060 | 2061 | 2062 | 2063 | 2064 | 2065 | 255 2066 | 255 2067 | 255 2068 | 2069 | 2070 | 2071 | 2072 | 2073 | 2074 | 255 2075 | 255 2076 | 255 2077 | 2078 | 2079 | 2080 | 2081 | 2082 | 2083 | 255 2084 | 255 2085 | 255 2086 | 2087 | 2088 | 2089 | 2090 | 2091 | 2092 | 255 2093 | 255 2094 | 255 2095 | 2096 | 2097 | 2098 | 2099 | 2100 | 2101 | 255 2102 | 255 2103 | 255 2104 | 2105 | 2106 | 2107 | 2108 | 2109 | 2110 | 255 2111 | 255 2112 | 255 2113 | 2114 | 2115 | 2116 | 2117 | 2118 | 2119 | 2120 | 2121 | 9 2122 | 50 2123 | false 2124 | 2125 | 2126 | 2127 | ArrowCursor 2128 | 2129 | 2130 | Range 2131 | 2132 | 2133 | 10 2134 | 2135 | 2136 | 1 2137 | 2138 | 2139 | 0 2140 | 2141 | 2142 | false 2143 | 2144 | 2145 | true 2146 | 2147 | 2148 | 2149 | 2150 | 2151 | 3 2152 | 319 2153 | 739 2154 | 264 2155 | 2156 | 2157 | 2158 | 2159 | 2160 | 2161 | 48 2162 | 182 2163 | 44 2164 | 34 2165 | 2166 | 2167 | 2168 | 2169 | 7 2170 | 2171 | 2172 | 2173 | Volt 2174 | AC 2175 | 2176 | 2177 | 2178 | 2179 | 2180 | 140 2181 | 182 2182 | 44 2183 | 34 2184 | 2185 | 2186 | 2187 | 2188 | 7 2189 | 2190 | 2191 | 2192 | Curr. 2193 | AC 2194 | 2195 | 2196 | 2197 | 2198 | 2199 | 218 2200 | 182 2201 | 29 2202 | 34 2203 | 2204 | 2205 | 2206 | 2207 | 2208 | 2209 | 2210 | buzz.png 2211 | 2212 | 2213 | 2214 | 2215 | 100 2216 | 18 2217 | 2218 | 2219 | 2220 | 2221 | 2222 | 2223 | 248 2224 | 182 2225 | 29 2226 | 34 2227 | 2228 | 2229 | 2230 | 2231 | 2232 | 2233 | 2234 | diode.png 2235 | 2236 | 2237 | 2238 | 2239 | 100 2240 | 18 2241 | 2242 | 2243 | 2244 | 2245 | 2246 | 2247 | 414 2248 | 182 2249 | 44 2250 | 34 2251 | 2252 | 2253 | 2254 | 2255 | 9 2256 | 2257 | 2258 | 2259 | Per. 2260 | 2261 | 2262 | 2263 | 2264 | true 2265 | 2266 | 2267 | 2268 | 654 2269 | 48 2270 | 88 2271 | 16 2272 | 2273 | 2274 | 2275 | 2276 | 0 2277 | 0 2278 | 2279 | 2280 | 2281 | 2282 | 8 2283 | 2284 | 2285 | 2286 | 2287 | 2288 | 2289 | Qt::ImhPreferNumbers 2290 | 2291 | 2292 | 2293 | 2294 | 2295 | 2296 | 2297 | 2298 | Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter 2299 | 2300 | 2301 | Oberes Limit 2302 | 2303 | 2304 | 2305 | 2306 | true 2307 | 2308 | 2309 | 2310 | 654 2311 | 66 2312 | 88 2313 | 16 2314 | 2315 | 2316 | 2317 | 2318 | 0 2319 | 0 2320 | 2321 | 2322 | 2323 | 2324 | 8 2325 | 50 2326 | false 2327 | false 2328 | 2329 | 2330 | 2331 | 2332 | 2333 | 2334 | 2335 | 2336 | 2337 | 2338 | 2339 | 2340 | Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter 2341 | 2342 | 2343 | Unteres Limit 2344 | 2345 | 2346 | 2347 | 2348 | 2349 | 654 2350 | 2 2351 | 88 2352 | 24 2353 | 2354 | 2355 | 2356 | Limit ON 2357 | 2358 | 2359 | 2360 | 2361 | true 2362 | 2363 | 2364 | 2365 | 552 2366 | 73 2367 | 95 2368 | 28 2369 | 2370 | 2371 | 2372 | 2373 | 2374 | 0 2375 | 0 2376 | 28 2377 | 28 2378 | 2379 | 2380 | 2381 | °C 2382 | 2383 | 2384 | 2385 | 2386 | 2387 | 33 2388 | 0 2389 | 28 2390 | 28 2391 | 2392 | 2393 | 2394 | °F 2395 | 2396 | 2397 | 2398 | 2399 | 2400 | 66 2401 | 0 2402 | 28 2403 | 28 2404 | 2405 | 2406 | 2407 | K 2408 | 2409 | 2410 | 2411 | 2412 | 2413 | 2414 | 555 2415 | 128 2416 | 90 2417 | 57 2418 | 2419 | 2420 | 2421 | 2422 | 0 2423 | 0 2424 | 2425 | 2426 | 2427 | 2428 | 0 2429 | 80 2430 | 2431 | 2432 | 2433 | 2434 | true 2435 | 2436 | 2437 | 2438 | 0 2439 | 26 2440 | 88 2441 | 31 2442 | 2443 | 2444 | 2445 | 2446 | 0 2447 | 0 2448 | 2449 | 2450 | 2451 | 2452 | 88 2453 | 0 2454 | 2455 | 2456 | 2457 | 2458 | 88 2459 | 16777215 2460 | 2461 | 2462 | 2463 | false 2464 | 2465 | 2466 | QComboBox::AdjustToContents 2467 | 2468 | 2469 | 0 2470 | 2471 | 2472 | 2473 | 88 2474 | 31 2475 | 2476 | 2477 | 2478 | true 2479 | 2480 | 2481 | 2482 | 2483 | false 2484 | 2485 | 2486 | 2487 | 0 2488 | -4 2489 | 88 2490 | 28 2491 | 2492 | 2493 | 2494 | < Display > 2495 | 2496 | 2497 | 2498 | 2499 | 2500 | 2501 | 546 2502 | 182 2503 | 101 2504 | 34 2505 | 2506 | 2507 | 2508 | 2509 | 2510 | 9 2511 | 0 2512 | 88 2513 | 34 2514 | 2515 | 2516 | 2517 | Statistic ON 2518 | 2519 | 2520 | 2521 | 2522 | 2523 | 2524 | 653 2525 | 104 2526 | 91 2527 | 112 2528 | 2529 | 2530 | 2531 | 2532 | 0 2533 | 0 2534 | 2535 | 2536 | 2537 | 2538 | 0 2539 | 80 2540 | 2541 | 2542 | 2543 | 2544 | true 2545 | 2546 | 2547 | 2548 | 0 2549 | 23 2550 | 88 2551 | 31 2552 | 2553 | 2554 | 2555 | 2556 | 0 2557 | 0 2558 | 2559 | 2560 | 2561 | 2562 | 88 2563 | 16 2564 | 2565 | 2566 | 2567 | Qt::LeftToRight 2568 | 2569 | 2570 | false 2571 | 2572 | 2573 | QComboBox::AdjustToContents 2574 | 2575 | 2576 | 0 2577 | 2578 | 2579 | 2580 | 88 2581 | 16 2582 | 2583 | 2584 | 2585 | true 2586 | 2587 | 2588 | 2589 | 2590 | true 2591 | 2592 | 2593 | 2594 | 4 2595 | 6 2596 | 85 2597 | 18 2598 | 2599 | 2600 | 2601 | Intervall 2602 | 2603 | 2604 | false 2605 | 2606 | 2607 | Qt::AlignCenter 2608 | 2609 | 2610 | 2611 | 2612 | 2613 | 36 2614 | 53 2615 | 16 2616 | 16 2617 | 2618 | 2619 | 2620 | 2621 | 2622 | 2623 | led-off.png 2624 | 2625 | 2626 | true 2627 | 2628 | 2629 | Qt::AlignCenter 2630 | 2631 | 2632 | 2633 | 2634 | 2635 | 0 2636 | 78 2637 | 88 2638 | 34 2639 | 2640 | 2641 | 2642 | Rec. Start 2643 | 2644 | 2645 | lineEdit_13 2646 | comboBox_2 2647 | label_2 2648 | pushButton_17 2649 | 2650 | 2651 | 2652 | 2653 | 550 2654 | 2 2655 | 16 2656 | 16 2657 | 2658 | 2659 | 2660 | 2661 | 2662 | 2663 | led-off.png 2664 | 2665 | 2666 | true 2667 | 2668 | 2669 | Qt::AlignCenter 2670 | 2671 | 2672 | 2673 | 2674 | true 2675 | 2676 | 2677 | 2678 | 654 2679 | 30 2680 | 88 2681 | 16 2682 | 2683 | 2684 | 2685 | 2686 | 0 2687 | 0 2688 | 2689 | 2690 | 2691 | 2692 | 8 2693 | 2694 | 2695 | 2696 | 2697 | 2698 | 2699 | Qt::ImhPreferNumbers 2700 | 2701 | 2702 | 2703 | 2704 | 2705 | 2706 | 2707 | 2708 | Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter 2709 | 2710 | 2711 | 2712 | 2713 | 2714 | 2715 | 2716 | true 2717 | 2718 | 2719 | 2720 | 654 2721 | 84 2722 | 88 2723 | 16 2724 | 2725 | 2726 | 2727 | 2728 | 0 2729 | 0 2730 | 2731 | 2732 | 2733 | 2734 | 8 2735 | 50 2736 | false 2737 | false 2738 | 2739 | 2740 | 2741 | 2742 | 2743 | 2744 | 2745 | 2746 | 2747 | 2748 | 2749 | 2750 | Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter 2751 | 2752 | 2753 | 2754 | 2755 | 2756 | 2757 | 2758 | true 2759 | 2760 | 2761 | 2762 | 550 2763 | 73 2764 | 102 2765 | 42 2766 | 2767 | 2768 | 2769 | 2770 | 2771 | 2772 | 2773 | 2774 | 162 2775 | 162 2776 | 162 2777 | 2778 | 2779 | 2780 | 2781 | 2782 | 2783 | 162 2784 | 162 2785 | 162 2786 | 2787 | 2788 | 2789 | 2790 | 2791 | 2792 | 2793 | 2794 | 162 2795 | 162 2796 | 162 2797 | 2798 | 2799 | 2800 | 2801 | 2802 | 2803 | 162 2804 | 162 2805 | 162 2806 | 2807 | 2808 | 2809 | 2810 | 2811 | 2812 | 2813 | 2814 | 162 2815 | 162 2816 | 162 2817 | 2818 | 2819 | 2820 | 2821 | 2822 | 2823 | 162 2824 | 162 2825 | 162 2826 | 2827 | 2828 | 2829 | 2830 | 2831 | 2832 | 2833 | 2834 | true 2835 | 2836 | 2837 | 2838 | 5 2839 | 12 2840 | 88 2841 | 30 2842 | 2843 | 2844 | 2845 | 2846 | 0 2847 | 0 2848 | 2849 | 2850 | 2851 | 2852 | 88 2853 | 0 2854 | 2855 | 2856 | 2857 | 2858 | 88 2859 | 16777215 2860 | 2861 | 2862 | 2863 | 2864 | 8 2865 | 2866 | 2867 | 2868 | false 2869 | 2870 | 2871 | QComboBox::AdjustToContents 2872 | 2873 | 2874 | 0 2875 | 2876 | 2877 | 2878 | 88 2879 | 31 2880 | 2881 | 2882 | 2883 | true 2884 | 2885 | 2886 | 2887 | 2888 | 2889 | 7 2890 | -1 2891 | 85 2892 | 14 2893 | 2894 | 2895 | 2896 | 2897 | 2898 | 2899 | 2900 | 2901 | 162 2902 | 162 2903 | 162 2904 | 2905 | 2906 | 2907 | 2908 | 2909 | 2910 | 162 2911 | 162 2912 | 162 2913 | 2914 | 2915 | 2916 | 2917 | 2918 | 2919 | 2920 | 2921 | 162 2922 | 162 2923 | 162 2924 | 2925 | 2926 | 2927 | 2928 | 2929 | 2930 | 162 2931 | 162 2932 | 162 2933 | 2934 | 2935 | 2936 | 2937 | 2938 | 2939 | 2940 | 2941 | 162 2942 | 162 2943 | 162 2944 | 2945 | 2946 | 2947 | 2948 | 2949 | 2950 | 162 2951 | 162 2952 | 162 2953 | 2954 | 2955 | 2956 | 2957 | 2958 | 2959 | 2960 | 2961 | 8 2962 | 2963 | 2964 | 2965 | dBm Ω 2966 | 2967 | 2968 | false 2969 | 2970 | 2971 | Qt::AlignCenter 2972 | 2973 | 2974 | 2975 | 2976 | 2977 | 2978 | 569 2979 | 2 2980 | 60 2981 | 16 2982 | 2983 | 2984 | 2985 | 2986 | 2987 | 2988 | 2989 | 2990 | 138 2991 | 226 2992 | 52 2993 | 2994 | 2995 | 2996 | 2997 | 2998 | 2999 | 170 3000 | 255 3001 | 0 3002 | 3003 | 3004 | 3005 | 3006 | 3007 | 3008 | 0 3009 | 0 3010 | 0 3011 | 3012 | 3013 | 3014 | 3015 | 3016 | 3017 | 0 3018 | 0 3019 | 0 3020 | 3021 | 3022 | 3023 | 3024 | 3025 | 3026 | 0 3027 | 0 3028 | 0 3029 | 3030 | 3031 | 3032 | 3033 | 3034 | 3035 | 3036 | 3037 | 138 3038 | 226 3039 | 52 3040 | 3041 | 3042 | 3043 | 3044 | 3045 | 3046 | 170 3047 | 255 3048 | 0 3049 | 3050 | 3051 | 3052 | 3053 | 3054 | 3055 | 0 3056 | 0 3057 | 0 3058 | 3059 | 3060 | 3061 | 3062 | 3063 | 3064 | 0 3065 | 0 3066 | 0 3067 | 3068 | 3069 | 3070 | 3071 | 3072 | 3073 | 0 3074 | 0 3075 | 0 3076 | 3077 | 3078 | 3079 | 3080 | 3081 | 3082 | 3083 | 3084 | 138 3085 | 226 3086 | 52 3087 | 3088 | 3089 | 3090 | 3091 | 3092 | 3093 | 0 3094 | 0 3095 | 0 3096 | 3097 | 3098 | 3099 | 3100 | 3101 | 3102 | 0 3103 | 0 3104 | 0 3105 | 3106 | 3107 | 3108 | 3109 | 3110 | 3111 | 0 3112 | 0 3113 | 0 3114 | 3115 | 3116 | 3117 | 3118 | 3119 | 3120 | 145 3121 | 145 3122 | 145 3123 | 3124 | 3125 | 3126 | 3127 | 3128 | 3129 | 3130 | 3131 | Monospace 3132 | 9 3133 | 50 3134 | false 3135 | 3136 | 3137 | 3138 | 8888888 3139 | 3140 | 3141 | true 3142 | 3143 | 3144 | Qt::AlignCenter 3145 | 3146 | 3147 | true 3148 | 3149 | 3150 | 3151 | 3152 | 3153 | 565 3154 | 274 3155 | 166 3156 | 38 3157 | 3158 | 3159 | 3160 | 3161 | 3162 | 3163 | 3164 | 3165 | 35 3166 | 38 3167 | 39 3168 | 3169 | 3170 | 3171 | 3172 | 3173 | 3174 | 0 3175 | 0 3176 | 0 3177 | 3178 | 3179 | 3180 | 3181 | 3182 | 3183 | 35 3184 | 38 3185 | 39 3186 | 3187 | 3188 | 3189 | 3190 | 3191 | 3192 | 35 3193 | 38 3194 | 39 3195 | 3196 | 3197 | 3198 | 3199 | 3200 | 3201 | 0 3202 | 0 3203 | 0 3204 | 3205 | 3206 | 3207 | 3208 | 3209 | 3210 | 3211 | 3212 | 35 3213 | 38 3214 | 39 3215 | 3216 | 3217 | 3218 | 3219 | 3220 | 3221 | 0 3222 | 0 3223 | 0 3224 | 3225 | 3226 | 3227 | 3228 | 3229 | 3230 | 35 3231 | 38 3232 | 39 3233 | 3234 | 3235 | 3236 | 3237 | 3238 | 3239 | 35 3240 | 38 3241 | 39 3242 | 3243 | 3244 | 3245 | 3246 | 3247 | 3248 | 0 3249 | 0 3250 | 0 3251 | 3252 | 3253 | 3254 | 3255 | 3256 | 3257 | 3258 | 3259 | 0 3260 | 0 3261 | 0 3262 | 3263 | 3264 | 3265 | 3266 | 3267 | 3268 | 0 3269 | 0 3270 | 0 3271 | 3272 | 3273 | 3274 | 3275 | 3276 | 3277 | 0 3278 | 0 3279 | 0 3280 | 3281 | 3282 | 3283 | 3284 | 3285 | 3286 | 0 3287 | 0 3288 | 0 3289 | 3290 | 3291 | 3292 | 3293 | 3294 | 3295 | 0 3296 | 0 3297 | 0 3298 | 3299 | 3300 | 3301 | 3302 | 3303 | 3304 | 3305 | 3306 | 9 3307 | 3308 | 3309 | 3310 | false 3311 | 3312 | 3313 | true 3314 | 3315 | 3316 | Qt::NoTextInteraction 3317 | 3318 | 3319 | To open menu, right click with mouse on chart. 3320 | 3321 | 3322 | 3323 | 3324 | 3325 | 3326 | 0 3327 | 0 3328 | 745 3329 | 29 3330 | 3331 | 3332 | 3333 | 3334 | File 3335 | 3336 | 3337 | 3338 | 3339 | 3340 | 3341 | Math 3342 | 3343 | 3344 | 3345 | 3346 | 3347 | 3348 | Switches 3349 | 3350 | 3351 | 3352 | 3353 | 3354 | 3355 | 3356 | 3357 | 3358 | 3359 | 3360 | 3361 | Help 3362 | 3363 | 3364 | 3365 | 3366 | 3367 | 3368 | 3369 | 3370 | 3371 | 3372 | true 3373 | 3374 | 3375 | true 3376 | 3377 | 3378 | Save Measurement 3379 | 3380 | 3381 | Alt+S 3382 | 3383 | 3384 | 3385 | 3386 | Exit 3387 | 3388 | 3389 | Alt+E 3390 | 3391 | 3392 | 3393 | 3394 | true 3395 | 3396 | 3397 | Debug 3398 | 3399 | 3400 | 3401 | 3402 | true 3403 | 3404 | 3405 | Rel. 0 Offset 3406 | 3407 | 3408 | Alt+O 3409 | 3410 | 3411 | 3412 | 3413 | true 3414 | 3415 | 3416 | dBm 3417 | 3418 | 3419 | dBm 3420 | 3421 | 3422 | Alt+B 3423 | 3424 | 3425 | 3426 | 3427 | true 3428 | 3429 | 3430 | Volt AC Filter 3431 | 3432 | 3433 | Volt AC Filter 3434 | 3435 | 3436 | Alt+F 3437 | 3438 | 3439 | 3440 | 3441 | true 3442 | 3443 | 3444 | Ω 4 Wire 3445 | 3446 | 3447 | Alt+4 3448 | 3449 | 3450 | 3451 | 3452 | true 3453 | 3454 | 3455 | mV DC Impedance 10GΩ 3456 | 3457 | 3458 | mV DC Impedance 10GΩ 3459 | 3460 | 3461 | Alt+I 3462 | 3463 | 3464 | 3465 | 3466 | true 3467 | 3468 | 3469 | Measure STOP 3470 | 3471 | 3472 | Alt+P 3473 | 3474 | 3475 | 3476 | 3477 | RESET 3478 | 3479 | 3480 | Alt+R 3481 | 3482 | 3483 | 3484 | 3485 | About 3486 | 3487 | 3488 | 3489 | 3490 | 3491 | 3492 | PlotWidget 3493 | QWidget 3494 |
pyqtgraph
3495 | 1 3496 |
3497 |
3498 | 3499 | 3500 | 3501 | 3502 | 2 3503 | 3504 | 3505 | 2 3506 | 3507 | 3508 | true 3509 | 3510 | 3511 | true 3512 | 3513 | 3514 | true 3515 | 3516 | 3517 |
3518 | -------------------------------------------------------------------------------- /diode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martin-bochum/Multimeter/9c8515a77378282865002d226a2a834f3f590370/diode.png -------------------------------------------------------------------------------- /led-blue-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martin-bochum/Multimeter/9c8515a77378282865002d226a2a834f3f590370/led-blue-on.png -------------------------------------------------------------------------------- /led-green-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martin-bochum/Multimeter/9c8515a77378282865002d226a2a834f3f590370/led-green-on.png -------------------------------------------------------------------------------- /led-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martin-bochum/Multimeter/9c8515a77378282865002d226a2a834f3f590370/led-off.png -------------------------------------------------------------------------------- /led-red-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martin-bochum/Multimeter/9c8515a77378282865002d226a2a834f3f590370/led-red-on.png -------------------------------------------------------------------------------- /multimeter.ini: -------------------------------------------------------------------------------- 1 | # HOST = IP or HOSTNAME or HOSTNAME.DOMAIN 2 | # USB::INSTR has priority before TCPIP::SOCKET 3 | 4 | # Firmware 2.18.0 5 | # P409x [PORT][NET Type] -> LAN [LAN Setting] 6 | # Change IP:PORT/Subnet Mask/Gateway to your local network 7 | # [Port] Button is MAC !!! Byte6:Byte5:Byte4:Byte3:Byte2:Byte1 !!! MAC is mirrored 8 | # 0B:0B:1F:BE:AD:DE is MAC DE:AD:BE:1F:0B:0B 9 | 10 | [hw_settings] 11 | HOST = peak-p4095 12 | PORT = 3000 13 | # If your Qt Version is not 5.15.2, open default.ui and/or PeakTech-409x-blue.ui with Qt Designer and save it without changes ! 14 | SCREEN = default.ui 15 | # set Multimeter to REMOTE mode LOCAL = 0 16 | LOCAL = 1 17 | # RS232-Connection "python3 Multimeter-RS232.py" 18 | # ASRL = 0 use RS232_PORT, ASRL = 1 scans all /dev/ttyUSB* 19 | ASRL = 1 20 | # RS232 set Parity NONE, 8 Bit, 1 Stop Bit 21 | # do not use BAUD > 57600 22 | RS232_PORT = /dev/ttyUSB4 23 | RS232_SPEED = 57600 24 | # show or hide serial-number 25 | SN_SHOW = 1 26 | -------------------------------------------------------------------------------- /ohm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martin-bochum/Multimeter/9c8515a77378282865002d226a2a834f3f590370/ohm.png --------------------------------------------------------------------------------