Project

General

Profile

Wiki » History » Version 66

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

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 66 Frédéric Blanc
|\5=. *0x10 Write function host format*|
103
|address code|function code|Register start address
104
Number of register addresses
105
n (1 ~ 32)||Write the number of bytes 2 * n
106
|Register data|CRC Check code|
107
|1 byte|1 byte|2 byte|2 byte|1 byte|2*n byte|2 byte|
108
109
|\5=. *0x10 Write function slave return format*|
110
|address code|function codeRegister start address
111
Number of register addresses
112
n (1 ~ 32)|CRC Check code|
113
|1 byte|1 byte|2 byte|2 byte|2 byte|
114 63 Frédéric Blanc
115 47 Frédéric Blanc
/dev/ttyACM0 ou /dev/ttyUSB0
116 32 Frédéric Blanc
baud rate *115200*
117 31 Frédéric Blanc
118 1 Frédéric Blanc
Slave Address: 1..247 ( *0: broadcast* )
119 31 Frédéric Blanc
Function code: see later
120
Data: 0..252 byte(s)
121 33 Frédéric Blanc
*CRC16-MODBUS* : see https://crccalc.com/ for code.
122 48 Frédéric Blanc
https://github.com/LacobusVentura/MODBUS-CRC16
123 31 Frédéric Blanc
124 1 Frédéric Blanc
Modbus registers:
125
U_SET = 0
126
I_SET = 1
127
UOUT = 2
128
IOUT = 3
129
POWER = 4
130
UIN = 5
131
Ah = 6
132
PROTECT = 7 # not tested
133
Wh = 8
134
Time = 11
135
Temp = 13
136
Lock = 15
137
CV_CC = 17
138
ONOFF = 18
139
Celsius = 19
140
MODEL = 22 # ?
141 5 Frédéric Blanc
VERSION = 23 # ?
142 1 Frédéric Blanc
143 34 Frédéric Blanc
h3. test commande
144
145 1 Frédéric Blanc
146 46 Frédéric Blanc
147 45 Frédéric Blanc
sur /dev/ttyACM0
148 1 Frédéric Blanc
149 46 Frédéric Blanc
Broadcast Power ON
150 1 Frédéric Blanc
<pre><code class="shell">
151 35 Frédéric Blanc
echo -ne "\x00\x06\x00\x12\x00\x01\xE9\xDE" > /dev/ttyACM0
152 34 Frédéric Blanc
</code></pre>
153
154 36 Frédéric Blanc
Broadcast Power OFF
155
<pre><code class="shell">
156
echo -ne "\x00\x06\x00\x12\x00\x00\x28\x1E" > /dev/ttyACM0
157
</code></pre>
158 1 Frédéric Blanc
159 45 Frédéric Blanc
sur /dev/ttyUSB0
160 1 Frédéric Blanc
161 46 Frédéric Blanc
Broadcast Power ON
162 45 Frédéric Blanc
<pre><code class="shell">
163
echo -ne "\x00\x06\x00\x12\x00\x01\xE9\xDE" > /dev/ttyUSB0
164
</code></pre>
165
166
Broadcast Power OFF
167
<pre><code class="shell">
168
echo -ne "\x00\x06\x00\x12\x00\x00\x28\x1E" > /dev/ttyUSB0
169
</code></pre>
170 36 Frédéric Blanc
171 30 Frédéric Blanc
h3. notice
172 15 Frédéric Blanc
173
presser [SW] pendant 2s pour accéder aux paramètres 
174
!clipboard-202404041503-e5ifh.png!
175
176 6 Frédéric Blanc
h2. GUI Python
177
178 9 Frédéric Blanc
h3. venv — Création d'environnements virtuels
179 6 Frédéric Blanc
180
<pre><code class="shell">
181 8 Frédéric Blanc
$ python3 -m venv venv
182 6 Frédéric Blanc
</code></pre>
183
184
Pour activer l'environnement, exécutez
185
186
<pre><code class="shell">
187
source venv/bin/activate
188
</code></pre>
189
190 7 Frédéric Blanc
<pre><code class="shell">
191
. venv/bin/activate
192
</code></pre>
193
194 51 Frédéric Blanc
sous Windows
195
<pre><code class="shell">
196
env\Scripts\activate.bat
197
</code></pre>
198
199 9 Frédéric Blanc
Vous devrez « quitter » ou « désactiver » votre environnement virtuel à l'aide de la commande 
200 6 Frédéric Blanc
201
<pre><code class="shell">
202
deactivate
203
</code></pre>
204
205
206
207 1 Frédéric Blanc
https://docs.python.org/fr/3/library/venv.html
208
209 16 Frédéric Blanc
h3. pyqt5
210
211
<pre><code class="shell">
212
pip3 install pyqt5 --config-settings --confirm-license= --verbose
213
</code></pre>
214
215 17 Frédéric Blanc
https://stackoverflow.com/questions/73714829/pip-install-pyqt5-it-cannot-go-on
216 16 Frédéric Blanc
217 9 Frédéric Blanc
h3. XY6015L_pyGUI
218
219 44 Frédéric Blanc
lancement de l'interface
220
221
<pre><code class="python">
222
python dps_GUI_program.py
223
</code></pre>
224
225 9 Frédéric Blanc
!clipboard-202404041117-w53xm.png!
226
227
configuration du port com
228
229
le port série peut être corrigé en modifiant le paramètre "port_set" dans "dps5005_limits.ini".
230
231
232
<pre><code class="shell">
233
[SectionZero]
234
The parameters below limit the code from incorrectly transmitting extreme values entered by the user:
235
if threshold exceeded value defaults to zero:
236
This file may be adapted for other versions of 'DPSxxxx' power supplies:
237
238
[SectionOne]
239
#leave empty "" for automatic port scanning or set serial port e.g. "/dev/cu.wchusbserial1410" or "/dev/ttyUSB0":
240
port_set: "/dev/ttyACM0"	#
241
242
#The parameters below limit the code from incorrectly transmitting extreme values entered by the user:
243 1 Frédéric Blanc
#if threshold exceeded value defaults to zero:
244 10 Frédéric Blanc
...
245 9 Frédéric Blanc
</code></pre>
246
247
h2. Sources
248 5 Frédéric Blanc
249 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/
250 29 Frédéric Blanc
http://xj900diversion.free.fr/bus/I2C%20-%20RS-485%20adapter.htm
251 5 Frédéric Blanc
https://github.com/AntaresAdroit/RDTech_PS_Comm
252
https://github.com/lambcutlet/DPS5005_pyGUI
253
https://github.com/kbs3056/XY6015L_pyGUI