Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Luciano Barletta
/
Pruebas-RTO
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit e7d731c2
authored
2024-07-15 15:11:59 -0300
by
Juan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Adapto a las bases del taller
1 parent
e851536d
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
142 additions
and
46 deletions
configuracion.py
grep.sh
log.txt
pruebas.py
pruebas1.py
configuracion.py
View file @
e7d731c
carpetaDescargas
=
"/home/taller_
5
/Descargas/"
carpetaDescargas
=
"/home/taller_
3
/Descargas/"
cabezaeraDescargas
=
"Planilla_Diaria-"
grepfile
=
"/home/taller_
5
/Pruebas-RTO/grep.sh"
grepfile
=
"/home/taller_
3
/Pruebas-RTO/grep.sh"
deltaminutos
=
7
delataPositivoNegativo
=
"-"
ManualLogin
=
False
# PAra hacer pruebas sin tener que loguear
port
=
1
15
00
codigo_cent
=
"
61
"
port
=
1
30
00
codigo_cent
=
"
50
"
grep.sh
View file @
e7d731c
#!/bin/bash
ls /home/juan/Descargas/ -ls | grep Planilla_Diaria-
61
| grep xls | grep -v crdownload &> /dev/shm/tmpscdecas_1.txt
ls /home/juan/Descargas/ -ls | grep Planilla_Diaria-
50
| grep xls | grep -v crdownload &> /dev/shm/tmpscdecas_1.txt
log.txt
0 → 100644
View file @
e7d731c
* Serving Flask app 'main' (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: off
* Running on all addresses.
WARNING: This is a development server. Do not use it in a production deployment.
* Running on http://192.168.15.41:13000/ (Press CTRL+C to quit)
192.168.15.42 - - [15/Jul/2024 14:58:42] "GET / HTTP/1.1" 200 -
192.168.15.42 - - [15/Jul/2024 14:58:42] "[36mGET /static/src/pdf1.js HTTP/1.1[0m" 304 -
192.168.15.42 - - [15/Jul/2024 14:58:42] "[36mGET /static/src/ajax.js HTTP/1.1[0m" 304 -
192.168.15.42 - - [15/Jul/2024 14:58:42] "[36mGET /static/src/div.js HTTP/1.1[0m" 304 -
192.168.15.42 - - [15/Jul/2024 14:58:42] "[36mGET /static/src/pdf2.js HTTP/1.1[0m" 304 -
192.168.15.42 - - [15/Jul/2024 14:58:42] "[36mGET /static/src/pdf3.js HTTP/1.1[0m" 304 -
192.168.15.42 - - [15/Jul/2024 14:58:42] "[36mGET /static/styles/general.css HTTP/1.1[0m" 304 -
192.168.15.42 - - [15/Jul/2024 14:58:42] "[36mGET /static/src/forms.js HTTP/1.1[0m" 304 -
192.168.15.42 - - [15/Jul/2024 14:58:42] "[36mGET /static/assets/maha.png HTTP/1.1[0m" 304 -
rm: no se puede borrar '/home/taller_3/Descargas/Planilla_Diaria-*': No existe el archivo o el directorio
192.168.15.42 - - [15/Jul/2024 14:59:08] "POST /report HTTP/1.1" 200 -
pruebas.py
View file @
e7d731c
report
=
{
'header'
:
{
'patente'
:
'PRUEBA12'
,
'fecha-hora'
:
'19/06/2024 11:45'
,
'ingeniero'
:
'Usuario no cargado'
,
'fecha'
:
'19/06/2024'
,
'hora'
:
'11:46'
},
'patente'
:
'CMH328'
,
'fecha-hora'
:
'15/07/2024 14:58'
,
'ingeniero'
:
'Granada Fernando'
,
'fecha'
:
'15/07/2024'
,
'hora'
:
'14:58'
},
'alineador'
:
{
'eje_delantero'
:
'7.8'
},
'eje_delantero'
:
'9.0'
},
'suspension'
:
{
'rendimiento_izquierdo_1'
:
'?'
,
'rendimiento_derecho_1'
:
'?'
,
'titulo_eje_1'
:
'primer'
,
'titulo_eje_2'
:
'segundo'
,
'rendimiento_izquierdo_2'
:
'?'
,
'rendimiento_derecho_2'
:
'?'
,
'titulo_eje_1'
:
'primer'
,
'peso_estatico_1'
:
'?'
,
'peso_estatico_2'
:
'?'
},
'titulo_eje_2'
:
'segundo'
,
'peso_estatico_2'
:
'?'
},
'frenos'
:
{
'peso_estatico_1'
:
'1159'
,
'fuerza_izquierda_1'
:
'2,66'
,
'fuerza_derecha_1'
:
'2,72'
,
'diferencia_freno_1'
:
'2,21'
,
'eficacia_freno_1'
:
'47,32'
,
'peso_derecho_1'
:
'579,5'
,
'peso_izquierdo_1'
:
'579,5'
,
'peso_estatico_2'
:
'3729'
,
'fuerza_izquierda_2'
:
'8,73'
,
'fuerza_derecha_2'
:
'8,58'
,
'diferencia_freno_2'
:
'1,72'
,
'eficacia_freno_2'
:
'47,32'
,
'peso_derecho_2'
:
'1864,5'
,
'peso_izquierdo_2'
:
'1864,5'
,
'titulo_eje_freno_1'
:
'primer'
,
'peso_estatico_1'
:
'1278'
,
'fuerza_izquierda_1'
:
'2,98'
,
'fuerza_derecha_1'
:
'2,87'
,
'diferencia_freno_1'
:
'3,69'
,
'eficacia_freno_1'
:
'46,66'
,
'peso_derecho_1'
:
'639,0'
,
'peso_izquierdo_1'
:
'639,0'
,
'titulo_eje_freno_2'
:
'segundo'
,
'peso_estatico_2'
:
'1011'
,
'fuerza_izquierda_2'
:
'2,41'
,
'fuerza_derecha_2'
:
'2,3'
,
'diferencia_freno_2'
:
'4,56'
,
'eficacia_freno_2'
:
'47,49'
,
'peso_derecho_2'
:
'505,5'
,
'peso_izquierdo_2'
:
'505,5'
,
'titulo_eje_freno_3'
:
'tercero'
,
'peso_estatico_3'
:
'?'
,
'fuerza_izquierda_3'
:
'?'
,
'fuerza_derecha_3'
:
'?'
,
...
...
@@ -37,6 +44,7 @@ report = {
'eficacia_freno_3'
:
'?'
,
'peso_derecho_3'
:
'?'
,
'peso_izquierdo_3'
:
'?'
,
'titulo_eje_freno_4'
:
'cuarto'
,
'peso_estatico_4'
:
'?'
,
'fuerza_izquierda_4'
:
'?'
,
'fuerza_derecha_4'
:
'?'
,
...
...
@@ -44,27 +52,26 @@ report = {
'eficacia_freno_4'
:
'?'
,
'peso_derecho_4'
:
'?'
,
'peso_izquierdo_4'
:
'?'
,
'pesoTotalFreno'
:
'4888'
,
'totalFzaIzq'
:
'11,39'
,
'totalFzaDer'
:
'11,30'
,
'titulo_eje_freno_1'
:
'primer'
,
'titulo_eje_freno_2'
:
'segundo'
,
'titulo_eje_freno_3'
:
'tercer'
,
'titulo_eje_freno_4'
:
'cuarto'
,
'totalEficacia'
:
'47,32'
},
'pesoTotalFreno'
:
'2289'
,
'totalFzaIzq'
:
'5,39'
,
'totalFzaDer'
:
'5,17'
,
'totalEficacia'
:
'47,03'
},
'trasero'
:
{
'peso_estatico'
:
'
4888
'
,
'fuerza_izquierda'
:
'
9,01
'
,
'fuerza_derecha'
:
'
9,02
'
,
'peso_estatico'
:
'
2289
'
,
'fuerza_izquierda'
:
'
1,9
'
,
'fuerza_derecha'
:
'
2,01
'
,
'eje'
:
'2'
,
'eficacia_freno_mano'
:
'37,60'
,
'peso_izquierda'
:
"2444"
,
'peso_derecha'
:
"2444"
,
'diferencia_freno_mano'
:
'0,11'
},
'eficacia_freno_mano'
:
'17,41'
,
'diferencia_freno_mano'
:
'5,47'
,
'peso_izquierda'
:
'1144,5'
,
'peso_derecha'
:
'1144,5'
},
'gaseshumos'
:
{
'opacidad_logaritmica'
:
'
?
'
,
'opacidad_logaritmica'
:
'
0,04
'
,
'co'
:
'?'
,
'hc'
:
'?'
},
'hc'
:
'?'
},
'ruido'
:
{
'nivelsonoro'
:
'92'
}
}
\ No newline at end of file
'nivelsonoro'
:
'84.0'
}
\ No newline at end of file
pruebas1.py
0 → 100644
View file @
e7d731c
report
=
{
'header'
:
{
'patente'
:
'PRUEBA12'
,
'fecha-hora'
:
'19/06/2024 11:45'
,
'ingeniero'
:
'Usuario no cargado'
,
'fecha'
:
'19/06/2024'
,
'hora'
:
'11:46'
},
'alineador'
:
{
'eje_delantero'
:
'7.8'
},
'suspension'
:
{
'rendimiento_izquierdo_1'
:
'?'
,
'rendimiento_derecho_1'
:
'?'
,
'titulo_eje_1'
:
'primer'
,
'titulo_eje_2'
:
'segundo'
,
'rendimiento_izquierdo_2'
:
'?'
,
'rendimiento_derecho_2'
:
'?'
,
'peso_estatico_1'
:
'?'
,
'peso_estatico_2'
:
'?'
},
'frenos'
:
{
'peso_estatico_1'
:
'1159'
,
'fuerza_izquierda_1'
:
'2,66'
,
'fuerza_derecha_1'
:
'2,72'
,
'diferencia_freno_1'
:
'2,21'
,
'eficacia_freno_1'
:
'47,32'
,
'peso_derecho_1'
:
'579,5'
,
'peso_izquierdo_1'
:
'579,5'
,
'peso_estatico_2'
:
'3729'
,
'fuerza_izquierda_2'
:
'8,73'
,
'fuerza_derecha_2'
:
'8,58'
,
'diferencia_freno_2'
:
'1,72'
,
'eficacia_freno_2'
:
'47,32'
,
'peso_derecho_2'
:
'1864,5'
,
'peso_izquierdo_2'
:
'1864,5'
,
'peso_estatico_3'
:
'?'
,
'fuerza_izquierda_3'
:
'?'
,
'fuerza_derecha_3'
:
'?'
,
'diferencia_freno_3'
:
'?'
,
'eficacia_freno_3'
:
'?'
,
'peso_derecho_3'
:
'?'
,
'peso_izquierdo_3'
:
'?'
,
'peso_estatico_4'
:
'?'
,
'fuerza_izquierda_4'
:
'?'
,
'fuerza_derecha_4'
:
'?'
,
'diferencia_freno_4'
:
'?'
,
'eficacia_freno_4'
:
'?'
,
'peso_derecho_4'
:
'?'
,
'peso_izquierdo_4'
:
'?'
,
'pesoTotalFreno'
:
'4888'
,
'totalFzaIzq'
:
'11,39'
,
'totalFzaDer'
:
'11,30'
,
'titulo_eje_freno_1'
:
'primer'
,
'titulo_eje_freno_2'
:
'segundo'
,
'titulo_eje_freno_3'
:
'tercer'
,
'titulo_eje_freno_4'
:
'cuarto'
,
'totalEficacia'
:
'47,32'
},
'trasero'
:
{
'peso_estatico'
:
'4888'
,
'fuerza_izquierda'
:
'9,01'
,
'fuerza_derecha'
:
'9,02'
,
'eje'
:
'2'
,
'eficacia_freno_mano'
:
'37,60'
,
'peso_izquierda'
:
"2444"
,
'peso_derecha'
:
"2444"
,
'diferencia_freno_mano'
:
'0,11'
},
'gaseshumos'
:
{
'opacidad_logaritmica'
:
'?'
,
'co'
:
'?'
,
'hc'
:
'?'
},
'ruido'
:
{
'nivelsonoro'
:
'92'
}
}
\ No newline at end of file
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment