Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #107189

RE: read datas from sensors and plotting

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Albert-Jan Roskam <sjeik_appie@hotmail.com>
Newsgroups comp.lang.python
Subject RE: read datas from sensors and plotting
Date Sun, 17 Apr 2016 17:35:45 +0000
Lines 13
Message-ID <mailman.108.1460914614.6324.python-list@python.org> (permalink)
References <nf0el0$181b$1@gioia.aioe.org> <DUB123-W36A33C2C45AF0DE9CD9C2B836A0@phx.gbl>
Mime-Version 1.0
Content-Type text/plain; charset="windows-1256"
Content-Transfer-Encoding base64
X-Trace news.uni-berlin.de j6gT7PLiN2kjDqRNNClfKAwhdE30f+zWpOTL58qFUjRQ==
Return-Path <sjeik_appie@hotmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.053
X-Spam-Evidence '*H*': 0.90; '*S*': 0.00; 'csv': 0.09; 'python': 0.10; '2016': 0.16; '36,': 0.16; 'baseline;': 0.16; 'inherit;': 0.16; 'pre-wrap;': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; '&gt;': 0.18; 'python?': 0.18; '+0200': 0.20; 'to:2**1': 0.21; 'file.': 0.22; 'header:In-Reply-To:1': 0.24; 'example': 0.26; 'values': 0.28; 'tail': 0.29; 'url:activestate': 0.29; "i'm": 0.30; 'server.': 0.30; 'date:': 0.31; 'problem': 0.33; 'url:code': 0.34; 'file': 0.34; 'subject:': 0.35; 'possible': 0.36; 'email addr:python.org': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'subject:from': 0.39; 'from:': 0.39; 'to:addr:python.org': 0.40; 'some': 0.40; 'color:': 0.60; 'webpage': 0.66; 'email name:python-list': 0.67; 'charset:windows-1256': 0.67; 'datas': 0.84; 'subject:read': 0.84; 'url:recipes': 0.84; 'sensors': 0.91
X-TMN [VeBZY8XRPRDKgXLpIbmhcHfwxsRAAl+4]
X-Originating-Email [sjeik_appie@hotmail.com]
Importance Normal
In-Reply-To <nf0el0$181b$1@gioia.aioe.org>
X-OriginalArrivalTime 17 Apr 2016 17:35:45.0349 (UTC) FILETIME=[9278AF50:01D198CF]
X-Content-Filtered-By Mailman/MimeDel 2.1.21
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.21
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID <DUB123-W36A33C2C45AF0DE9CD9C2B836A0@phx.gbl>
X-Mailman-Original-References <nf0el0$181b$1@gioia.aioe.org>
Xref csiph.com comp.lang.python:107189

Show key headers only | View raw



> From: ranran@NOSPAM.it
> Subject: read datas from sensors and plotting
> Date: Sun, 17 Apr 2016 18:46:25 +0200
> To: python-list@python.org
> 
> I'm reading in python some values from some sensors and I write them in 
> a csv file.
> My problem now is to use this datas to plot a realtime graph for a 
> example in a web server.
> Is it possible to read in the same time the values, writing in the file 
> and plot them in a webpage with python?


tail -F data.log | python myprogram.py
http://stackoverflow.com/questions/1712276/tail-read-a-growing-dynamic-file-and-extract-two-columns-and-then-print-a-graphhttp://code.activestate.com/recipes/577968-log-watcher-tail-f-log/ 		 	   		  

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

read datas from sensors and plotting ranran <ranran@NOSPAM.it> - 2016-04-17 18:46 +0200
  Re: read datas from sensors and plotting Larry Martell <larry.martell@gmail.com> - 2016-04-17 13:00 -0400
    Re: read datas from sensors and plotting ranran <ranran@NOSPAM.it> - 2016-04-17 22:21 +0200
  Re: read datas from sensors and plotting Joel Goldstick <joel.goldstick@gmail.com> - 2016-04-17 13:04 -0400
  RE: read datas from sensors and plotting Albert-Jan Roskam <sjeik_appie@hotmail.com> - 2016-04-17 17:35 +0000

csiph-web