Project

General

Profile

Wiki » History » Version 76

Frédéric Blanc, 2024-06-11 14:33

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 70 Frédéric Blanc
114 76 Frédéric Blanc
|name|Description|number of bytes|Decimal point|unit|Read and write|Register address|dps_modbus.py|
115
|U-SET|Voltage setting|2|2|V|R/W|0x0000|voltage_set|
116
|I-SET|Current setting|2|2|A|R/W|0x0001|current_set|
117
|UOUT|Output voltage display value|2|2|V|R|0x0002|voltage|
118
|IOUT|Output current display value|2|2|A|R|0x0003|current|
119
|POWER|Output power display value|2|2|W|R|0x0004|power|
120
|UIN|Input voltage display value|2|2|V|R|0x0005|voltage_in|
121
|LOCK|Key lock|2|0|-|R/W|0x0006|lock|
122
|PROTECT|Protection state|2|0|-|R|0x0007|protect|
123
|CVCC|Constant voltage constant current state|2|0|-|R|0x0008|cv_cc|
124
|ONOFF|Switch output|2|0|-|R/W|0x0009|onoff|
125
|B_LED|Backlight brightness level|2|0|-|R/W|0x000A|b_led|
126
|MODEL|Product number|2|0|-|R|0x000B|model|
127
|VERSON|Firmware version number|2|0|-|R|0x000C|version|
128
|EXTRACT_M|Quickly bring up data sets|2|0|-|W|0x0023|extract_m|
129
|U-SET|Voltage setting|2|2|V|R/W|0x0050|voltage_set2|
130
|I-SET|Current setting|2|3|A|R/W|0x0051|current_set2|
131
|S-OVP|Overvoltage protection|2|2|V|R/W|0x0052|s_ovp|
132
|S-OCP|Overcurrent protection value|2|3|A|R/W|0x0053|s_ocp|
133
|S-OPP|Over power protection value|2|1、2|W|R/W|0x0054|s_opp|
134
|B-LED|Backlight brightness level|2|0|-|R/W|0x0055|b_led2|
135
|M-PRE|The data is called to update the output|2|0|-|R/W|0x0056|m_pre|
136
|S-INI|Power on the output switch|2|2|-|R/W|0x0057|s_ini|
137 75 Frédéric Blanc
138 76 Frédéric Blanc
h3. dps_modbus.py
139 69 Frédéric Blanc
140 47 Frédéric Blanc
/dev/ttyACM0 ou /dev/ttyUSB0
141 32 Frédéric Blanc
baud rate *115200*
142 31 Frédéric Blanc
143 1 Frédéric Blanc
Slave Address: 1..247 ( *0: broadcast* )
144 31 Frédéric Blanc
Function code: see later
145
Data: 0..252 byte(s)
146 33 Frédéric Blanc
*CRC16-MODBUS* : see https://crccalc.com/ for code.
147 48 Frédéric Blanc
https://github.com/LacobusVentura/MODBUS-CRC16
148 31 Frédéric Blanc
149 1 Frédéric Blanc
Modbus registers:
150
U_SET = 0
151
I_SET = 1
152
UOUT = 2
153
IOUT = 3
154
POWER = 4
155
UIN = 5
156
Ah = 6
157
PROTECT = 7 # not tested
158
Wh = 8
159
Time = 11
160
Temp = 13
161
Lock = 15
162
CV_CC = 17
163
ONOFF = 18
164
Celsius = 19
165
MODEL = 22 # ?
166 5 Frédéric Blanc
VERSION = 23 # ?
167 1 Frédéric Blanc
168 34 Frédéric Blanc
h3. test commande
169
170 1 Frédéric Blanc
171 46 Frédéric Blanc
172 45 Frédéric Blanc
sur /dev/ttyACM0
173 1 Frédéric Blanc
174 46 Frédéric Blanc
Broadcast Power ON
175 1 Frédéric Blanc
<pre><code class="shell">
176 35 Frédéric Blanc
echo -ne "\x00\x06\x00\x12\x00\x01\xE9\xDE" > /dev/ttyACM0
177 34 Frédéric Blanc
</code></pre>
178
179 36 Frédéric Blanc
Broadcast Power OFF
180
<pre><code class="shell">
181
echo -ne "\x00\x06\x00\x12\x00\x00\x28\x1E" > /dev/ttyACM0
182
</code></pre>
183 1 Frédéric Blanc
184 45 Frédéric Blanc
sur /dev/ttyUSB0
185 1 Frédéric Blanc
186 46 Frédéric Blanc
Broadcast Power ON
187 45 Frédéric Blanc
<pre><code class="shell">
188
echo -ne "\x00\x06\x00\x12\x00\x01\xE9\xDE" > /dev/ttyUSB0
189
</code></pre>
190
191
Broadcast Power OFF
192
<pre><code class="shell">
193
echo -ne "\x00\x06\x00\x12\x00\x00\x28\x1E" > /dev/ttyUSB0
194
</code></pre>
195 36 Frédéric Blanc
196 30 Frédéric Blanc
h3. notice
197 15 Frédéric Blanc
198
presser [SW] pendant 2s pour accéder aux paramètres 
199
!clipboard-202404041503-e5ifh.png!
200
201 6 Frédéric Blanc
h2. GUI Python
202
203 9 Frédéric Blanc
h3. venv — Création d'environnements virtuels
204 6 Frédéric Blanc
205
<pre><code class="shell">
206 8 Frédéric Blanc
$ python3 -m venv venv
207 6 Frédéric Blanc
</code></pre>
208
209
Pour activer l'environnement, exécutez
210
211
<pre><code class="shell">
212
source venv/bin/activate
213
</code></pre>
214
215 7 Frédéric Blanc
<pre><code class="shell">
216
. venv/bin/activate
217
</code></pre>
218
219 51 Frédéric Blanc
sous Windows
220
<pre><code class="shell">
221
env\Scripts\activate.bat
222
</code></pre>
223
224 9 Frédéric Blanc
Vous devrez « quitter » ou « désactiver » votre environnement virtuel à l'aide de la commande 
225 6 Frédéric Blanc
226
<pre><code class="shell">
227
deactivate
228
</code></pre>
229
230
231
232 1 Frédéric Blanc
https://docs.python.org/fr/3/library/venv.html
233
234 16 Frédéric Blanc
h3. pyqt5
235
236
<pre><code class="shell">
237
pip3 install pyqt5 --config-settings --confirm-license= --verbose
238
</code></pre>
239
240 17 Frédéric Blanc
https://stackoverflow.com/questions/73714829/pip-install-pyqt5-it-cannot-go-on
241 16 Frédéric Blanc
242 9 Frédéric Blanc
h3. XY6015L_pyGUI
243
244 44 Frédéric Blanc
lancement de l'interface
245
246
<pre><code class="python">
247
python dps_GUI_program.py
248
</code></pre>
249
250 9 Frédéric Blanc
!clipboard-202404041117-w53xm.png!
251
252
configuration du port com
253
254
le port série peut être corrigé en modifiant le paramètre "port_set" dans "dps5005_limits.ini".
255
256
257
<pre><code class="shell">
258
[SectionZero]
259
The parameters below limit the code from incorrectly transmitting extreme values entered by the user:
260
if threshold exceeded value defaults to zero:
261
This file may be adapted for other versions of 'DPSxxxx' power supplies:
262
263
[SectionOne]
264
#leave empty "" for automatic port scanning or set serial port e.g. "/dev/cu.wchusbserial1410" or "/dev/ttyUSB0":
265
port_set: "/dev/ttyACM0"	#
266
267
#The parameters below limit the code from incorrectly transmitting extreme values entered by the user:
268 1 Frédéric Blanc
#if threshold exceeded value defaults to zero:
269 10 Frédéric Blanc
...
270 9 Frédéric Blanc
</code></pre>
271
272
h2. Sources
273 5 Frédéric Blanc
274 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/
275 29 Frédéric Blanc
http://xj900diversion.free.fr/bus/I2C%20-%20RS-485%20adapter.htm
276 5 Frédéric Blanc
https://github.com/AntaresAdroit/RDTech_PS_Comm
277
https://github.com/lambcutlet/DPS5005_pyGUI
278
https://github.com/kbs3056/XY6015L_pyGUI