Project

General

Profile

Wiki » History » Version 69

Frédéric Blanc, 2024-06-10 16:52

1 1 Frédéric Blanc
h1. Wiki
2
3 42 Frédéric Blanc
!{width: 30%}https://redmine.laas.fr/attachments/download/4815/Face%20AV%20PS.jpg!
4 43 Frédéric Blanc
5 42 Frédéric Blanc
!{width: 30%}https://redmine.laas.fr/attachments/download/4814/Face%20AR%20PS.jpg!
6
7 41 Frédéric Blanc
{{toc}}
8
9 11 Frédéric Blanc
h2. Modbus / RS485 isolated
10
11 25 Frédéric Blanc
!clipboard-202404091540-4btca.png!
12
13 50 Frédéric Blanc
https://arduino103.blogspot.com/2021/10/decoder-une-trame-rs485-loscilloscope.html
14
15 25 Frédéric Blanc
h3. non isoler
16 24 Frédéric Blanc
17
!clipboard-202404091414-fugem.png!
18
19 21 Frédéric Blanc
!clipboard-202404081517-wbjgq.png!
20
21 27 Frédéric Blanc
h4. Fusibles réarmables
22
23
!clipboard-202404091611-8b8z9.png!
24
25 23 Frédéric Blanc
h3. Texas Instruments ISOW14x2 Isolated RS-485 DC-DC Converter
26 22 Frédéric Blanc
27
!clipboard-202404081533-dzk67.png!
28
29 18 Frédéric Blanc
h3.  ANALOG DEVICES LTM2881CV-5#PBF
30
31 19 Frédéric Blanc
!clipboard-202404051942-kmfn5.jpg!
32
33 18 Frédéric Blanc
Transceiver, RS422, RS485, 20 Mbps, 1 Driver, 1 Récepteur, 4,5 à 5.5V, 0 à 70°C, LGA-32
34
35
Code Farnell 4023829
36
37
h3. ADM2865E Power Isolated, RS-485 Transceivers
38 12 Frédéric Blanc
39 1 Frédéric Blanc
!clipboard-202404041435-zyzea.png!
40 12 Frédéric Blanc
41 13 Frédéric Blanc
|Code Farnell|Référence Fabricant	|Fabricant / Description|
42 12 Frédéric Blanc
|4023816	|ADM2865EBRNZ	|ANALOG DEVICES  Transceiver, RS422, RS485, 25 Mbps, 1 Driver, 1 Récepteur, 3 à 5.5V, -40 à 105°C, WSOIC-28|
43
|1456395	|SM712.TCT	|SEMTECH  Diode TVS, SM, Bidirectionelle, 12 V, 26 V, SOT-23, 3 Broche(s)|
44
|1515786	|BLM15HD182SN1D	|MURATA  Perle de ferrite, 0402 [1005 Metric], 1.8 kohm, 200 mA, BLM15H, 2.2 ohm, ± 25%|
45
|1867958	|08053D106KAT2A	|KYOCERA AVX  Condensateur céramique multicouche CMS, 10 µF, 25 V, 0805 [Métrique 2012], ± 10%, X5R|
46
|2443238	|BLM18HE601SN1D	|MURATA  Perle de ferrite, 0603 [1608 Metric], 600 ohm, 800 mA, BLM18H, 0.25 ohm, ± 25%|
47 11 Frédéric Blanc
48 37 Frédéric Blanc
h3. Module de communication d'isolation, ADUM3201 + B0505XT TTL à RS485
49
50
!clipboard-202404231543-s8vft.png!
51
52
*Attention RX sur TX*
53
54 28 Frédéric Blanc
h3. RS485 I2C
55
56
!clipboard-202404120929-wdgmq.png!
57
58 20 Frédéric Blanc
h2. XY5005E
59
60 40 Frédéric Blanc
com le port 4 broches JST 1.25 ne semble pas avoir de TX, ni de RX. Il n'y a pas non plus de menu pour le chois de l'adressage
61 20 Frédéric Blanc
62
!clipboard-202404081443-iygma.png!
63 39 Frédéric Blanc
!clipboard-202404241236-ulutn.png!
64 38 Frédéric Blanc
!clipboard-202404241234-m5crk.png!
65
66 14 Frédéric Blanc
h2. XY6015L Step-Down Regulated Power Supply
67 1 Frédéric Blanc
68
!clipboard-202403251011-lfrn1.png!
69
70 4 Frédéric Blanc
µC AT32F421  ARM® Cortex®-M4 core
71
Ctrl EG1163S BUCK DC-DC de Rectification synchrone 300kHz
72
MOS NCE82H140
73
74 31 Frédéric Blanc
h3. Modbus
75
76 1 Frédéric Blanc
!clipboard-202404121322-qk0l1.png!
77 32 Frédéric Blanc
78 53 Frédéric Blanc
voir documentation document:"protocol -english translation V1.2"
79
80 64 Frédéric Blanc
|_.function code|_.Definition|_.Operation (binary)|
81 52 Frédéric Blanc
|0x03|Read register data|Read data from one or more registers|
82
|0x06|Write a single register|Write a set of binary data to a single register|
83
|0x10|Write multiple registers|Write multiple sets of binary data to multiple registers|
84
85 61 Frédéric Blanc
|\5=. *0x03 Read the function of the host format* |
86 57 Frédéric Blanc
|address code|function code|Register start address |Number of register
87
 addresses n (1 ~ 32)|CRC Check code|
88 54 Frédéric Blanc
|1 byte|1 byte|2 byte|2 byte|2 byte|
89
90 62 Frédéric Blanc
|\5=. *0x03 Read function Slave returns format*|
91
|address code|function code|Returns the number of bytes 2 * n|Register data|CRC Check code|
92
|1 byte|1 byte|1 byte|2*n Bytes|2 byte|
93 52 Frédéric Blanc
94 63 Frédéric Blanc
|\5=. *0x06 Write a single register function in host format*|
95
|address code|function code|Register address|Register data|CRC Check code|
96 1 Frédéric Blanc
|1 byte|1 byte|2 byte|2 byte|2 byte|
97 64 Frédéric Blanc
98 65 Frédéric Blanc
|\5=. *0x06 Write a single register function from the machine to return the format*|
99 64 Frédéric Blanc
|address code|function code|Register address|Register data|CRC Check code|
100
|1 byte|1 byte|2 byte|2 byte|2 byte|
101
102 68 Frédéric Blanc
|\6=. *0x10 Write function host format*|
103 67 Frédéric Blanc
|address code|function code|Register start address|Number of register addresses
104
n (1 ~ 32)|Write the number of bytes 2 * n|Register data|CRC Check code|
105 66 Frédéric Blanc
|1 byte|1 byte|2 byte|2 byte|1 byte|2*n byte|2 byte|
106
107
|\5=. *0x10 Write function slave return format*|
108 67 Frédéric Blanc
|address code|function code|Register start address|Number of register addresses
109 66 Frédéric Blanc
n (1 ~ 32)|CRC Check code|
110
|1 byte|1 byte|2 byte|2 byte|2 byte|
111 63 Frédéric Blanc
112 69 Frédéric Blanc
Protocol register description (single register address data for double-byte data)
113
|name|Description|number of bytes|Decimal point|unit|Read and write|Register address|
114
|U-SET|Voltage setting|2|2|V|R/W|0000H|
115
|I-SET|Current setting|2
116
|2|A|R/W|0001H|
117
|UOUT|Output voltage display value|2|2|V|R|0002H|
118
|IOUT|Output current display value|2|2|A|R|0003H|
119
|POWER|Output power display value|2|2|W|R|0004H|
120
|UIN|Input voltage display value|2|2|V|R|0005H|
121
|LOCK|Key lock|2|0|-|R/W|0006H|
122
|PROTECT|Protection state|2|0|-|R|0007H|
123
|CVCC|Constant voltage constant current state|2|0|-|R|0008H|
124
|ONOFF|Switch output|2|0|-|R/W|0009H|
125
|B_LED|Backlight brightness level|2|0|-|R/W|000AH|
126
|MODEL|Product number|2|0|-|R|000BH|
127
VERSON
128
Firmware version number
129
2
130
0
131
-
132
R
133
000CH
134
EXTRACT_M
135
Quickly bring up data sets
136
2
137
0
138
-
139
W
140
0023H
141
U-SET
142
Voltage setting
143
2
144
2
145
V
146
R/W
147
0050H
148
I-SET
149
Current setting
150
2
151
3
152
A
153
R/W
154
0051H
155
S-OVP
156
Overvoltage protection
157
2
158
2
159
V
160
R/W
161
0052H
162
S-OCP
163
Overcurrent protection value
164
2
165
3
166
A
167
R/W
168
0053H
169
S-OPP
170
Over power protection value
171
2
172
1、2
173
W
174
R/W
175
0054H
176
B-LED
177
Backlight brightness level
178
2
179
0
180
-
181
R/W
182
0055H
183
M-PRE
184
The data is called to update the output
185
2
186
0
187
-
188
R/W
189
0056H
190
S-INI
191
Power on the output switch
192
2
193
2
194
-
195
R/W
196
0057H
197
198
199 47 Frédéric Blanc
/dev/ttyACM0 ou /dev/ttyUSB0
200 32 Frédéric Blanc
baud rate *115200*
201 31 Frédéric Blanc
202 1 Frédéric Blanc
Slave Address: 1..247 ( *0: broadcast* )
203 31 Frédéric Blanc
Function code: see later
204
Data: 0..252 byte(s)
205 33 Frédéric Blanc
*CRC16-MODBUS* : see https://crccalc.com/ for code.
206 48 Frédéric Blanc
https://github.com/LacobusVentura/MODBUS-CRC16
207 31 Frédéric Blanc
208 1 Frédéric Blanc
Modbus registers:
209
U_SET = 0
210
I_SET = 1
211
UOUT = 2
212
IOUT = 3
213
POWER = 4
214
UIN = 5
215
Ah = 6
216
PROTECT = 7 # not tested
217
Wh = 8
218
Time = 11
219
Temp = 13
220
Lock = 15
221
CV_CC = 17
222
ONOFF = 18
223
Celsius = 19
224
MODEL = 22 # ?
225 5 Frédéric Blanc
VERSION = 23 # ?
226 1 Frédéric Blanc
227 34 Frédéric Blanc
h3. test commande
228
229 1 Frédéric Blanc
230 46 Frédéric Blanc
231 45 Frédéric Blanc
sur /dev/ttyACM0
232 1 Frédéric Blanc
233 46 Frédéric Blanc
Broadcast Power ON
234 1 Frédéric Blanc
<pre><code class="shell">
235 35 Frédéric Blanc
echo -ne "\x00\x06\x00\x12\x00\x01\xE9\xDE" > /dev/ttyACM0
236 34 Frédéric Blanc
</code></pre>
237
238 36 Frédéric Blanc
Broadcast Power OFF
239
<pre><code class="shell">
240
echo -ne "\x00\x06\x00\x12\x00\x00\x28\x1E" > /dev/ttyACM0
241
</code></pre>
242 1 Frédéric Blanc
243 45 Frédéric Blanc
sur /dev/ttyUSB0
244 1 Frédéric Blanc
245 46 Frédéric Blanc
Broadcast Power ON
246 45 Frédéric Blanc
<pre><code class="shell">
247
echo -ne "\x00\x06\x00\x12\x00\x01\xE9\xDE" > /dev/ttyUSB0
248
</code></pre>
249
250
Broadcast Power OFF
251
<pre><code class="shell">
252
echo -ne "\x00\x06\x00\x12\x00\x00\x28\x1E" > /dev/ttyUSB0
253
</code></pre>
254 36 Frédéric Blanc
255 30 Frédéric Blanc
h3. notice
256 15 Frédéric Blanc
257
presser [SW] pendant 2s pour accéder aux paramètres 
258
!clipboard-202404041503-e5ifh.png!
259
260 6 Frédéric Blanc
h2. GUI Python
261
262 9 Frédéric Blanc
h3. venv — Création d'environnements virtuels
263 6 Frédéric Blanc
264
<pre><code class="shell">
265 8 Frédéric Blanc
$ python3 -m venv venv
266 6 Frédéric Blanc
</code></pre>
267
268
Pour activer l'environnement, exécutez
269
270
<pre><code class="shell">
271
source venv/bin/activate
272
</code></pre>
273
274 7 Frédéric Blanc
<pre><code class="shell">
275
. venv/bin/activate
276
</code></pre>
277
278 51 Frédéric Blanc
sous Windows
279
<pre><code class="shell">
280
env\Scripts\activate.bat
281
</code></pre>
282
283 9 Frédéric Blanc
Vous devrez « quitter » ou « désactiver » votre environnement virtuel à l'aide de la commande 
284 6 Frédéric Blanc
285
<pre><code class="shell">
286
deactivate
287
</code></pre>
288
289
290
291 1 Frédéric Blanc
https://docs.python.org/fr/3/library/venv.html
292
293 16 Frédéric Blanc
h3. pyqt5
294
295
<pre><code class="shell">
296
pip3 install pyqt5 --config-settings --confirm-license= --verbose
297
</code></pre>
298
299 17 Frédéric Blanc
https://stackoverflow.com/questions/73714829/pip-install-pyqt5-it-cannot-go-on
300 16 Frédéric Blanc
301 9 Frédéric Blanc
h3. XY6015L_pyGUI
302
303 44 Frédéric Blanc
lancement de l'interface
304
305
<pre><code class="python">
306
python dps_GUI_program.py
307
</code></pre>
308
309 9 Frédéric Blanc
!clipboard-202404041117-w53xm.png!
310
311
configuration du port com
312
313
le port série peut être corrigé en modifiant le paramètre "port_set" dans "dps5005_limits.ini".
314
315
316
<pre><code class="shell">
317
[SectionZero]
318
The parameters below limit the code from incorrectly transmitting extreme values entered by the user:
319
if threshold exceeded value defaults to zero:
320
This file may be adapted for other versions of 'DPSxxxx' power supplies:
321
322
[SectionOne]
323
#leave empty "" for automatic port scanning or set serial port e.g. "/dev/cu.wchusbserial1410" or "/dev/ttyUSB0":
324
port_set: "/dev/ttyACM0"	#
325
326
#The parameters below limit the code from incorrectly transmitting extreme values entered by the user:
327 1 Frédéric Blanc
#if threshold exceeded value defaults to zero:
328 10 Frédéric Blanc
...
329 9 Frédéric Blanc
</code></pre>
330
331
h2. Sources
332 5 Frédéric Blanc
333 26 Frédéric Blanc
https://www.circuitstate.com/tutorials/what-is-rs-485-how-to-use-max485-with-arduino-for-reliable-long-distance-serial-communication/
334 29 Frédéric Blanc
http://xj900diversion.free.fr/bus/I2C%20-%20RS-485%20adapter.htm
335 5 Frédéric Blanc
https://github.com/AntaresAdroit/RDTech_PS_Comm
336
https://github.com/lambcutlet/DPS5005_pyGUI
337
https://github.com/kbs3056/XY6015L_pyGUI