06.10.2023, 16:08
Thank you!
It seems to work, but the time and date does not match.
if i look at csv from script, date, time and values come like this.
" 23/10/06 14:30" 1010.56
" 23/10/06 14:45" 1011.20
" 23/10/06 15:00" 1011.20
" 23/10/06 15:15" 1011.20
" 23/10/06 15:30" 1011.20
" 23/10/06 15:45" 1011.20
" 23/10/06 16:00" 1011.20
" 23/10/06 16:15" 1011.20
" 23/10/06 16:30" 1011.20
" 23/10/06 16:45" 1011.20
" 23/10/06 17:00" 1011.20
" 23/10/06 17:15" 1011.20
And if i download a csv file from the day before 23/10/05 it shows this.
21:15,"1010.56"
21:30,"1011.2"
21:45,"1011.2"
22:00,"1011.2"
22:15,"1011.2"
22:30,"1011.2"
22:45,"1011.2"
23:00,"1011.2"
23:15,"1011.2"
23:30,"1011.2"
23:45,"1011.2"
24:00,"1011.2"
It means that the last value i was testing to send from script, is the last value from the day before.
How can i correct this?
/Fredrik
It seems to work, but the time and date does not match.
if i look at csv from script, date, time and values come like this.
" 23/10/06 14:30" 1010.56
" 23/10/06 14:45" 1011.20
" 23/10/06 15:00" 1011.20
" 23/10/06 15:15" 1011.20
" 23/10/06 15:30" 1011.20
" 23/10/06 15:45" 1011.20
" 23/10/06 16:00" 1011.20
" 23/10/06 16:15" 1011.20
" 23/10/06 16:30" 1011.20
" 23/10/06 16:45" 1011.20
" 23/10/06 17:00" 1011.20
" 23/10/06 17:15" 1011.20
And if i download a csv file from the day before 23/10/05 it shows this.
21:15,"1010.56"
21:30,"1011.2"
21:45,"1011.2"
22:00,"1011.2"
22:15,"1011.2"
22:30,"1011.2"
22:45,"1011.2"
23:00,"1011.2"
23:15,"1011.2"
23:30,"1011.2"
23:45,"1011.2"
24:00,"1011.2"
It means that the last value i was testing to send from script, is the last value from the day before.
How can i correct this?
/Fredrik