ioddcomchecker 1.8.1__cp39-cp39-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,204 @@
1
+ Metadata-Version: 2.4
2
+ Name: ioddcomchecker
3
+ Version: 1.8.1
4
+ Summary: IoddCom IO-Link master checker
5
+ Home-page: https://siogeen.com
6
+ Author: Reimund Renner
7
+ Author-email: reimund@siogeen.com
8
+ License: proprietary and confidential
9
+ Project-URL: Documentation, https://siogeen.com/doc/
10
+ Project-URL: Help Desk, https://siogeen.com/helpdesk/
11
+ Project-URL: Knowledge Base, https://siogeen.com/helpdesk/knowledgebase
12
+ Project-URL: News, https://news.siogeen.com/
13
+ Keywords: IO-Link,IODD,development,test,production
14
+ Classifier: Development Status :: 5 - Production/Stable
15
+ Classifier: Intended Audience :: Developers
16
+ Classifier: Intended Audience :: Manufacturing
17
+ Classifier: Intended Audience :: Science/Research
18
+ Classifier: Intended Audience :: Customer Service
19
+ Classifier: Topic :: Software Development :: Embedded Systems
20
+ Classifier: Topic :: Software Development :: Quality Assurance
21
+ Classifier: Topic :: Software Development :: Testing
22
+ Classifier: Operating System :: Microsoft :: Windows
23
+ Classifier: Operating System :: POSIX :: Linux
24
+ Classifier: Operating System :: MacOS :: MacOS X
25
+ Classifier: License :: Other/Proprietary License
26
+ Classifier: Programming Language :: Python :: 3.9
27
+ Classifier: Programming Language :: Python :: 3.10
28
+ Classifier: Programming Language :: Python :: 3.11
29
+ Classifier: Programming Language :: Python :: 3.12
30
+ Classifier: Programming Language :: Python :: 3.13
31
+ Classifier: Programming Language :: Python :: 3.14
32
+ Requires-Python: >=3.9
33
+ Description-Content-Type: text/x-rst
34
+ Requires-Dist: ioddcombase>=1.8.1
35
+ Requires-Dist: dict2obj>=1.2.0
36
+ Dynamic: author
37
+ Dynamic: author-email
38
+ Dynamic: classifier
39
+ Dynamic: description
40
+ Dynamic: description-content-type
41
+ Dynamic: home-page
42
+ Dynamic: keywords
43
+ Dynamic: license
44
+ Dynamic: project-url
45
+ Dynamic: requires-dist
46
+ Dynamic: requires-python
47
+ Dynamic: summary
48
+
49
+ IoddComChecker - IoddCom Checker
50
+ ================================
51
+
52
+ .. _IoddComCheckerGui: /project/IoddComCheckerGui
53
+
54
+ This is the CLI for checking your IO-Link masters working with Siogeen IoddCom.
55
+
56
+ If you want using a GUI see IoddComCheckerGui_
57
+
58
+ **Install**
59
+
60
+ Use pip to install IoddComChecker:
61
+
62
+ >>> pip install IoddComChecker case-insensitive-dictionary psutil packaging cryptography
63
+
64
+ In case of dependency problems, please use a virtual environment, see https://docs.python.org/3/library/venv.html
65
+
66
+ USB IO-Link masters:
67
+
68
+ * Linux and Raspberry Pi
69
+
70
+ For Linux and Raspberry Pi udev rules and dialout group need to be installed. Please install this script as root or sudo user:
71
+ https://siogeen.com/scripts/install_udev_rules.sh
72
+
73
+ Please check the script to have SHA256 hash: https://siogeen.com/scripts/install_udev_rules.sh.sha256
74
+
75
+ * Windows
76
+
77
+ The respective master serial driver shipped by the vendor needs to be installed
78
+
79
+ **Usage**
80
+
81
+ To start a scan execute on the console:
82
+
83
+ >>> python -m siogeen.tools.cli.IoddComChecker
84
+
85
+ **Command line options**
86
+
87
+ >>> IoddComChecker [-h] [-a ADDRESS] [--auto] [--verbose VERBOSE] [--version]
88
+
89
+ -h, --help show this help message and exit
90
+ -a ADDRESS, --address ADDRESS
91
+ specify one or more master addresses (default all)
92
+ --auto activate master ports if all are disabled
93
+ --verbose VERBOSE verbosity 0..3
94
+ --version print version
95
+
96
+ **Example**
97
+
98
+ >>> IoddComChecker -a 10.0.0.17 -a 10.0.0.19 --auto
99
+
100
+ For full package, requests and support go to https://siogeen.com
101
+
102
+ **Copyright 2017-2025 Siogeen UG** (limited liability)
103
+
104
+ .. _request: https://siogeen.com/#contact
105
+
106
+ Supported Platforms
107
+ ~~~~~~~~~~~~~~~~~~~
108
+
109
+ ========================= ===================== ======================
110
+ **OS** Python 2.7, 3.4-3.8 Python 3.9 - 3.14
111
+ ========================= ===================== ======================
112
+ **Windows** [1]_ x
113
+ **Linux x86/x64** [1]_ x
114
+ **Linux Arm (Raspberry)** [1]_ x
115
+ **macOS** [1]_ x
116
+ ========================= ===================== ======================
117
+
118
+ .. [1] IoddCom for Python 2.7, 3.4 - 3.8 on request_.
119
+
120
+ Support for other platforms on request_.
121
+
122
+ Supported operating systems and IO-Link masters
123
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
124
+ Table of supported IO-Link masters for specific operating systems (OS):
125
+
126
+ +-----------------------------------+------------------------------------------------+
127
+ | | supported OS |
128
+ | +---------+----------+--------------+------------+
129
+ | Master | Windows | Linux | Raspberry Pi | macOS [3]_ |
130
+ +===================================+=========+==========+==============+============+
131
+ | TMG-USB based masters | x | x [4]_ | x [4]_ | x [4]_ |
132
+ +-----------------------------------+---------+----------+--------------+------------+
133
+ | TMG ethernet based masters [5]_ | x | x | x | x |
134
+ +-----------------------------------+---------+----------+--------------+------------+
135
+ | ifm ethernet based masters [6]_ | x | x | x | x |
136
+ +-----------------------------------+---------+----------+--------------+------------+
137
+ | ifm USB based masters [7]_ | x | x | x | x |
138
+ +-----------------------------------+---------+----------+--------------+------------+
139
+ | Turck Multi-Protocol masters [8]_ | x | x | x | x |
140
+ +-----------------------------------+---------+----------+--------------+------------+
141
+ | REST API based masters [9]_ | x | x | x | x |
142
+ +-----------------------------------+---------+----------+--------------+------------+
143
+ | IQ2 based masters [10]_ | x | x | x | x |
144
+ +-----------------------------------+---------+----------+--------------+------------+
145
+
146
+ For Windows, Linux and macOS only 64-bit versions are available. If you need a 32-bit version, please contact us.
147
+ For Raspberry Pi both, arm64 (64-bit) and armv7l (32-bit) versions are available.
148
+
149
+ .. [3] For macOS 11.0+
150
+
151
+ .. [4] For example: Baumer, Leuze, Pepperl+Fuchs, SICK AG, Turck.
152
+ *Firmware v3.2+ only runs under Windows. For Linux/macOS/RasPi use FW < 3.2!*
153
+
154
+ .. [5] For Example: Balluff, Belden, Murrelektronik, Pepperl+Fuchs, Wenglor
155
+
156
+ .. [6] All ifm IO-Link masters AL1xxx should be supported. Functionality depends on master type
157
+
158
+ .. [7] ifm USB IO-Link master AL1060
159
+
160
+ .. [8] **New:** Turck Multi-Protocol masters (Modbus TCP, PROFINET, EtherNet/IP): TBEN-L, TBEN-S, FEN20, ...
161
+ Special functions missing: read/write SIO, functions not available: data storage
162
+
163
+ .. [9] **New:** REST API based masters (Sick SIG200/SIG350, Belden Lion-X, MurrElectronik Impact67 Pro/MVK Pro, Baumer, **Beta Support:** Balluff)
164
+
165
+ .. [10] **New:** Iq2 based masters (iqLink, iqInterface and SensoPart SensoIO) **experimental**
166
+
167
+ Not supported masters:
168
+
169
+ * RevolutionPi RevPi masters
170
+ * Pepperl & Fuchs comtrol masters
171
+ * Baumer USB-C and senscontrol masters
172
+ * Germbedded masters
173
+ * TEConcept masters
174
+ * iO-Fly masters
175
+
176
+ Support for them or other masters on request_.
177
+
178
+
179
+ Supported functionality
180
+ ~~~~~~~~~~~~~~~~~~~~~~~
181
+ All supported masters have the following functionality:
182
+
183
+ read/write ISDUs, read/write process data, get/set port config.
184
+
185
+ The following functionality is varying by master:
186
+
187
+ ==================== ============ ======================================= ============ ==================
188
+ master data storage multi data / multi port PD streaming special functions
189
+ ==================== ============ ======================================= ============ ==================
190
+ Sim yes read ISDU, read PD, read DI, multi-port hw/sw --
191
+ ifm ethernet based yes read PD, read DI, multi-port hw/sw yes
192
+ ifm USB based yes read PD, read DI, multi-port sw yes
193
+ REST API based yes read ISDU [12]_ sw yes, Balluff, SICK
194
+ TMG-USB based yes [11]_ read PD, read DI, multi-port hw/sw yes
195
+ TMG ethernet based yes read PD, read DI, multi-port hw/sw yes, Balluff
196
+ Turck Multi-Protocol -- read PD, read DI, multi-port sw yes
197
+ Iq2 USB/ethernet yes [13]_ -- sw yes
198
+ ==================== ============ ======================================= ============ ==================
199
+
200
+ .. [11] getConfig not supported, FW 3.2+: masterCommandDownloadFromMaster not supported anymore
201
+ .. [12] REST API multi data write ISDU will be added in future
202
+ .. [13] no read/write master DS supported (only config)
203
+
204
+
@@ -0,0 +1,8 @@
1
+ siogeen/tools/IoddComChecker.cp39-win_amd64.pyd,sha256=BNyWOyUwckhIQFNCrNps-mATM5EZ-Cnod254JZSZQCA,114176
2
+ siogeen/tools/__init__.py,sha256=CCpWoKGerJjGcTDaC48F6skWG4rDZuBzIKxBIZqL74w,462
3
+ siogeen/tools/cli/IoddComChecker.py,sha256=q42zyT8sVC7LvyJWUrlKZ0Y00VYQiA4iSDcLhWKz_UQ,1494
4
+ siogeen/tools/cli/__init__.py,sha256=5U7K-XTwdy1Iy5suv_-WSFGwC_zqleJ6KdZQR7kShP0,468
5
+ ioddcomchecker-1.8.1.dist-info/METADATA,sha256=Jfs4Hdn3dPSSIPrZufXsJLMKZPUgkat5V9Oy2A5Arp0,9045
6
+ ioddcomchecker-1.8.1.dist-info/WHEEL,sha256=XkFE14KmFh7mutkkb-qn_ueuH2lwfT8rLdfc5xpQ7wE,99
7
+ ioddcomchecker-1.8.1.dist-info/top_level.txt,sha256=vIFg0bLkihbkHyuCZUdHmA-50LP8LvTwDknGWir0T5o,8
8
+ ioddcomchecker-1.8.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: false
4
+ Tag: cp39-cp39-win_amd64
5
+
@@ -0,0 +1 @@
1
+ siogeen
@@ -0,0 +1,17 @@
1
+ '''
2
+ Siogeen IoddCom tools.
3
+
4
+ The Siogeen IoddCom is designed for various use cases for best working
5
+ experience with IO-Link devices, simple usage and time saving thus both saving
6
+ costs and offering time for the real tasks.
7
+
8
+ Created on 15.11.2022
9
+ '''
10
+
11
+ __author__ = "Reimund Renner"
12
+ __email__ = "reimund@siogeen.com"
13
+ __contact__ = "contact@siogeen.com"
14
+ __license__ = "proprietary and confidential"
15
+
16
+ # classes for: from siogeen import *
17
+ __all__ = ['IoddComChecker']
@@ -0,0 +1,43 @@
1
+ # coding=utf-8
2
+ '''
3
+ Copyright (C) 2023 Siogeen
4
+
5
+ Created on 4.1.2023
6
+
7
+ @author: Reimund Renner
8
+ '''
9
+
10
+ import argparse
11
+
12
+ def getParser():
13
+ parser = argparse.ArgumentParser(
14
+ description='Check for IO-Link masters and devices',
15
+ formatter_class=argparse.RawDescriptionHelpFormatter,
16
+ epilog='''Examples:
17
+ python -m siogeen.tools.cli.IoddComChecker
18
+ python -m siogeen.tools.cli.IoddComChecker -a 10.0.0.17 -a 10.0.0.19 --auto''')
19
+ parser.add_argument("-a", "--address",action='append',
20
+ help="specify one or more master addresses (default all)")
21
+ parser.add_argument("--auto", action='store_true',
22
+ help="activate master ports if all are disabled")
23
+ parser.add_argument("--verbose", default=2, help="verbosity 0..3")
24
+ parser.add_argument("--version", action='store_true',
25
+ help="print version")
26
+
27
+ return parser
28
+
29
+ if __name__ == '__main__':
30
+ parser = getParser()
31
+ args = parser.parse_args()
32
+ #args = parser.parse_args(['--auto'])
33
+ #args = parser.parse_args(['-a', '/dev/ttyUSB0'])
34
+ #args = parser.parse_args(['-a', '192.168.178.77'])
35
+ #args = parser.parse_args(['-a', '192.168.178.77', '-a', '192.168.178.73'])
36
+ #args = parser.parse_args(['-a', '192.168.178.77', '--auto'])
37
+
38
+ from siogeen.tools import IoddComChecker
39
+
40
+ if args.version:
41
+ print(f"IoddComChecker {IoddComChecker.__version__}")
42
+ else:
43
+ IoddComChecker.check(args.address, args.auto, verbose=args.verbose)
@@ -0,0 +1,17 @@
1
+ '''
2
+ Siogeen IoddCom tools cli's.
3
+
4
+ The Siogeen IoddCom is designed for various use cases for best working
5
+ experience with IO-Link devices, simple usage and time saving thus both saving
6
+ costs and offering time for the real tasks.
7
+
8
+ Created on 09.01.2023
9
+ '''
10
+
11
+ __author__ = "Reimund Renner"
12
+ __email__ = "reimund@siogeen.com"
13
+ __contact__ = "contact@siogeen.com"
14
+ __license__ = "proprietary and confidential"
15
+
16
+ # classes for: from siogeen import *
17
+ __all__ = ['IoddComChecker']