Project

General

Profile

Wiki » History » Version 65

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

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